Re: [osg-users] osg 2.9.11 and FBX 2011.3, osg build link problem

2011-02-03 Thread Aitor Ardanza
All compiles correctly now! Thank you! Cheers, Aitor -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=36317#36317 ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] osg 2.9.11 and FBX 2011.3, osg build link problem

2011-02-02 Thread Aitor Ardanza
Hi, I'm having problems building osg 2.9.11.71 with support for fbx. By building with visual studio 2008 skips the below linking error: Code: Linking... 10fbxRAnimation.obj : error LNK2001: unresolved external symbol private: static void (__cdecl*

Re: [osg-users] osg 2.9.11 and FBX 2011.3, osg build link problem

2011-02-02 Thread Michael Platings
You say building with Visual Studio 2008 skips the link error - do you mean that it works on VS2008, but doesn't work with another IDE? Are you trying to use Visual Studio 2010? Are you trying to use the 2011.3 FBX SDK, or the 2011.3*.1* SDK? In CMake what are the FBX libraries and directories?

Re: [osg-users] osg 2.9.11 and FBX 2011.3, osg build link problem

2011-02-02 Thread Aitor Ardanza
Michael Platings wrote: You say building with Visual Studio 2008 skips the link error - do you mean that it works on VS2008, but doesn't work with another IDE? Are you trying to use Visual Studio 2010? Are you trying to use the 2011.3 FBX SDK, or the 2011.3.1 SDK? In CMake what are the FBX

Re: [osg-users] osg 2.9.11 and FBX 2011.3, osg build link problem

2011-02-02 Thread Michael Platings
That's all fine, I'm also building with VS2008 and FBX 2011.3.1. Again: In CMake what are the FBX libraries and directories? Also, have you tried cleaning the FBX project? (Always the first thing to try when VS won't build your project). On 2 February 2011 13:48, Aitor Ardanza

Re: [osg-users] osg 2.9.11 and FBX 2011.3, osg build link problem

2011-02-02 Thread Aitor Ardanza
FBX_INCLUDE_DIR = C:/Program Files/Autodesk/FBX/FbxSdk/2011.3.1/include FBX_LIBRARY = C:/Program Files/Autodesk/FBX/FbxSdk/2011.3.1/lib/vs2008/fbxsdk_20113_1.lib FBX_LIBRARY_DEBUG = C:/Program Files/Autodesk/FBX/FbxSdk/2011.3.1/lib/vs2008/fbxsdk_20113_1d.lib I will try cleaning the vs

Re: [osg-users] osg 2.9.11 and FBX 2011.3, osg build link problem

2011-02-02 Thread Michael Platings
That could be the problem. Did you modify them manually? CMake shouldn't generate those automatically. Mine are: C:/Program Files/Autodesk/FBX/FbxSdk/2011.3.1/include C:/Program Files/Autodesk/FBX/FbxSdk/2011.3.1/lib/fbxsdk_md2008.lib C:/Program

Re: [osg-users] osg 2.9.11 and FBX 2011.3, osg build link problem

2011-02-02 Thread Aitor Ardanza
Hi, CMake can't find automaticaly FBX libs and dir. On C:\Program Files\Autodesk\FBX\FbxSdk\2011.3.1\lib I have only 7 folders: Python26_x64, Python26_x86, Python31_x64, Python31_x86, vs2005, vs2008, vs2010 Thank you! Cheers, Aitor -- Read this topic online here:

Re: [osg-users] osg 2.9.11 and FBX 2011.3, osg build link problem

2011-02-02 Thread Michael Platings
Did you download the dynamic FBX libraries? You need to install the *static*FBX libraries. On 2 February 2011 16:29, Aitor Ardanza aitoralt...@terra.es wrote: Hi, CMake can't find automaticaly FBX libs and dir. On C:\Program Files\Autodesk\FBX\FbxSdk\2011.3.1\lib I have only 7 folders:

Re: [osg-users] osg 2.9.11 and FBX 2011.3, osg build link problem

2011-02-02 Thread Aitor Ardanza
Michael Platings wrote: Did you download the dynamic FBX libraries? You need to install the static FBX libraries. could that be the problem ... I'll try ... -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=36285#36285

Re: [osg-users] osg 2.9.11 and FBX 2011.3, osg build link problem

2011-02-02 Thread Michael Platings
That's almost certainly the problem. I've updated the information in ReaderWriterFBX.h to make it clear that the static FBX libs are needed :) On 2 February 2011 16:57, Aitor Ardanza aitoralt...@terra.es wrote: Michael Platings wrote: Did you download the dynamic FBX libraries? You need to

Re: [osg-users] osg 2.9.11 and FBX 2011.3, osg build link problem

2011-02-02 Thread Anastasia Papas
I am facing the exact same problem :-/ Any solution yet??? -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=36272#36272 ___ osg-users mailing list osg-users@lists.openscenegraph.org