xm_api & too few arguments to function 'v->display->CreatePixmap'

i.r.wezeman at hetnet.nl i.r.wezeman at hetnet.nl
Sun Dec 2 10:41:39 PST 2007


build with module_autogenargs['xserver'] = autogenargs + ' --enable-xgl --enable-xglx --with-mesa-source=/SOURCE/mesa --enable-glx '

Trying with two git branches: master and xgl-0.0.1

with error: see subject


bash-3.1# git branch
  master
* xgl-0.0.1
bash-3.1# cd GL/mesa/X/
bash-3.1# make
/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../../../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../../../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../../../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../../../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_api.c: In function 'setup_8bit_hpcr':
xm_api.c:877: error: too few arguments to function 'v->display->CreatePixmap'
xm_buffer.c: In function 'alloc_back_buffer':
xm_buffer.c:226: error: too few arguments to function 'b->xm_visual->display->CreatePixmap'
make: *** [xm_buffer.lo] Error 1
make: *** Waiting for unfinished jobs....
make: *** [xm_api.lo] Error 1
bash-3.1# 



bash-3.1# git branch
* master
  xgl-0.0.1
bash-3.1# cd GL/mesa/
bash-3.1# make
Making all in main
make[1]: Entering directory `/SOURCE/xorg/xserver/GL/mesa/main'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/SOURCE/xorg/xserver/GL/mesa/main'
Making all in math
make[1]: Entering directory `/SOURCE/xorg/xserver/GL/mesa/math'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/SOURCE/xorg/xserver/GL/mesa/math'
Making all in swrast
make[1]: Entering directory `/SOURCE/xorg/xserver/GL/mesa/swrast'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/SOURCE/xorg/xserver/GL/mesa/swrast'
Making all in swrast_setup
make[1]: Entering directory `/SOURCE/xorg/xserver/GL/mesa/swrast_setup'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/SOURCE/xorg/xserver/GL/mesa/swrast_setup'
Making all in tnl
make[1]: Entering directory `/SOURCE/xorg/xserver/GL/mesa/tnl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/SOURCE/xorg/xserver/GL/mesa/tnl'
Making all in shader
make[1]: Entering directory `/SOURCE/xorg/xserver/GL/mesa/shader'
Making all in grammar
make[2]: Entering directory `/SOURCE/xorg/xserver/GL/mesa/shader/grammar'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/SOURCE/xorg/xserver/GL/mesa/shader/grammar'
Making all in slang
make[2]: Entering directory `/SOURCE/xorg/xserver/GL/mesa/shader/slang'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/SOURCE/xorg/xserver/GL/mesa/shader/slang'
make[2]: Entering directory `/SOURCE/xorg/xserver/GL/mesa/shader'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/SOURCE/xorg/xserver/GL/mesa/shader'
make[1]: Leaving directory `/SOURCE/xorg/xserver/GL/mesa/shader'
Making all in X
make[1]: 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../../../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../../../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../../../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
 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../../../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
xm_api.c: In function 'setup_8bit_hpcr':
xm_api.c:877: error: too few arguments to function 'v->display->CreatePixmap'
make[1]: *** [xm_api.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
xm_buffer.c: In function 'alloc_back_buffer':
xm_buffer.c:226: error: too few arguments to function 'b->xm_visual->display->CreatePixmap'
make[1]: *** [xm_buffer.lo] Error 1
make[1]: Leaving directory `/SOURCE/xorg/xserver/GL/mesa/X'
make: *** [all-recursive] Error 1
bash-3.1# 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg/attachments/20071202/8a6e0c5b/attachment.html>


More information about the xorg mailing list