[solved]When ./configure : "No package 'CEGUI-OPENGL' found"
Posted: Sun Jun 28, 2009 09:12
Hello, (sorry for my bad English, I'm French )
I'm on Ubuntu (a Linux distribution), and i would like compile CEGUI.
After a "aclocal", I lauch "./configure --disable-xerces-c", and the result is :
I have done this :
But nothing change... (same result after ./configure).
So how compiling CEGUI ?
(I have Ubuntu 9.04, and CEGU 0.6.3)
Thanks.
I'm on Ubuntu (a Linux distribution), and i would like compile CEGUI.
After a "aclocal", I lauch "./configure --disable-xerces-c", and the result is :
Code: Select all
(...)
checking pkg-config is at least version 0.9.0... yes
checking for CEGUI... configure: error: Package requirements (CEGUI-OPENGL >= 0.6.0) were not met:
No package 'CEGUI-OPENGL' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables CEGUI_CFLAGS
and CEGUI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
I have done this :
Code: Select all
$ export CEGUI_FLAGS=
$ export CEGUI_LIBS=
But nothing change... (same result after ./configure).
So how compiling CEGUI ?
(I have Ubuntu 9.04, and CEGU 0.6.3)
Thanks.