Page 1 of 1

compile errors...

Posted: 2014-08-17, 11:32
by ssfrostic
having an annoying error. why is this file missing?
where did it go? i didn't delete it. :(
i have the latest source downloaded 3 hours ago.

Code: Select all

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\Matt>cd C:\Users\Matt\Desktop\My_game\cafu_engine\Cafu

C:\Users\Matt\Desktop\My_game\cafu_engine\Cafu>scons
scons: Reading SConscript files ...

os.chdir('ExtLibs/wxWidgets/build/msw')
nmake /nologo /f makefile.vc BUILD=debug SHARED=0 COMPILER_PREFIX=vc10 TARGET_CP
U=AMD64
os.chdir('C:\\Users\\Matt\\Desktop\\My_game\\cafu_engine\\Cafu')
os.chdir('ExtLibs/wxWidgets/build/msw')
nmake /nologo /f makefile.vc BUILD=release SHARED=0 COMPILER_PREFIX=vc10 TARGET_
CPU=AMD64
os.chdir('C:\\Users\\Matt\\Desktop\\My_game\\cafu_engine\\Cafu')

scons: done reading SConscript files.
scons: Building targets ...
scons: building associated VariantDir targets: build\win32\vc10\amd64\debug buil
d\win32\vc10\amd64\release
cl /Fobuild\win32\vc10\amd64\release\Ca3DE\AppCafu.obj /c Ca3DE\AppCafu.cpp /TP
/nologo /GR /EHsc /MD /O2 /Ob2 /J /W3 /WX /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONS
TDC_NO_DEPRECATE /DNDEBUG /DSCONS_BUILD_DIR=build/win32/vc10/amd64/release /IExt
Libs\freetype\include /IExtLibs\libpng /IExtLibs\zlib /ILibs /IExtLibs /IExtLibs
\wxWidgets\lib\vc10_amd64_lib\mswu /IExtLibs\wxWidgets\include /Ibuild\win32\vc1
0\amd64\release\ExtLibs\lua\src /IExtLibs\lua\src /Ibuild\win32\vc10\amd64\relea
se\ExtLibs\bullet\src /IExtLibs\bullet\src
AppCafu.cpp
ExtLibs\wxWidgets\include\wx/platform.h(183) : fatal error C1083: Cannot open include file: 'wx/setup.h': No such file or directory
scons: *** [build\win32\vc10\amd64\release\Ca3DE\AppCafu.obj] Error 2
scons: building terminated because of errors.

C:\Users\Matt\Desktop\My_game\cafu_engine\Cafu>

Re: compile errors...

Posted: 2014-08-18, 04:27
by ssfrostic
got it to work but the FBX is still not fixed with 13.3 it has massive errors saying methods have changed. might want to look into upgrading to the newest FBX :)

Re: compile errors...

Posted: 2014-08-18, 11:59
by Carsten
Hi ssfrostic,
welcome to the Cafu forums! :welcome:

Glad to hear that you could solve your first mentioned problem about wx/setup.h. I guess that you pulled a recent commit from the Git repository which upgraded the included wxWidgets library to version 3.0.1? At least that would explain the problem.

About the FBX SDK, which version of the FBX SDK did you test with? I'm still with 2014.1, which works well here. (The latest is 2015.1 though, which I have not yet tried.)

Re: compile errors...

Posted: 2014-08-19, 03:23
by ssfrostic
oh hahaha i was using 2015 ok so 2014.1 ill try that thanks. ill post back if it works.
btw are there any video tutorials? i only found 1 on youtube i could make tutorials once i figure out how things work :)

Re: compile errors...

Posted: 2014-08-19, 16:15
by Carsten
ssfrostic wrote:oh hahaha i was using 2015 ok so 2014.1 ill try that thanks. ill post back if it works.
Ok, yes, please let me know. But you're right of course, we should upgrade to support the 2015 editions...
btw are there any video tutorials? i only found 1 on youtube i could make tutorials once i figure out how things work :)
Well, search the documentation start page at http://www.cafu.de/wiki/ for "flash" and "video": you'll find three flash tutorials and three videos. It's not much, but honestly I've always found it hard to make them.

If you would like to make more, that would of course be very much appreciated! :-)