Comment 5 for bug 1244592

Revision history for this message
Scott Howard (showard314) wrote :

ogre's pc files are correct, the problem is with packages that use cmake and find_package(OGRE). cmake comes with their own scripts and are looking in OGRE-{VERSION}, while .pc files tell autotools to look in OGRE-1.8.0.

The least invasive fix is to symlink OGRE-1.8.0 and OGRE-1.8.1. The other option is for depending libraries to not use cmake's find_package but instead use pkgconfig. I'll try another build with a simple symlink