[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-gfe] Re: [gfe-0.0.4] compile error (fwd)
From: |
Anuradha Ratnaweera |
Subject: |
[bug-gfe] Re: [gfe-0.0.4] compile error (fwd) |
Date: |
Mon, 17 Jul 2000 10:07:43 +0600 (LKT) |
---------- Forwarded message ----------
Date: Thu, 13 Jul 2000 10:05:48 +0600 (LKT)
From: Anuradha Ratnaweera <address@hidden>
To: UEBAYASHI Masao <address@hidden>
Subject: Re: [gfe-0.0.4] compile error
Thanks for the bug report. Seems that your system doesn't have a values.h
file. As a quick solution, please edit the glyph.h file in src directory
1. Revove the line
#include <values.h>
2. Change the line
#define GFE_UNDEFINED (MAXINT)
to
#define GFE_UNDEFINED G_MAXINT
Regards,
Anuradha
On Thu, 13 Jul 2000, UEBAYASHI Masao wrote:
> % ./configure && gmake
> (snip)
> Making all in src
> gmake[1]: Entering directory `/usr/local/src/gfe-0.0.4/src'
> gcc -DPACKAGE=\"gfe\" -DVERSION=\"0.0.4\" -DSTDC_HEADERS=1 -I. -I. -g
> -O2 -I/usr/local/include -I/usr/pkg/lib/glib/include -I/usr/pkg/include/glib
> -I/usr/local/include -Wall -Wshadow -c bdf.c
> In file included from font.h:24,
> from raster_font.h:22,
> from bdf.h:22,
> from bdf.c:24:
> glyph.h:23: values.h: No such file or directory
> gmake[1]: *** [bdf.o] Error 1
> gmake[1]: Leaving directory `/usr/local/src/gfe-0.0.4/src'
> gmake: *** [all-recursive] Error 1
> % uname -a
> NetBSD takako.246.ne.jp 1.4.2 NetBSD 1.4.2 (TAKAKO) #3: Mon Mar 20 20:05:22
> PST 2000 address@hidden:/usr/src/sys/arch/i386/compile/TAKAKO i386
> %
>
- [bug-gfe] Re: [gfe-0.0.4] compile error (fwd),
Anuradha Ratnaweera <=