Page 1 of 1

no FBX support

Posted: 2017-02-26, 12:10
by arfur9
I successfully built Cafu, everything appears to work apart from importing models
I used fbx20171_fbxsdk_vs2012_win the path is C:\Users\nige\Desktop\caf2\Cafu\ExtLibs\fbx with 3 folders, lib, library and samples, 5 other files and uninstaller

I download from GIT as recommended in other threads and like I said it has compiled and works apart from the fbx support

I'm running Windows 10 pro, VS2013
last compile attempt I got

Code: Select all

C:\Users\nige\Desktop\caf2\Cafu>scons
scons: Reading SConscript files ...

os.chdir('ExtLibs/wxWidgets/build/msw')
nmake /nologo /f makefile.vc BUILD=debug SHARED=0 COMPILER_PREFIX=vc12 TARGET_CPU=AMD64
os.chdir('C:\\Users\\nige\\Desktop\\caf2\\Cafu')
os.chdir('ExtLibs/wxWidgets/build/msw')
nmake /nologo /f makefile.vc BUILD=release SHARED=0 COMPILER_PREFIX=vc12 TARGET_CPU=AMD64
os.chdir('C:\\Users\\nige\\Desktop\\caf2\\Cafu')

scons: done reading SConscript files.
scons: Building targets ...
scons: building associated VariantDir targets: build\win32\vc12\amd64\debug build\win32\vc12\amd64\release
scons: `.' is up to date.
scons: done building targets.

C:\Users\nige\Desktop\caf2\Cafu>

Re: no FBX support

Posted: 2017-02-26, 13:00
by Carsten
What is the output of these two commands

Code: Select all

...\Cafu> dir ExtLibs\fbx
...\Cafu> git log -1
?

What makes you think that FBX support doesn't work?

Re: no FBX support

Posted: 2017-02-26, 13:10
by arfur9

Code: Select all

C:\Users\nige\Desktop\caf2\Cafu>dir ExtLibs\fbx
 Volume in drive C is New Volume
 Volume Serial Number is 488A-9B13

 Directory of C:\Users\nige\Desktop\caf2\Cafu\ExtLibs\fbx

25-Feb-17  11:57 PM    <DIR>          .
25-Feb-17  11:57 PM    <DIR>          ..
05-Oct-16  05:20 PM           289,403 Fbx_launch.ico
05-Oct-16  05:20 PM               108 FBX_SDK_Online_Documentation.html
25-Feb-17  11:56 PM    <DIR>          include
25-Feb-17  11:56 PM    <DIR>          lib
05-Oct-16  05:20 PM           318,196 License.rtf
10-Nov-16  05:03 PM            78,033 readme.txt
18-Feb-17  09:28 PM               116 ReadmeCFS.txt
25-Feb-17  11:57 PM    <DIR>          samples
25-Feb-17  11:11 PM           432,334 uninstall.exe
               6 File(s)      1,118,190 bytes
               5 Dir(s)  179,420,733,440 bytes free

C:\Users\nige\Desktop\caf2\Cafu>git log -1
commit 7eba8b48a58db585ec2d3b3c9cab6daa252399a9
Author: Carsten Fuchs <carsten.fuchs@cafu.de>
Date:   Sat Feb 18 22:28:05 2017 +0100

    FBX SDK: Upgrade to 2017.1.

C:\Users\nige\Desktop\caf2\Cafu>

Re: no FBX support

Posted: 2017-02-26, 13:18
by arfur9
I get this error on every model I try but they will load in the 2013 build

Re: no FBX support

Posted: 2017-02-27, 11:15
by Carsten
Ok, thanks for posting the output.
Are you sure that you have the proper edition of the FBX SDK, matching your compiler version?

If you cannot figure it out, I can try upgrading the SConstruct files in order to print some diagnostics.

Re: no FBX support

Posted: 2017-02-27, 11:36
by arfur9
As Homer Simpson would say......DOH!
I'd accidently clicked VS2012
So sorry but the good news is it now builds fine!
Thank you for your time :)