[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnokii 0.5.0rc4 & OpenBSD
From: |
BORBELY Zoltan |
Subject: |
Re: gnokii 0.5.0rc4 & OpenBSD |
Date: |
Tue, 6 May 2003 00:08:13 +0200 |
User-agent: |
Mutt/1.4.1i |
Hi,
On Mon, May 05, 2003 at 11:36:07AM +0200, Pawel Kot wrote:
> On Thu, 1 May 2003, tefol tefol wrote:
>
> > bollocks# gmake
> > gmake -C common/phones
> > gmake[1]: Entering directory `/root/packages/gnokii-0.5.0rc4/common/phones'
> > gcc -g -O2 -I../getopt -I../../include -I/usr/local/include
> > -I/usr/X11R6/include -c -o generic.o generic.c
> > In file included from generic.c:35:
> > ../../include/gnokii-internal.h:83: syntax error before `wchar_t'
> > ../../include/gnokii-internal.h:84: syntax error before `value'
> > gmake[1]: *** [generic.o] Error 1
> > gmake[1]: Leaving directory `/root/packages/gnokii-0.5.0rc4/common/phones'
> > gmake: *** [common/phones] Error 2
> > bollocks#
>
> Try adding
> #include <stdlib.h>
> at the beginning of include/gnokii-internal.h
>
> Please report if it fixes the problem.
I tested it on a FreeBSD and an OpenBSD box and it solves the problem.
I added the include into the compat.h instead of it. It seems a more
appropriate place.
Bye,
Bozo