Monio
13-04-2007 12:04:49
Hi everyone!
I've got a strange compilation error while generate the ogre code. This error is the following:
There are too much errors like this, and all of this errors make reference to code lines which consist on an assert statement ( assert(...); ). I presume that it throws these errors when it attempts to make the assert parameter casting, but i've never got a compilation error like this.
In case it should be useful to fix this problem, I paste the exit that I had got before all these errors, after execute code_generators\ogre\generate_code.py :
Finally, I've got another question. I have to copy the boost_python-vc71-mt-1_35.lib in all of my lib directories? I've got this doubt due to the previous warnings.
Thanks in advance!
I've got a strange compilation error while generate the ogre code. This error is the following:
error: invalid conversion from `void*' to `const char*'
There are too much errors like this, and all of this errors make reference to code lines which consist on an assert statement ( assert(...); ). I presume that it throws these errors when it attempts to make the assert parameter casting, but i've never got a compilation error like this.
In case it should be useful to fix this problem, I paste the exit that I had got before all these errors, after execute code_generators\ogre\generate_code.py :
WARNING: Unable to find boost_python-vc71-mt-1_35.lib library (ogreode class) in lib_dirs
WARNING: Unable to find OgreOde_Loader.lib library (ogreode class) in lib_dirs
WARNING: Unable to find boost_python-vc71-mt-1_35.lib library (ogre class) in lib_dirs
WARNING: Unable to find boost_python-vc71-mt-1_35.lib library (ogreal class) in lib_dirs
WARNING: Unable to find boost_python-vc71-mt-1_35.lib library (ogrenewt class) in lib_dirs
Using Override for class fmod
Set fmod.libs to ['boost_python-vc71-mt-1_35', 'fmodexL_vc']
Set fmod.version to 4.06
WARNING: Unable to find boost_python-vc71-mt-1_35.lib library (cegui class) in lib_dirs
WARNING: Unable to find boost_python-vc71-mt-1_35.lib library (ois class) in lib_dirs
WARNING: Unable to find boost_python-vc71-mt-1_35.lib library (ode class) in lib_dirs
WARNING: Unable to find boost_python-vc71-mt-1_35.lib library (ogrerefapp class) in lib_dirs
INFO Creating xml file "C:\python-ogre\code_generators\cache\ogre_1.4_cache.xml" from source file "C:\python-ogre\code_generators\ogre\python_ogre.h" ...
INFO gccxml cmd: ""C:\Archivos de programa\GCC_XML\bin\gccxml.exe" -I"C:\python-ogre" -I"c:\boost" -I"c:\Ogrenew\OgreMain/include" -D"OGRE_NONCLIENT_BUILD" -D"OGRE_VERSION_1.4" "C:\python-ogre\code_generators\ogre\python_ogre.h" -fxml="C:\python-ogre\code_generators\cache\ogre_1.4_cache.xml
Finally, I've got another question. I have to copy the boost_python-vc71-mt-1_35.lib in all of my lib directories? I've got this doubt due to the previous warnings.
Thanks in advance!
