|
From: Jacob H. <sho...@gm...> - 2015-03-23 10:20:02
|
On Sat, Mar 21, 2015 at 10:36 AM, Jacob Hartmann <sho...@gm... > wrote: > On Mon, Mar 16, 2015 at 2:39 PM, Gisle Vanem <gv...@ya...> wrote: > >> DefaultResourceProvider.cpp:216:33: error: '_wfindnext64i32' was not >>> declared in this scope >>> >> >> Try to add '-D__MSVCRT_VERSION__=0x0800' to your your CFLAGS. An >> link with -lmsvcr80. >> >> --gv > > > Sorry for being a bit late, I fell ill and I am just recovering today. I > tried that, but got the same error. I have also read what others have > stated, and it appears that the actual code must be changed. I will report > this back to the CEGUI team and see what we can work out. > Right, the developer of CEGUI has a few questions (as does myself). He wants to know if I am using 64 bit time, or 32 bit time. Now, I am not exactly sure how to check this, but my gut is saying something about build targets/architecture. Is this correct? He understands the situation as this: "the generic function should use 32 bit time but in your case it instead switches to use the 64 bit time version." What could be wrong with my setup of Mingw, if I am using _wfindnext() and getting this error? |