Dan Nicholson wrote:
You could probably use this diff or something
close to it. There's been one more commit since then to expand the
*.{c,h}. It could be _way_ better, but I erred on the conservative side
for maximum shell compatibility.

Thanks, Dan. Unfortunately, I still can't get xorg-server-1.1.0 to compile against MesaLib-6.5.1. Here's the latest error which is proving elusive in tracking down (several other errors follow it, but they're all pretty similar so getting this one should fix the others):

../../GL/mesa/.libs/libGLcore.a(driverfuncs.o): In function `_mesa_init_driver_functions': drivers/common/driverfuncs.c:225: undefined reference to `_mesa_new_array_object'

The command line is ridiculously long, but it's when it's trying to compile the stuff in hw/vfb.

Now, driverfuncs.o shouldn't have an undefined reference to _mesa_new_array_object as it #includes arrayobj.h. The only thing I can think of is that the command line that compiles driverfuncs.o doesn't -L libMain.la. Even if that would fix it, I can't find the relevant Makefile bit to change! I think I'm just going to give up and revert to MesaLib-6.5. At this rate, by the time I've fixed all this up, Xorg-7.2 will be out which will either work out of the box or bring with it a whole lot more pain.

Regards,

Matt.

--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to