[Bf-committers] Problem compiling under Win32 with scons (SHARD_PATHA in GHOST_SystemPathsWin32.cpp)

"Martin Bürbaum" martin.buerbaum at gmx.at
Mon Jan 17 14:12:25 CET 2011


I recently got back from a short hiatus from Blender and noticed that I can't compile under Windows/scons anymore.

GHOST seems to use a new define (SHARD_PATHA), that doesn't actually seem to be defined anywhere (that I can find).

>SNIP>
...
...
scons: Building targets ...
scons: `source\lib\libbf_intern_audaspace.a' is up to date.
scons: `source\lib\libbf_intern_string.a' is up to date.
Compiling ==> 'GHOST_SystemPathsWin32.cpp'
intern\ghost\intern\GHOST_SystemPathsWin32.cpp: In member function `virtual void GHOST_SystemPathsWin32::addToSystemRecentFiles(const char*) const':
intern\ghost\intern\GHOST_SystemPathsWin32.cpp:86: error: `SHARD_PATHA' was not declared in this scope
intern\ghost\intern\GHOST_SystemPathsWin32.cpp:86: warning: unused variable 'SHARD_PATHA'
scons: *** [source\intern\ghost\intern\GHOST_SystemPathsWin32.o] Error 1
scons: building terminated because of errors.
<SNIP<

Revision 34098 still seems to compile fine, but 34099 doesn't.
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=34099

Thanks for any help,
Martin


More information about the Bf-committers mailing list