[Bf-committers] blender windows build fix patch

Tom Musgrove bf-committers@blender.org
Thu, 20 May 2004 08:09:19 +0000


This is a multi-part message in MIME format.

------=_NextPart_000_59a_40b8_366f
Content-Type: text/plain; format=flowed

This patch fixes a typo in the translations that kept the build from 
finishing.

Also, there is to the documentation for building on windows.

Tom M.
LetterRip

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar – get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

------=_NextPart_000_59a_40b8_366f
Content-Type: text/plain; name="diff.txt"; format=flowed
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="diff.txt"

? diff.txt
? user-def.mk
? obj/2.33a
? obj/windows
Index: doc/README.windows-gcc
===================================================================
RCS file: /cvsroot/bf-blender/blender/doc/README.windows-gcc,v
retrieving revision 1.4
diff -u -p -r1.4 README.windows-gcc
--- doc/README.windows-gcc	11 Apr 2004 19:30:26 -0000	1.4
+++ doc/README.windows-gcc	20 May 2004 08:07:23 -0000
@@ -18,6 +18,10 @@ The instructions are:
    directory, e.g.:
      mkdir bf-blender
      cd bf-blender
+   *********WARNING: if the directory path you are in contains a space in
+   it you will get errors in trying to compile the code.  Change directorys
+   to a one that does not contain a space in the path before creating the
+   above directory *********

Please note that a backslash at the end of a line in the following
means that the command spans two lines. If you wish to type the command as
@@ -54,9 +58,14 @@ one line, exclude the '\'.
    'outside' that I am told is nice to go to while waiting for a
    compile to finish).

+9. After it finishes compiling, if you would like to run your freshly 
compiled
+   blender, type make release.  Then change directorys to obj/233.a/ and 
move
+   the zip file to where you want to use it, unzip the file, enter the 
directory
+   and run your brand new blender.
+
Getting Help
------------
-If you have problems, come by #blendersauce on irc.freenode.net
+If you have problems, come by #blendercompilers on irc.freenode.net
or post questions to the "Compiling, Libraries, Modules" forum
at www.blender.org. There is also the very useful bf-committers
mailing list, what you can subscribe to here:
Index: po/ja.po
===================================================================
RCS file: /cvsroot/bf-blender/blender/po/ja.po,v
retrieving revision 1.2
diff -u -p -r1.2 ja.po
--- po/ja.po	14 May 2003 15:04:27 -0000	1.2
+++ po/ja.po	20 May 2004 08:07:30 -0000
@@ -452,7 +452,7 @@ msgid "Front"
msgstr "Front"
msgid "Right"
msgstr "Right"
-msgid "Top"\
+msgid "Top"
msgstr "Top"
msgid "Zoom In"
msgstr "拡大"


------=_NextPart_000_59a_40b8_366f--