[Bf-committers] mingw&Scons

Joe Eagar joeedh at gmail.com
Mon Mar 20 18:21:32 CET 2006


Carsten Wartmann wrote:
> Hello,
>
> building wents fine until:
>
> [...]
> source\blender\src\usiblender.c: In function `readBlog':
> source\blender\src\usiblender.c:489: warning: implicit declaration of 
> function `SHGetSpecialFolderPath'
> Compiling ==> 'view.c'
> Compiling ==> 'vpaint.c'
> Compiling ==> 'writeavicodec.c'
> Compiling ==> 'writeimage.c'
> source\blender\src\writeimage.c: In function 
> `save_rendered_image_cb_real':
> source\blender\src\writeimage.c:129: warning: integer constant is too 
> large for "long" type
> Compiling ==> 'writemovie.c'
> Linking library ==> 'libsrc.a'
> scons: building terminated because of errors.
> scons: *** [C:\msys\home\cw\blender\build\win32-mingw\lib\libsrc.a] 
> Error 1
This is a known and annoying bug.  In scons you cannot have a long 
pathname like c:\msys\home\bleh bleh.  It's best to put your blender dir 
right in c:\ in fact.

joeedh


More information about the Bf-committers mailing list