Hi everyone,
                  I've been compiling Mesa with the latest commits from
git.I'm currently using Fedora Rawhide.
My ./configure options are:

./configure --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin
--sbindir=/usr/sbin --datadir=/usr/share --sysconfdir=/etc
--includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec
--localstatedir=/var --mandir=/usr/share/man --docdir=/usr/share/doc
--x-libraries=/usr/lib --enable-32-bit --enable-xcb --enable-gallium-nouveau
--with-x --with-dri-driverdir=/usr/lib/dri
--with-xorg-driver-dir=/usr/lib/xorg/modules/drivers
--with-state-trackers=dri,egl,xorg,glx,vega,es --enable-motif
--enable-gl-osmesa --disable-gallium-intel --disable-gallium-radeon
--with-expat=/usr/lib --with-demos=xdemos,demos,trivial,tests
--with-dri-drivers=swrast,ffb --enable-gallium-swrast
--with-egl-displays=x11,kms --enable-debug

After I put those ./configure options in and then run gmake.When gmake gets
to progs/tests,I've been getting this error this past week:

gmake[2]: Entering directory `/opt/mesa/progs/tests'
gcc -I. -I../../include -g -O2 -Wall -Wmissing-prototypes -std=c99
-ffast-math -fvisibility=hidden -fno-strict-aliasing -m32 -g  -fPIC -m32
-DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_GNU_SOURCE
-DPTHREADS -DDEBUG -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DUSE_EXTERNAL_DXTN_LIB=1
-DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS
-DHAVE_XEXTPROTO_71  auxbuffer.c -L../../lib -lglut -lGLEW -lGLU -lGL  -lm
-o auxbuffer
/usr/bin/ld: /tmp/ccZhCbgb.o: undefined reference to symbol 'XLookupKeysym'
/usr/bin/ld: note: 'XLookupKeysym' is defined in DSO /usr/lib/libX11.so.6 so
try adding it to the linker command line
/usr/lib/libX11.so.6: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
gmake[2]: *** [auxbuffer] Error 1
gmake[2]: Leaving directory `/opt/mesa/progs/tests'
gmake[1]: *** [subdirs] Error 1
gmake[1]: Leaving directory `/opt/mesa/progs'
gmake: *** [default] Error 1

If I ommit tests from my ./configure options,Mesa compiles fine.

Regards,
            STEVE555
 
-- 
View this message in context: 
http://old.nabble.com/Progs-Tests-doesnot-compile-properley-tp27571018p27571018.html
Sent from the mesa3d-dev mailing list archive at Nabble.com.


------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to