I'm sure this is a basic problem I'm just not seeing! I'm compiling cegui from sources under Linux and I Get:
checking for OGRE >= 0.14.0... Package OGRE was not found in the pkg-config search path.
Perhaps you should add the directory containing `OGRE.pc'
to the PKG_CONFIG_PATH environment variable
No package 'OGRE' found
OGRE renderer disabled
OGRE is installed in /usr/local but I can't get configure to see it.
Any help appreciated!
Thanks
Package OGRE was not found in the pkg-config search path
Moderators: CEGUI MVP, CEGUI Team
Package OGRE was not found in the pkg-config search path
Have you set your PKG_CONFIG_PATH variable? If you have installed OGRE in /usr/local it will probably be /usr/local/lib/pkgconfig
I always put the following in my .bashrc
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
I always put the following in my .bashrc
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
Package OGRE was not found in the pkg-config search path
Ah I see - thanks! I wasn't pointing the env variable to pkg-config, just to /usr/local.
Return to “Modifications / Integrations / Customisations”
Who is online
Users browsing this forum: No registered users and 10 guests