no libIrrXML.a when building Ogre

Problems building or running the engine, queries about how to use features etc.
Post Reply
User avatar
paul424
Gnome
Posts: 314
Joined: Thu May 24, 2012 7:16 pm
x 13

no libIrrXML.a when building Ogre

Post by paul424 »

Ogre Version: :1.12.12:
Operating System: :opensuseTumbleweed ( strangely enough today on another Leap 15.3 machine it compiled fine :\ ) :
Render System: :GL3Plus:

When I try to build the newest ogre - 1.12.12 - I get :

Code: Select all

make[2]: *** No rule to make target 'Dependencies/lib/libIrrXML.a', needed by 'lib/Codec_Assimp.so.1.12.12'.  Stop.
make[1]: *** [CMakeFiles/Makefile2:1075: PlugIns/Assimp/CMakeFiles/Codec_Assimp.dir/all] Error 2
One solution around is to disable building OgreAssimp ... but how do I fix that properly ?
I couldn't google out project or package like that libIrrXml ...
User avatar
sercero
Bronze Sponsor
Bronze Sponsor
Posts: 449
Joined: Sun Jan 18, 2015 4:20 pm
Location: Buenos Aires, Argentina
x 156

Re: no libIrrXML.a when building Ogre

Post by sercero »

Hello,

There is an issue already opened about this in github:
https://github.com/OGRECave/ogre/issues/2072

Check out the comments, they are useful.
Post Reply