|
|

楼主 |
发表于 2007-5-6 14:07:00
|
显示全部楼层
Re: Re:发现缺乏安装指导
免费打工仔: Re:发现缺乏安装指导
首先说,Ogre3D基本上是傻瓜安装的,如果使用SDK,在安装好编译环境的情况下,什么都不用做就可以构建所有的例子。
另外,学英语吧:)
是否一定要是傻瓜才能安装? [em20]还是我傻瓜都不如? [em7]
装了sdk是可以在cb中建立项目,但是编译不了有啥法子。
:: === jjjj, Debug ===
\OgreSDK\samples\include\ExampleFrameListener.h:58: undefined reference to `OIS::InputManager::destroyInputObject(OIS::Object*)'
\OgreSDK\samples\include\ExampleFrameListener.h:56: undefined reference to `OIS::InputManager::destroyInputObject(OIS::Object*)'
\OgreSDK\samples\include\ExampleFrameListener.h:55: undefined reference to `OIS::InputManager::destroyInputObject(OIS::Object*)'
\OgreSDK\samples\include\ExampleFrameListener.h:55: undefined reference to `OIS::InputManager::destroyInputSystem(OIS::InputManager*)'
C:\Documents and Settings\Administrator\My Documents\CodeProjects\jjjj\main.cpp:76: undefined reference to `OIS::InputManager::createInputSystem(std::multimap<std::string, std::string, std::less<std::string>, std::allocator<std::pair<std::string const, std::string> > >&)'
C:\Documents and Settings\Administrator\My Documents\CodeProjects\jjjj\main.cpp:76: undefined reference to `OIS::InputManager::createInputObject(OIS::Type, bool, std::string const&)'
C:\Documents and Settings\Administrator\My Documents\CodeProjects\jjjj\main.cpp:76: undefined reference to `OIS::InputManager::createInputObject(OIS::Type, bool, std::string const&)'
C:\Documents and Settings\Administrator\My Documents\CodeProjects\jjjj\main.cpp:76: undefined reference to `OIS::InputManager::createInputObject(OIS::Type, bool, std::string const&)'
:: === 生成结束: 8个错误, 0个警告 ===
|
|