Date: Thu, 19 Apr 2007 14:24:56 -0400 From: Howard Goldstein <hg@queue.to> To: freebsd-x11@freebsd.org Subject: x11/nvidia-settings 1.0_11 not buildable Message-ID: <4627B3F8.5010001@queue.to>
next in thread | raw e-mail | index | archive | help
I'm not sure if gnats is working (pr is 4xx "service not available"). In building x11/nvidia-settings, post relocation of X11BASE, the x11/nvidia-settings on git (1.0_11) is failing during the build of src/gtk+-2.x/ctkxvideo.c as follows: ... In file included from src/gtk+-2.x/ctkimage.h:28, from src/gtk+-2.x/ctkxvideo.c:29: /usr/X11R6/include/image.h:202: error: syntax error before "_Declare" /usr/X11R6/include/image.h:208: error: syntax error before "_Declare" /usr/X11R6/include/image.h:236: error: syntax error before "_Declare" /usr/X11R6/include/image.h:242: error: syntax error before "_Declare" In file included from src/gtk+-2.x/ctkbanner.h:28, from src/gtk+-2.x/ctkimage.h:30, from src/gtk+-2.x/ctkxvideo.c:29: /usr/X11R6/include/image.h:42: error: redefinition of `struct _ColorPacket' /usr/X11R6/include/image.h:51: error: redefinition of typedef 'ColorPacket' /usr/X11R6/include/image.h:51: error: previous declaration of 'ColorPacket' was here /usr/X11R6/include/image.h:54: error: redefinition of `struct _ImageInfo' /usr/X11R6/include/image.h:79: error: redefinition of typedef 'ImageInfo' /usr/X11R6/include/image.h:79: error: previous declaration of 'ImageInfo' was here /usr/X11R6/include/image.h:82: error: redefinition of `struct _RectangleInfo' /usr/X11R6/include/image.h:90: error: redefinition of typedef 'RectangleInfo' /usr/X11R6/include/image.h:90: error: previous declaration of 'RectangleInfo' was here /usr/X11R6/include/image.h:93: error: redefinition of `struct _RunlengthPacket' /usr/X11R6/include/image.h:102: error: redefinition of typedef 'RunlengthPacket' /usr/X11R6/include/image.h:102: error: previous declaration of 'RunlengthPacket' was here /usr/X11R6/include/image.h:105: error: redefinition of `struct _Image' /usr/X11R6/include/image.h:196: error: redefinition of typedef 'Image' /usr/X11R6/include/image.h:196: error: previous declaration of 'Image' was here /usr/X11R6/include/image.h:202: error: syntax error before "_Declare" /usr/X11R6/include/image.h:208: error: syntax error before "_Declare" /usr/X11R6/include/image.h:236: error: syntax error before "_Declare" /usr/X11R6/include/image.h:242: error: syntax error before "_Declare" In file included from src/gtk+-2.x/ctkimage.h:30, from src/gtk+-2.x/ctkxvideo.c:29: src/gtk+-2.x/ctkbanner.h:64: error: syntax error before '*' token src/gtk+-2.x/ctkbanner.h:93: warning: parameter names (without types) in function declaration In file included from src/gtk+-2.x/ctkxvideo.c:29: src/gtk+-2.x/ctkimage.h:34: error: syntax error before '*' token src/gtk+-2.x/ctkimage.h:34: warning: type defaults to `int' in declaration of `ctk_image_new' src/gtk+-2.x/ctkimage.h:37: error: syntax error before "artwork" src/gtk+-2.x/ctkimage.h:38: error: syntax error before "artwork" src/gtk+-2.x/ctkxvideo.c: In function `ctk_xvideo_new': src/gtk+-2.x/ctkxvideo.c:385: error: `BANNER_ARTWORK_XVIDEO' undeclared (first use in this function) src/gtk+-2.x/ctkxvideo.c:385: error: (Each undeclared identifier is reported only once src/gtk+-2.x/ctkxvideo.c:385: error: for each function it appears in.) gmake: *** [.objs/ctkxvideo.o] Error 1 *** Error code 2 ============== Rebuilding gtk20 doesn't change the result. x11/nvidia-nvidia-driver-1.0.9746_1 is also installed at this 6.2-stable site
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4627B3F8.5010001>