gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MacOS X] current cvs doesn't compile


From: Ladislav Michl
Subject: Re: [MacOS X] current cvs doesn't compile
Date: Mon, 3 Mar 2003 14:07:30 +0100
User-agent: Mutt/1.5.3i

On Mon, Mar 03, 2003 at 01:49:52PM +0100, Ruotger.Skupin wrote:
> Hello,
> 
> it seems that the current cvs does not compile (at least not on 
> macosx). Any ideas?

struct timeval is undefined on MacOS X. <sys/time.h> should be included,
but i'm not sure how good idea is to do it unconditionally. we'll probably
soon need our own types as fe gtk has...

        ladis
> [Deus:~/Development/command_line_cvs/gnokii] roddi% make
> make -C common/phones
> gcc -g -O2 -I../getopt  -I../../include -I/usr/X11R6/include  -c -o 
> generic.o generic.c
> gcc -g -O2 -I../getopt  -I../../include -I/usr/X11R6/include  -c -o 
> nokia.o nokia.c
> In file included from ../../include/gnokii/data.h:32,include  -c -o 
> nk7110.o nk7110.c
>                  from ../../include/gnokii/statemachine.h:35,
>                  from nk7110.c:41:
> ../../include/gnokii/common.h:558: field `last' has incomplete type
> In file included from ../../include/gnokii/data.h:34,
>                  from ../../include/gnokii/statemachine.h:35,
>                  from nk7110.c:41:
> ../../include/gnokii/call.h:76: field `start_time' has incomplete type
> ../../include/gnokii/call.h:77: field `answer_time' has incomplete type
> make[1]: *** [nk7110.o] Error 1
> make: *** [common/phones] Error 2
> logout
> [Process completed]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]