[Bf-committers] [Bf-blender-cvs] [8d084e8] master: Ghost Context Refactor https://developer.blender.org/D643 Separates graphics context creation from window code in Ghost so that they can vary separately.

Joshua Leung aligorith at gmail.com
Fri Oct 10 13:23:11 CEST 2014


Trying to compile using mingw64 using scons currently fails on
GHOST_Context.cpp:


Compiling ==> 'GHOST_Context.cpp'
intern\ghost\intern\GHOST_Context.cpp: In function 'bool win32_chk(bool,
const char*, int, const char*)':
intern\ghost\intern\GHOST_Context.cpp:87:9: error:
'ERROR_PROFILE_DOES_NOT_MATCH_DEVICE' was not declared in this scope
intern\ghost\intern\GHOST_Context.cpp:125:7: warning: format '%d' expects
argument of type 'int', but argument 3 has typ
e 'DWORD {aka long unsigned int}' [-Wformat]
intern\ghost\intern\GHOST_Context.cpp:125:7: warning: format '%d' expects
argument of type 'int', but argument 3 has typ
e 'DWORD {aka long unsigned int}' [-Wformat]


Unfortunately, 'ERROR_PROFILE_DOES_NOT_MATCH_
DEVICE' just doesn't seem to be defined in any header anywhere


More information about the Bf-committers mailing list