fatal error C1083:

Typhin

10-02-2009 22:14:49

Hi,

Can anyone help me with a problem i am having trouble with the last bit of the Ogre install. I'm up to compiling NxOgre and i am getting the following problem.

Build Log Build started: Project: NxOgre, Configuration: Debug|Win32
Command Lines Creating temporary file "C:\DOCUME~1\David\LOCALS~1\Temp\RSP00000116123816.rsp" with contents
[
/Od /I "C:\dev\NxOgre\\include" /I "C:\dev\NxOgre\\include\NxuStream2\\" /I "C:\dev\ogrenew\ogremain\include" /I "C:\dev\ogrenew\ogremain\ogrenew\OgreMain\include" /I "C:\dev\PhysX\SDKs\Physics\include" /I "C:\dev\PhysX\SDKs\Foundation\include" /I "C:\dev\PhysX\SDKs\Cooking\include" /I "C:\dev\PhysX\SDKs\NxCharacter\include" /I "C:\dev\PhysX\SDKs\PhysXLoader\include" /I "C:\dev\NxOgre\\dependencies\json-cpp\include" /I "C:\dev\NxOgre\\dependencies\tinyxml\include" /D "WIN32" /D "_DEBUG" /D "_USRDLL" /D "NXOGRE_EXPORTS" /D "_STLP_DEBUG" /D "_VC80_UPGRADE=0x0710" /D "_WINDLL" /D "_MBCS" /FD /EHsc /RTC1 /MDd /Zc:wchar_t- /Yu"NxOgreStable.h" /Fp"C:\dev\NxOgre\/compiler/Windows/Debug/\NxOgre_d.pch" /Fo"C:\dev\NxOgre\/compiler/Windows/Debug/\\" /Fd"C:\dev\NxOgre\/compiler/Windows/Debug/\vc80.pdb" /W3 /c /Wp64 /ZI /TP ..\source\NxOgreShapeBlueprintPrimitives.cpp

..\source\NxOgreShapeBlueprintConvex.cpp

..\source\NxOgreShapeBlueprint.cpp

..\source\NxOgreGroup.cpp

..\source\NxOgreForceField.cpp

..\source\NxOgreActor.cpp

..\source\nxogretrigger.cpp

..\source\NxOgreSceneTriggerController.cpp

..\source\nxogreraycaster.cpp

..\source\NxOgreSceneContactController.cpp

..\source\NxOgreScene.cpp
]
Creating command line "cl.exe @C:\DOCUME~1\David\LOCALS~1\Temp\RSP00000116123816.rsp /nologo /errorReport:prompt"
Output Window Compiling...
NxOgreShapeBlueprintPrimitives.cpp
c:\dev\nxogre\include\nxogrehelpers.h(24) : fatal error C1083: Cannot open include file: 'NxExtended.h': No such file or directory
NxOgreShapeBlueprintConvex.cpp
c:\dev\nxogre\include\nxogrehelpers.h(24) : fatal error C1083: Cannot open include file: 'NxExtended.h': No such file or directory
NxOgreShapeBlueprint.cpp
NxOgreGroup.cpp
NxOgreForceField.cpp
c:\dev\nxogre\include\nxogrehelpers.h(24) : fatal error C1083: Cannot open include file: 'NxExtended.h': No such file or directory
NxOgreActor.cpp
c:\dev\nxogre\include\nxogrehelpers.h(24) : fatal error C1083: Cannot open include file: 'NxExtended.h': No such file or directory
nxogretrigger.cpp
NxOgreSceneTriggerController.cpp
nxogreraycaster.cpp
c:\dev\nxogre\include\nxogrehelpers.h(24) : fatal error C1083: Cannot open include file: 'NxExtended.h': No such file or directory
NxOgreSceneContactController.cpp
NxOgreScene.cpp
c:\dev\nxogre\include\nxogrehelpers.h(24) : fatal error C1083: Cannot open include file: 'NxExtended.h': No such file or directory
Generating Code...
Results Build log was saved at "file://C:\dev\NxOgre\compiler\Windows\Debug\BuildLog.htm"
NxOgre - 6 error(s), 0 warning(s)

betajaen

10-02-2009 23:01:48

NxExtended I believe is part of the Character system, you sure you got the include directories right?