Antiarc
31-01-2006 22:15:45
Attempting to compile OgreBindings produces the following:
------ Build started: Project: OgreBindings, Configuration: Debug Win32 ------
Performing Custom Build Step
Invoking Swig
c:\Ogre\Ogre\ogreaddons\ogredotnet\OgreNet>"C:\Ogre\Swig\swig.exe" -c++ -csharp -namespace OgreDotNet -I"C:\OgreSDK\include" OgreBindings.i
OgreBindings.i(34): Error: Unable to find 'new_std_map.i'
OgreBindings.i(92): Error: Unable to find 'OgreVertexBoneAssignment.i'
OgreBindings.i(93): Error: Unable to find 'OgreProgressiveMesh.i'
OgreBindings.i(185): Error: Unable to find 'OgreParticleIterator.i'
Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"
Build log was saved at "file://c:\Ogre\Ogre\ogreaddons\ogredotnet\OgreNet\Debug\BuildLog.htm"
OgreBindings - 1 error(s), 0 warning(s)
---------------------- Done ----------------------
Build: 0 succeeded, 1 failed, 0 skipped
I did a check out last night, and it built fine, but I did notice a commit last night about 11 PM. Were some files inadvertently removed, or is there a procedure for fixing these problems?
------ Build started: Project: OgreBindings, Configuration: Debug Win32 ------
Performing Custom Build Step
Invoking Swig
c:\Ogre\Ogre\ogreaddons\ogredotnet\OgreNet>"C:\Ogre\Swig\swig.exe" -c++ -csharp -namespace OgreDotNet -I"C:\OgreSDK\include" OgreBindings.i
OgreBindings.i(34): Error: Unable to find 'new_std_map.i'
OgreBindings.i(92): Error: Unable to find 'OgreVertexBoneAssignment.i'
OgreBindings.i(93): Error: Unable to find 'OgreProgressiveMesh.i'
OgreBindings.i(185): Error: Unable to find 'OgreParticleIterator.i'
Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"
Build log was saved at "file://c:\Ogre\Ogre\ogreaddons\ogredotnet\OgreNet\Debug\BuildLog.htm"
OgreBindings - 1 error(s), 0 warning(s)
---------------------- Done ----------------------
Build: 0 succeeded, 1 failed, 0 skipped
I did a check out last night, and it built fine, but I did notice a commit last night about 11 PM. Were some files inadvertently removed, or is there a procedure for fixing these problems?