|
From: chakradhar t. <tho...@gm...> - 2008-09-11 08:46:07
|
Hi,
I downloaded Mesa 7.1 using git . I doubt makefiles available are
generated for x86 architecture.
I am working on MIPS and i cant use them for compiling Mesa on my
target.
So I tried to generate them using "configure" file available with
"./configure --build=mipsel-linux --with-x=no".
There is no X installed on my target so tried the above option. I want
to compile mesa without X support.
I got the following errors on running the above command.
Do you have any idea about this problem? How can I generate makefiles
for mips architecture overcoming the X lib issue?
./configure --build=mipsel-linux --with-x=no
checking build system type... mipsel-unknown-linux-gnu
checking host system type... mipsel-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gmake... no
checking for make... make
checking for makedepend... no
checking for sed... /scratchbox/tools/bin/sed
checking for pkg-config... /scratchbox/tools/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to enable assembly... no, platform not supported
checking for gcc option to produce PIC... -fPIC
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for posix_memalign... no
checking pkg-config files for X11 are available... no
checking for X... disabled
configure: error: X11 development libraries needed for xlib driver
[sbox-SDK_VERIZON: ~/chakri/mesa] > ./configure --build=mipsel-linux
--with-x=no
checking build system type... mipsel-unknown-linux-gnu
checking host system type... mipsel-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gmake... no
checking for make... make
checking for makedepend... no
checking for sed... /scratchbox/tools/bin/sed
checking for pkg-config... /scratchbox/tools/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to enable assembly... no, platform not supported
checking for gcc option to produce PIC... -fPIC
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for posix_memalign... no
checking pkg-config files for X11 are available... no
checking for X... disabled
configure: error: X11 development libraries needed for xlib driver
Thotack
|