weixin_39595487 2020-11-30 00:54
浏览 0

[OGRE-245] Debug dependencies are created wrong

[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

  • 写回答

6条回答 默认 最新

  • weixin_39595487 2020-11-30 00:54
    关注

    [author="masterfalcon", created="Fri, 9 Aug 2013 06:36:50 +0200"]

    Does this also affect the latest in the 1.9 branch?

    评论

报告相同问题?