Date: Sun, 2 Sep 2001 19:05:52 +0930 From: Mark Pulford <mark@kyne.com.au> To: Anders Andersson <anders@codefactory.se> Cc: freebsd-ports@FreeBSD.org Subject: Re: graphics/aalib seems broken Message-ID: <20010902190552.A19175@hamster.kyne.com.au> In-Reply-To: <20010902103837.A18039@jellyfish.codefactory.se>; from anders@codefactory.se on Sun, Sep 02 References: <20010902103837.A18039@jellyfish.codefactory.se>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Anders, There are 2 valid distfiles for this port. The only difference is a config.cache file in one of them - hence the Linux compilation errors you are seeing since your version of the distfile is pre-configured for Linux. It also explains why I didn't see this problem earlier when I committed the change that accidently removed the work around ;). You can re-cvsup, or just "rm -f config.cache" to fix the problem. Regards, Mark On Sun, Sep 02, 2001 at 10:38:37AM +0200, Anders Andersson wrote: > gcc -DHAVE_CONFIG_H -I. -I. -I. -O -pipe -march=pentiumpro -I/usr/X11R6/include > -c aalinux.c -fPIC -DPIC -o .libs/aalinux.lo > aalinux.c:6: linux/kd.h: No such file or directory > aalinux.c:8: gpm.h: No such file or directory > aalinux.c: In function `linux_init': > aalinux.c:55: storage size of `desc' isn't known > aalinux.c:58: `GIO_FONTX' undeclared (first use in this function) > aalinux.c:58: (Each undeclared identifier is reported only once > aalinux.c:58: for each function it appears in.) > aalinux.c: In function `linux_getsize': > aalinux.c:103: `gpm_mx' undeclared (first use in this function) > aalinux.c:104: `gpm_my' undeclared (first use in this function) > *** Error code 1 > Stop in /usr/ports/graphics/aalib/work/aalib-1.2. > *** Error code 1 > Stop in /usr/ports/graphics/aalib. > *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010902190552.A19175>