xm_buffer.c:226: error: too few arguments to function 'b->xm_visual->display->CreatePixmap'

i.r.wezeman at hetnet.nl i.r.wezeman at hetnet.nl
Wed Dec 5 05:42:03 PST 2007


Today build drm and mesa without errors with branch master.

When building branch master on xorg/xserver with --prefix=/G and --with-mesa-source=/SOURCE/mesa the next error:


Making all in X
make[3]: Entering directory `/SOURCE/xorg/xserver/GL/mesa/X'
/bin/sh ../../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../include -I/SOURCE/mesa/include -I../X -I../glapi -I../main -I../math -I../shader -I../swrast -I../swrast_setup -I../tnl -I.. -I../../glx -I../../../GL/glx -I../../../GL/include -I../../../hw/xfree86/os-support   -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -DDBUS_API_SUBJECT_TO_CHANGE -I/G/include -I/G/include/freetype2 -I/G/include/pixman-1 -I/G/include/hal -I/G/include/dbus-1.0 -I/G/lib/dbus-1.0/include   -I/G/include   -I../../../include -I../../../include -I../../../Xext -I../../../composite -I../../../damageext -I../../../xfixes -I../../../Xi -I../../../mi -I../../../miext/shadow  -I../../../miext/damage -I../../../render -I../../../randr -I../../../fb -DXFree86Server  -g -O2 -MT xm_api.lo -MD -MP -MF .deps/xm_api.Tpo -c -o xm_api.lo xm_api.c
/bin/sh ../../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../include -I/SOURCE/mesa/include -I../X -I../glapi -I../main -I../math -I../shader -I../swrast -I../swrast_setup -I../tnl -I.. -I../../glx -I../../../GL/glx -I../../../GL/include -I../../../hw/xfree86/os-support   -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -DDBUS_API_SUBJECT_TO_CHANGE -I/G/include -I/G/include/freetype2 -I/G/include/pixman-1 -I/G/include/hal -I/G/include/dbus-1.0 -I/G/lib/dbus-1.0/include   -I/G/include   -I../../../include -I../../../include -I../../../Xext -I../../../composite -I../../../damageext -I../../../xfixes -I../../../Xi -I../../../mi -I../../../miext/shadow  -I../../../miext/damage -I../../../render -I../../../randr -I../../../fb -DXFree86Server  -g -O2 -MT xm_buffer.lo -MD -MP -MF .deps/xm_buffer.Tpo -c -o xm_buffer.lo xm_buffer.c
 gcc -DHAVE_CONFIG_H -I. -I../../../include -I/SOURCE/mesa/include -I../X -I../glapi -I../main -I../math -I../shader -I../swrast -I../swrast_setup -I../tnl -I.. -I../../glx -I../../../GL/glx -I../../../GL/include -I../../../hw/xfree86/os-support -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -DDBUS_API_SUBJECT_TO_CHANGE -I/G/include -I/G/include/freetype2 -I/G/include/pixman-1 -I/G/include/hal -I/G/include/dbus-1.0 -I/G/lib/dbus-1.0/include -I/G/include -I../../../include -I../../../include -I../../../Xext -I../../../composite -I../../../damageext -I../../../xfixes -I../../../Xi -I../../../mi -I../../../miext/shadow -I../../../miext/damage -I../../../render -I../../../randr -I../../../fb -DXFree86Server -g -O2 -MT xm_api.lo -MD -MP -MF .deps/xm_api.Tpo -c xm_api.c  -fPIC -DPIC -o .libs/xm_api.o
 gcc -DHAVE_CONFIG_H -I. -I../../../include -I/SOURCE/mesa/include -I../X -I../glapi -I../main -I../math -I../shader -I../swrast -I../swrast_setup -I../tnl -I.. -I../../glx -I../../../GL/glx -I../../../GL/include -I../../../hw/xfree86/os-support -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -DDBUS_API_SUBJECT_TO_CHANGE -I/G/include -I/G/include/freetype2 -I/G/include/pixman-1 -I/G/include/hal -I/G/include/dbus-1.0 -I/G/lib/dbus-1.0/include -I/G/include -I../../../include -I../../../include -I../../../Xext -I../../../composite -I../../../damageext -I../../../xfixes -I../../../Xi -I../../../mi -I../../../miext/shadow -I../../../miext/damage -I../../../render -I../../../randr -I../../../fb -DXFree86Server -g -O2 -MT xm_buffer.lo -MD -MP -MF .deps/xm_buffer.Tpo -c xm_buffer.c  -fPIC -DPIC -o libs/xm_buffer.o
xm_buffer.c: In function 'alloc_back_buffer':
xm_buffer.c:226: error: too few arguments to function 'b->xm_visual->display->CreatePixmap'
make[3]: *** [xm_buffer.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
xm_api.c: In function 'setup_8bit_hpcr':
xm_api.c:877: error: too few arguments to function 'v->display->CreatePixmap'
make[3]: *** [xm_api.lo] Error 1
make[3]: Leaving directory `/SOURCE/xorg/xserver/GL/mesa/X'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/SOURCE/xorg/xserver/GL/mesa'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/SOURCE/xorg/xserver/GL'
make: *** [all-recursive] Error 1
bash-3.1$ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg/attachments/20071205/a2c6f776/attachment.html>


More information about the xorg mailing list