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: Pawel Kot
Subject: Re: [MacOS X] current cvs doesn't compile
Date: Mon, 03 Mar 2003 14:38:13 +0100

>>> address@hidden 3 March 2003 14:23:47 >>>
> we could do an
> 
> #ifdef __MACH__
> #include <sys/time.h>
> #endif

The problem is we can't. make install installs these headers
into the system. They need to work as they are on *all*
systems they need to. Such definition will cause clash
on systems with no sys/time.h (missing declaration). But
this is more general problem.

pkot




reply via email to

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