Date: Tue, 22 May 2007 19:27:39 +0000 (UTC) From: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-x11@freebsd.org Subject: x11-servers/xorg-server doesn't build on alpha Message-ID: <f2vg7b$25hm$1@kemoauc.mips.inka.de>
next in thread | raw e-mail | index | archive | help
I'm currently trying to perform the X.org upgrade on my 5.5-STABLE/alpha box. x11-servers/xorg-server 1.2.0_2,1 fails to build on alpha. More specifically, hw/xfree86/os-support/bsd/alpha_video.c tries to #include "xf86Axp.h" but can't find it, because hw/xfree86/os-support/shared is not in the include path. I'm not sure what's the proper way to fix this. if /bin/sh ../../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../../include -I../../../../include -I../../../../include -I../../../../include -I../../../../include -I../../../../hw/xfree86 -I../../../../hw/xfree86/include -I../../../../hw/xfree86/common -I../../../../hw/xfree86/os-support -I../../../../hw/xfree86/os-support/bus -I../../../../os -DUSESTDRES -DHAVE_XORG_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 -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include/freetype2 -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 -O -pipe -mcpu=ev56 -mieee -MT alpha_video.lo -MD -MP -MF ".deps/alpha_video.Tpo" -c -o alpha_video.lo alpha_video.c; then mv -f ".deps/alpha_video.Tpo" ".deps/alpha_video.Plo"; else rm -f ".deps/alpha_video.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../../include -I../../../../include -I../../../../include -I../../../../include -I../../../../include -I../../../../hw/xfree86 -I../../../../hw/xfree86/include -I../../../../hw/xfree86/common -I../../../../hw/xfree86/os-support -I../../../../hw/xfree86/os-support/bus -I../../../../os -DUSESTDRES -DHAVE_XORG_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 -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include/freetype2 -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 -O -pipe -mcpu=ev56 -mieee -MT alpha_video.lo -MD -M! P -MF .deps/alpha_video.Tpo -c alpha_video.c -fPIC -DPIC -o .libs/alpha_video.o alpha_video.c:46:21: xf86Axp.h: No such file or directory alpha_video.c:61: error: syntax error before "bsdGetAXP" alpha_video.c:61: warning: type defaults to `int' in declaration of `bsdGetAXP' alpha_video.c:61: warning: data definition has no type or storage class alpha_video.c: In function `xf86OSInitVidMem': alpha_video.c:295: error: `xf86AXPParams' undeclared (first use in this function) alpha_video.c:295: error: (Each undeclared identifier is reported only once alpha_video.c:295: error: for each function it appears in.) alpha_video.c: At top level: alpha_video.c:69: warning: 'bus_base' defined but not used *** Error code 1 Stop in /usr/ports/x11-servers/xorg-server/work/xorg-server-1.2.0/hw/xfree86/os-support/bsd. *** Error code 1 -- Christian "naddy" Weisgerber naddy@mips.inka.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f2vg7b$25hm$1>