On Mon, 19 Jan 2004 09:53:41 -0700 Brian Paul <[EMAIL PROTECTED]> wrote:
This looks like a problem with the XML configuration feature. Anyone?
-Brian
The error message
Unable to open radeon_dri.so: /home/rob/src/Mesa/lib/radeon_dri.so: undefined symbol: XML_SetElementHandler
would occur if radeon_dri.so was not linked with libexpat. The IMakefiles in DRI CVS do link with libexpat. I suspect that some makefiles outside the DRI tree have to be updated with the new DRI drivers.
OK, I found the problem. The radeon and mga Makefiles were omitting $(GL_LIB_DEPS) when building the driver modules. -lexpat is part of $(GL_LIB_DEPS). The other drivers were OK.
I've checked in fixes.
-Brian
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
