Trouble building on Deiban: OGRE.pc not found.

Henning

19-10-2006 09:00:53

Hi all,
I dowloaded the pyogre 1.0.6 source and installed ogre, the cegui-lib and swig via package management. (No need to say libogre-dev is version 1.0.6 too).

When I run setup.py or the commands suggested in docs/build_linux.txt, I always get:


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
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
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
Package CEGUI-OGRE was not found in the pkg-config search path.
Perhaps you should add the directory containing `CEGUI-OGRE.pc'
to the PKG_CONFIG_PATH environment variable
No package 'CEGUI-OGRE' found
Package CEGUI-OGRE was not found in the pkg-config search path.
Perhaps you should add the directory containing `CEGUI-OGRE.pc'
to the PKG_CONFIG_PATH environment variable
No package 'CEGUI-OGRE' found
Package CEGUI-OGRE was not found in the pkg-config search path.
Perhaps you should add the directory containing `CEGUI-OGRE.pc'
to the PKG_CONFIG_PATH environment variable
No package 'CEGUI-OGRE' found


... but the only .pc file thats there is "CEGUI-OGRE-PYTHON.pc".
What am I doing wrong?

Thanks for any help,
Henning

Henning

19-10-2006 11:03:52

Stupid me, that file belongs to the ogre lib which seems wasnt properly installed.