i solved this problem after installing the X!! package and i copied the
X11 folder from PREFIX and stored in Mesa/include. Now it works fine.
thanks a lot.
But i am getting different error now. when i try to compile "libXfont" i
am getting this error
*[code]
checking for FONTCACHEPROTO... yes
checking for gzopen in -lz... no
configure: error: *** zlib is required
Configuration of glib library has failed
address@hidden:/mnt/freescale/sources/xwindow/libXfont-1.3.3$
vim configure
[/code]*
I searched but i didnt get it. Please help me
On Wed, Jan 13, 2010 at 6:21 PM, Stuart Hughes <address@hidden
<mailto:address@hidden>> wrote:
Yes, but I can build the xorg-server without this GL package, which
is why I suspect it's a configure flag issue. Did you try
re-building with the flags I suggested?
Niamathullah sharief wrote:
I think it is needed for my target system. Because i am building
x window for my board. see this
*Linux
OpenGL and GLX and the X server integration of GLX, are Linux
system components, and should be part of the Debian, RedHat,
SuSE, or Caldera distribution.*
I may be wrong. But i think it is needed. what you are saying?
On Tue, Jan 12, 2010 at 8:00 PM, Stuart Hughes <address@hidden
<mailto:address@hidden> <mailto: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