[SOLVED] Trouble compiling BuggySwires

gbisocoli

23-03-2011 02:07:42

This is the log:

1>------ Build started: Project: NxOgre, Configuration: Debug Win32 ------
1>Compiling...
1>NxOgre.cpp
1>d:\desarrollo\nxogre\build\source\nxogrevisualdebugger.cpp(420) : error C2065: 'NX_VISUALIZE_CLOTH_HIERARCHY' : undeclared identifier
1>d:\desarrollo\nxogre\build\source\nxogrevisualdebugger.cpp(421) : error C2065: 'NX_VISUALIZE_CLOTH_HARD_STRETCHING_LIMITATION' : undeclared identifier
1>d:\desarrollo\nxogre\build\source\nxogrevisualdebugger.cpp(481) : error C2065: 'NX_VISUALIZE_CLOTH_HIERARCHY' : undeclared identifier
1>d:\desarrollo\nxogre\build\source\nxogrevisualdebugger.cpp(482) : error C2065: 'NX_VISUALIZE_CLOTH_HARD_STRETCHING_LIMITATION' : undeclared identifier
1>d:\desarrollo\nxogre\build\source\nxogreworld.cpp(222) : error C2065: 'NX_SDKF_PER_SCENE_BATCHING' : undeclared identifier
1>Build log was saved at "file://d:\Desarrollo\NxOgre\build\vc9\Debug\BuildLog.htm"
1>NxOgre - 5 error(s), 0 warning(s)


It's not creating the dll because of this error, not in Debug nor in Final.

I'm using Ogre 1.7.2, NxOgre & Critter BuggySwires and PhysX SDK v2.8.1, thanks.

betajaen

23-03-2011 07:02:24

It's probably because your using PhysX 2.8.1, those look like later additions to the PhysX SDK.

gbisocoli

26-03-2011 19:40:07

I installed v2.8.4 and it worked, thanks. One other question, is there a Visual Studio 2008 (v9) version of the BuggySwires Tutorials?

EDIT: Another problem with Critter FinalStatic compiling:

1>Critter.cpp
1>Creating library...
1>NxOgre.lib(NxOgre.dll) : warning LNK4006: __NULL_IMPORT_DESCRIPTOR already defined in OgreMain.lib(OgreMain.dll); second definition ignored
1>NxOgre.lib(NxOgre.dll) : warning LNK4221: no public symbols found; archive member will be inaccessible
1>Performing Post-Build Event...
1>[BuildBot] Copying dlls, libs and headers to SDK directory.
1>1 File(s) copied
1>23 File(s) copied
1>Build log was saved at "file://d:\Desarrollo\Critter for NxOgre BuggySwires\build\vc9\FinalStatic\BuildLog.htm"
1>Critter - 0 error(s), 2 warning(s)
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========


NxOgre Degub and Final and Critter Debug compile without problem.

betajaen

26-03-2011 19:52:26

No, there isn't. But I imagine there is a converter somewhere to convert them into the VC9 fileformat.

Those are just normal warnings, ignore them.

gbisocoli

26-03-2011 19:55:27

Thanks, :D