Hi, I just updated my git branch yesterday and tried to compile the
linux-fbdev config. It was working fine in 6.5.2, I didn't try to
compile it for over a month though, so some change in that time caused
the problem.
I did have to modify glfbdev.c and remove the line:
#include "array_cache/acache.h"
It seems acache.h doesn't exist anymore, but the file seems to compile
without it. I haven't commited anything yet.
The libraries compile fine, it is when linking any actual programs
I get the following:
[EMAIL PROTECTED] ~/mesa/progs/redbook $ make
gcc -I../../include -g -ffast-math -ansi -pedantic -fPIC
-D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DPTHREADS
-DUSE_GLFBDEV_DRIVER aaindex.c -L../../lib -lglut -lGLU -lGL -lm -o aaindex
../../lib/libGL.so: undefined reference to `_ac_CreateContext'
../../lib/libGL.so: undefined reference to `_ac_InvalidateState'
collect2: ld returned 1 exit status
make: *** [aaindex] Error 1
Inspecting the library reveals:
[EMAIL PROTECTED] ~/mesa $ nm lib/libGL.so | grep _ac_
U _ac_CreateContext
U _ac_InvalidateState
And if I look at the 6.5.2 version:
[EMAIL PROTECTED] ~/mesa $ nm ../Mesa-6.5.2/lib/libGL.so | grep _ac_
00000000000f2e50 T _ac_CreateContext
00000000000f2b70 T _ac_DestroyContext
00000000000f2b50 T _ac_InvalidateState
00000000000f3f30 T _ac_import_attrib
00000000000f4a40 T _ac_import_color
00000000000f4660 T _ac_import_edgeflag
00000000000f3e00 T _ac_import_elements
00000000000f4850 T _ac_import_fogcoord
00000000000f4d00 T _ac_import_index
00000000000f4ef0 T _ac_import_normal
00000000000f3db0 T _ac_import_range
00000000000f50b0 T _ac_import_secondarycolor
00000000000f4380 T _ac_import_texcoord
00000000000f41f0 T _ac_import_vertex
Any hints are appreciated, thanks
-- Sean
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev