Hello,

Since 3bfedb7ed4a35cfcc7187bc22314833ef1d96ec9 I've been getting this 
error when building:

gcc -c -O3 -g -fPIC  -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L 
-D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS -DUSE_XSHM 
-DHAVE_POSIX_MEMALIGN -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM 
-DUSE_SSE_ASM -I/usr/include/X11 -std=c99 -ffast-math 
-I../../../../include -I../../../../include/GL/internal 
-I../../../../src/mesa -I../../../../src/mesa/main 
-I../../../../src/mesa/glapi -I../../../../src/mesa/math 
-I../../../../src/mesa/transform -I../../../../src/mesa/shader 
-I../../../../src/mesa/swrast -I../../../../src/mesa/swrast_setup 
glslcompiler.c -o glslcompiler.o
gcc glslcompiler.o ../../glapi/glapi.o ../../glapi/glthread.o 
../../main/dispatch.o ../common/driverfuncs.o ../../libmesa.a -lm 
-lpthread -o glslcompiler
../../glapi/glapi.o: In function `generate_entrypoint':
.../src/mesa/glapi/glapi.c:579: undefined reference to 
`gl_dispatch_functions_start'
../../glapi/glapi.o: In function `_glapi_get_proc_address':
.../src/mesa/glapi/glapi.c:914: undefined reference to 
`gl_dispatch_functions_start'
collect2: ld returned 1 exit status

The output of git bisect is below.  Let me know if you need more 
information.

-Brad


3bfedb7ed4a35cfcc7187bc22314833ef1d96ec9 is first bad commit
commit 3bfedb7ed4a35cfcc7187bc22314833ef1d96ec9
Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Thu Jul 17 15:40:10 2008 -0600

     mesa: build the stand-alone glslcompiler by default, update the docs



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to