Page 1 of 1

[solved]When ./configure : "No package 'CEGUI-OPENGL' found"

Posted: Sun Jun 28, 2009 09:12
by Nairod
Hello, (sorry for my bad English, I'm French :roll: )

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.

Re: When ./configure : "No package 'CEGUI-OPENGL' found"

Posted: Sun Jun 28, 2009 09:38
by Nairod
:roll: I had the "CEGUI Layout editor"... but the download page is strange (or i am strange)...

Re: [solved]When ./configure : "No package 'CEGUI-OPENGL' found"

Posted: Sun Jun 28, 2009 23:11
by aymen
Hi,

to have opengl support, make sure u have this packages installed :

freeglut and freeglut-dev
glew and glew-dev

then ./configure again and make...

hope this will help :)