On Tue, Jan 12, 2010 at 8:00 PM, Stuart Hughes <
address@hidden <mailto:
address@hidden>> wrote:
I would avoid adding GL to your target environment unless you really
need it for the target.
I suspect that on your host system you have some packages that are
causing configure to try to find and build the GL component. You
may need to add additional flags to the configure line in the spec
file, possibly: --disable-glx or maybe --disable-xgl (I'm not sure).
Niamathullah sharief wrote:
Hello. I am trying to compile xorg-server for arm board. By that
time i got a erro as
*[code]checking for GL... configure: error: Package requirements
(glproto >= 1.4.9 gl >= 7.1.0) were not met:
No package 'gl' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
[/code]*
So i googled then i found that gl and mesa is same. sp i
compiled mesa. by that time i got an error as
*[code]
tex-a8 -mfloat-abi=softfp -mfpu=vfp3 -ftree-vectorize
-funroll-all-loops -Wall -Wmissing-prototypes -std=c99
-ffast-math -fno-strict-aliasing -fPIC -D_GNU_SOURCE -DPTHREADS
-DHAVE_POSIX_MEMALIGN -DUSE_XSHM glx_api.c -o glx_api.o
In file included from glx_api.c:34:
../../../../../include/GL/glx.h:38: fatal error: X11/Xlib.h: No
such file or directory
compilation terminated.
make[5]: *** [glx_api.o] Error 1
[/code]*
Now can anyone help me how to fix this problem