<br><br><div class="gmail_quote">On Dec 13, 2007 10:13 PM, Roland Scheidegger <<a href="mailto:sroland@tungstengraphics.com">sroland@tungstengraphics.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">Peter Hutterer wrote:<br>> Nikolas Dörfler wrote:<br>>> gcc -DHAVE_DIX_CONFIG_H -DNO_HW_ONLY_EXTS -DNO_MODULE_EXTS<br>>> -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes
<br>>> -Wmissing-prototypes -Wmissing-declarations -Wnested-externs<br>>> -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN<br>>> -DHAS_STICKY_DIR_BIT -DDBUS_API_SUBJECT_TO_CHANGE<br>>> -I/tmp/modular//include -I/tmp/modular//include/pixman-1
<br>>> -I/usr/include/freetype2 -I/usr/include/hal -I/usr/include/dbus-1.0<br>>> -I/usr/lib/dbus-1.0/include -I../../include -I../../include<br>>> -I../../Xext -I../../composite -I../../damageext -I../../xfixes
<br>>> -I../../Xi -I../../mi -I../../miext/shadow -I../../miext/damage<br>>> -I../../render -I../../randr -I../../fb -g -O2 -o Xvfb InitInput.o<br>>> InitOutput.o dpmsstubs.o stubs.o miinitext.o<br>>> ../../fb/.libs/libfb.a ../../xfixes/.libs/libxfixes.a
<br>>> ../../Xext/.libs/libXext.a ../../dbe/.libs/libdbe.a<br>>> ../../XTrap/.libs/libxtrap.a ../../record/.libs/librecord.a<br>>> ../../GL/glx/.libs/libglx.a ../../GL/mesa/.libs/libGLcore.a<br>>> ../../render/.libs/librender.a ../../randr/.libs/librand
<br>> r.<br>>> a ../../damageext/.libs/libdamageext.a<br>>> ../../miext/damage/.libs/libdamage.a<br>>> ../../miext/shadow/.libs/libshadow.a ../../Xi/.libs/libXi.a<br>>> ../../xkb/.libs/libxkb.a ../../xkb/.libs/libxkbstubs.a
<br>>> ../../composite/.libs/libcomposite.a ../../dix/.libs/libxpstubs.a<br>>> ../../os/.libs/libcwrapper.a libfbcmap.a ../../dix/.libs/libdix.a<br>>> ../../config/libconfig.a ../../mi/.libs/libmi.a<br>>> ../../os/.libs/libos.a -L/tmp/modular//lib -L/lib
<br>>> /tmp/modular//lib/libXfont.so /usr/lib/libfreetype.so<br>>> /tmp/modular//lib/libXau.so /tmp/modular/lib/libfontenc.so -lz<br>>> /tmp/modular/lib/libpixman-1.so /usr/lib/libhal.so<br>>> /usr/lib/libusb.so -ldl -luuid -ldbus-1
<br>>> /tmp/modular//lib/libXdmcp.so -lcrypto -lm -lrt   -Wl,--rpath<br>>> -Wl,/tmp/modular//lib -Wl,--rpath -Wl,/tmp/modular/lib -Wl,--rpath<br>>> -Wl,/tmp/modular//lib -Wl,--rpath -Wl,/tmp/modular/lib<br>
>> ../../GL/glx/.libs/libglx.a(indirect_dispatch.o): In function<br>>> `__glXDisp_ProgramParameter4fvNV':<br>>> /home/doerflen/mpx/xserver/GL/glx/indirect_dispatch.c:5190:<br>>> undefined reference to `CALL_ProgramParameter4fvNV'
<br>>> ../../GL/glx/.libs/libglx.a(indirect_dispatch.o): In function<br>>> `__glXDisp_ProgramParameter4dvNV':<br>>> /home/doerflen/mpx/xserver/GL/glx/indirect_dispatch.c:5181:<br>>> undefined reference to `CALL_ProgramParameter4dvNV'
<br>>> ../../GL/glx/.libs/libglx.a(indirect_dispatch_swap.o): In function<br>>> `__glXDispSwap_ProgramParameter4fvNV':<br>>> /home/doerflen/mpx/xserver/GL/glx/indirect_dispatch_swap.c:5346:<br>>> undefined reference to `CALL_ProgramParameter4fvNV'
<br>>> ../../GL/glx/.libs/libglx.a(indirect_dispatch_swap.o): In function<br>>> `__glXDispSwap_ProgramParameter4dvNV':<br>>> /home/doerflen/mpx/xserver/GL/glx/indirect_dispatch_swap.c:5337:<br>>> undefined reference to `CALL_ProgramParameter4dvNV'
<br>><br>> tbh, I don't know if that is really an issue with MPX. I get the same<br>>  error (I usually --disable-glx on configure). Not quite sure how to<br>> fix it, pulling master stuff now. If it happens there too, I'll have
<br>> to defer to someone else :)<br>><br><br></div></div>These CALL_ProgramParameter4xyNV functions no longer exist (due to<br>changes which eliminated the corresponding gl functions, since they are<br>identical to some ARB functions). Regenerating the server glx protocol
<br>(which was done for xserver master) from the mesa master branch (in the<br>glapi directory) should probably fix this (or pull in the glx changes<br>from xserver master).<br><font color="#888888"><br>Roland<br></font><div>
<div></div><div class="Wj3C7c"><a href="http://lists.freedesktop.org/mailman/listinfo/xorg" target="_blank"></a><br></div></div></blockquote></div><br>I was wondering if the master branch of xserver was going to be merged
into mpx again any time soon (as, if I understand correctly, this will
fix the problem, and I tried merging it myself, but ended up with a
fair number of conflicts, which I have (almost) no idea how to resolve
(and if master is going to be merged into mpx again soon, I won't
bother trying to resolve them, I will just wait))
<br><br>Joel <br>