On Thu, 2008-12-18 at 20:04 +0100, Florian Lier wrote: > Hello everybody, > > during the last few days I tried to run the modular xserver from the > git, > because I wanted to try Xi 2.0 - > I complied "X" with the tiny little script which can be found here: > > http://www.x.org/wiki/Development/git > > During the last weeks everything worked well. Since today I get the > following errors > when I try to start the freshly compiled Xserver from git. > (I exactly followed the instructions @wiki/development/git) > > (II) Loading /home/fl0/mpx2/lib/xorg/modules/extensions//libextmod.so > dlopen: /home/fl0/mpx2/lib/xorg/modules/extensions//libextmod.so: > undefined symbol: XvMCScreenInitProc > (EE) Failed to > load /home/fl0/mpx2/lib/xorg/modules/extensions//libextmod.so > (II) UnloadModule: "extmod" > (EE) Failed to load module "extmod" (loader failed, 7) > > (II) Loading /home/fl0/mpx2/lib/xorg/modules/extensions//libdri.so > dlopen: /home/fl0/mpx2/lib/xorg/modules/extensions//libdri.so: > undefined symbol: xf86LoadKernelModule > (EE) Failed to > load /home/fl0/mpx2/lib/xorg/modules/extensions//libdri.so > (II) UnloadModule: "dri" > (EE) Failed to load module "dri" (loader failed, 7) > > (II) LoadModule: "nv" > (II) Loading /home/fl0/mpx2/lib/xorg/modules/drivers//nv_drv.so > dlopen: /home/fl0/mpx2/lib/xorg/modules/drivers//nv_drv.so: undefined > symbol: miPolyPoint > (EE) Failed to load /home/fl0/mpx2/lib/xorg/modules/drivers//nv_drv.so > (II) UnloadModule: "nv" > (EE) Failed to load module "nv" (loader failed, 7) > > Is there anybody who can help me with that? > > cheers, Florian
Wild guess you are on ubuntu ? If so install gawk, make distclean in xserver and rerun autogen.sh before rebuilding. Cheers, Jerome Glisse _______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
