Xorg 7.1, Mesa, threads
J. Hart
af804 at bfn.org
Wed Jul 12 17:08:07 PDT 2006
>>Installation of Mesa seems to require that Glibc be installed with Linuxthreads
>>rather than NPTL. if, for example, Glibc 2.36 is installed with Linuxthreads
>>support, a version of the header file "/usr/include/bits/initspin.h" will also
>>be installed with a definition of __LOCK_INITIALIZER. This definition seems to
>>
>>
>
>No. I run glibc-2.3.6 w/ NPTL support, and I've got the dummy
>initspin.h, too. Everything's working fine.
>
>I cannot find any reference to __LOCK_INITIALIZER in Mesa-6.5 (or Mesa
>CVS HEAD FWIW).
>
>
Here is a log of the error message from the build:
gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main
-I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl
-I../../src/mesa/shader -I../../src/mesa/shader/grammar
-I../../src/mesa/shader/slang
-I../../src/mesa/shader/slang/OSDependent/Linux
-I../../src/mesa/shader/slang/OGLCompilersDLL -I../../src/mesa/swrast
-I../../src/mesa/swrast_setup -Wall -Wmissing-prototypes -O3 -g -fPIC
-D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE
-DPTHREADS -DUSE_XSHM -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM
-DUSE_SSE_ASM -I/usr/X11R6/include -std=c99 -ffast-math main/context.c
-o main/context.o
main/context.c:599: warning: missing braces around initializer
main/context.c:599: warning: (near initialization for 'OneTimeLock.__data')
main/context.c:599: error: '__LOCK_INITIALIZER' undeclared here (not in
a function)
I am using the Mesa 3D Graphics Library release 6.5 from :
http://mesa3d.sourceforge.net/
I have changed a few things in my glibc build procedure (which supplies
initspin.h), so I'm going to try again and see if this error still
occurs when I do the Mesa build.
J. Hart
More information about the xorg
mailing list