Blender build fails with Error 1. Error log below
C:/MinGW/include/commctrl.h:3024: error: `PFNDPACOMPARE' has not been declared
C:/MinGW/include/commctrl.h:3025: error: `PFNDPACOMPARE' has not been declared
intern\ghost\intern\GHOST_SystemWin32.cpp: In member function `virtual const GHO
ST_TUns8* GHOST_SystemWin32::getSystemDir() const':
intern\ghost\intern\GHOST_SystemWin32.cpp:1101: error: `SHGFP_TYPE_CURRENT' was
not declared in this scope
intern\ghost\intern\GHOST_SystemWin32.cpp:1101: warning: unused variable 'SHGFP_
TYPE_CURRENT'
intern\ghost\intern\GHOST_SystemWin32.cpp: In member function `virtual const GHO
ST_TUns8* GHOST_SystemWin32::getUserDir() const':
intern\ghost\intern\GHOST_SystemWin32.cpp:1114: error: `SHGFP_TYPE_CURRENT' was
not declared in this scope
intern\ghost\intern\GHOST_SystemWin32.cpp:1114: warning: unused variable 'SHGFP_
TYPE_CURRENT'
intern\ghost\intern\GHOST_SystemWin32.cpp:1132:2: warning: no newline at end of
file
scons: *** [C:\BlenderSVN\build\intern\ghost\intern\GHOST_SystemWin32.o] Error 1
Seems to fail on GHOST_SystemWin32.o
Windows 7 Ultimate
PC AMD64 X2 Dual Core 4200+
NVIDIA GeForce 9500GT
Description
Event Timeline
Hi,
This seems to be because the new path system, commit a few days by Andrea.
Andrew, can you take a look at this ? or maybe is something for Nathan ?
Please, let me know.
Thanks,
- Diego
same problem with slightly different log
Compiling ==> 'GHOST_SystemWin32.cpp'
In file included from c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/
shlobj.h:15,
from intern\ghost\intern\GHOST_SystemWin32.cpp:91:
c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/commctrl.h:2928: error
: expected ')' before '(' token
c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/commctrl.h:2929: error
: expected ')' before '(' token
c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/commctrl.h:2930: error
: expected ')' before '(' token
c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/commctrl.h:3012: error
: 'PFNDSAENUMCALLBACK' has not been declared
c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/commctrl.h:3019: error
: 'PFNDPAENUMCALLBACK' has not been declared
c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/commctrl.h:3020: error
: 'PFNDPAENUMCALLBACK' has not been declared
c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/commctrl.h:3024: error
: 'PFNDPACOMPARE' has not been declared
c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/commctrl.h:3025: error
: 'PFNDPACOMPARE' has not been declared
intern\ghost\intern\GHOST_SystemWin32.cpp: In member function 'virtual const GHO
ST_TUns8* GHOST_SystemWin32::getSystemDir() const':
intern\ghost\intern\GHOST_SystemWin32.cpp:1101: error: 'SHGFP_TYPE_CURRENT' was
not declared in this scope
intern\ghost\intern\GHOST_SystemWin32.cpp: In member function 'virtual const GHO
ST_TUns8* GHOST_SystemWin32::getUserDir() const':
intern\ghost\intern\GHOST_SystemWin32.cpp:1114: error: 'SHGFP_TYPE_CURRENT' was
not declared in this scope
scons: *** [C:\Blender\build\intern\ghost\intern\GHOST_SystemWin32.o] Error 1
Windows Vista
MinGW TDM-GCC-4.4.1
Seems like this bug was fixed:
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30060