[reporter="philiplb", created="Thu, 8 Aug 2013 21:59:11 +0200"]
When building the dependencies, the following files are created:
- lib\Debug\FreeImage_d.lib
- lib\Debug\freetype_d.lib
- lib\Debug\zlib_d.lib
- lib\Debug\zziplib_d.lib
- lib\Release\freetype.lib
But Ogre itself searched for
- lib\Debug\FreeImaged.lib
- lib\Debug\freetype2311_d.lib
- lib\Debug\zlibd.lib
- lib\Debug\zziplibd.lib
- lib\Release\freetype2311.lib
Renaming the libs solved the problem.
Missing lib\Debug\cg.lib. Copying from lib\Release\cg.lib solved this.
该提问来源于开源项目:OGRECave/ogre