On Wed, 15 Oct 2003 14:39:41 +0200
Ronald Baljeu <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> The current DRI drivers for i810 fail to work (both cvs source, and
> snapshot). It looks like another expat problem.
> 
> This is what I get when running glxinfo:
> 
> # export LIBGL_DEBUG=verbose
> # glxinfo
> name of display: :0.0
> libGL: XF86DRIGetClientDriverName: 1.3.0 i810 (screen 0)
> libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/i810_dri.so
> libGL error: dlopen /usr/X11R6/lib/modules/dri/i810_dri.so failed 
> (/usr/X11R6/lib/modules/dri/i810_dri.so: undefined symbol: 
> XML_GetCurrentColumnNumber)
> libGL error: unable to find driver: i810_dri.so
> display: :0  screen: 0
> direct rendering: No
> [...]
> 
> The function XML_GetCurrentColumnNumber is part of expat, right?
> I tried some suggestions in the DRI mailinglists regarding expat, like
> changing the -lexpat occurrence in config/cf/X11.tmpl, but
> that didn't work. 
> 
> Any suggestions would be great!

Oops, xmlconfig.o gets linked into all drivers, even those that don't
use it. BTW, the same is true for all object files in
xc/lib/GL/mesa/src/drv/common. How should files in the common directory
be handled that are not used by all drivers?

Roland, as a quick workaround you can edit
xc/lib/GL/mesa/src/drv/common/Imakefile.inc. Remove xmlconfig.o from
COMMONOBJS. After that you have to regenerate the Makefile in that
directory:

make Makefile
make depend

> 
> Cheers,
> Ronald
> 

Regards,
  Felix

------------    __\|/__    ___     ___       -------------------------
 Felix       ___\_e -_/___/ __\___/ __\_____   You can do anything,
   Kühling  (_____\Ä/____/ /_____/ /________)  just not everything
 [EMAIL PROTECTED]       \___/   \___/   U        at the same time.


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to