Date: Wed, 29 Sep 2004 21:14:09 -0700 (PDT) From: Robert Leslie <les@ess.washington.edu> To: freebsd-x11@freebsd.org Subject: xorg build failure Message-ID: <Pine.SOL.4.51.0409292108050.23435@geops.geophys.washington.edu>
next in thread | raw e-mail | index | archive | help
uname -a 4.8-RELEASE FreeBSD 4.8-RELEASE #0 my build of xorg is failing at xorg-server. here is where it fails: In file included from /usr/include/string.h:50, from ../include/os.h:99, from ../include/misc.h:117, from devices.c:53: /usr/include/sys/cdefs.h:273: warning: `_POSIX_C_SOURCE' is not defined /usr/include/sys/cdefs.h:279: warning: `_POSIX_C_SOURCE' is not defined devices.c:713: `DEFAULT_LEDS' undeclared here (not in a function) devices.c:713: initializer element is not constant devices.c:713: (near initialization for `defaultLedControl.led_values') devices.c:713: `DEFAULT_LEDS_MASK' undeclared here (not in a function) devices.c:713: initializer element is not constant devices.c:713: (near initialization for `defaultLedControl.led_mask') devices.c:716: `DEFAULT_BELL' undeclared here (not in a function) devices.c:716: initializer element is not constant devices.c:716: (near initialization for `defaultBellControl.percent') devices.c:717: `DEFAULT_BELL_PITCH' undeclared here (not in a function) devices.c:717: initializer element is not constant devices.c:717: (near initialization for `defaultBellControl.pitch') devices.c:718: `DEFAULT_BELL_DURATION' undeclared here (not in a function) devices.c:718: initializer element is not constant devices.c:718: (near initialization for `defaultBellControl.duration') devices.c:722: `DEFAULT_INT_RESOLUTION' undeclared here (not in a function) devices.c:722: initializer element is not constant devices.c:722: (near initialization for `defaultIntegerControl.resolution') devices.c:723: `DEFAULT_INT_MIN_VALUE' undeclared here (not in a function) devices.c:723: initializer element is not constant devices.c:723: (near initialization for `defaultIntegerControl.min_value') devices.c:724: `DEFAULT_INT_MAX_VALUE' undeclared here (not in a function) devices.c:724: initializer element is not constant devices.c:724: (near initialization for `defaultIntegerControl.max_value') devices.c:725: `DEFAULT_INT_DISPLAYED' undeclared here (not in a function) devices.c:725: initializer element is not constant devices.c:725: (near initialization for `defaultIntegerControl.integer_displayed') *** Error code 1 Stop in /usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver/dix. *** Error code 1 Stop in /usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver. *** Error code 1 Stop in /usr/ports/x11-servers/xorg-server. *** Error code 1 Stop in /usr/ports/x11/xorg. any suggestions. i'd prefer not to rebuild my kernel at this point. -- les -- R. "les" Leslie Seismic Systems Technologist Pacific Northwest Seismograph Network University of Washington Earth and Space Sciences (206) 543-8276 les@ess.washington.edu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.51.0409292108050.23435>