Re: CVS compile problems



Carlos Morgado wrote:
> 
> On 2001.10.22 15:30:53 +0100 Petter Sundlöf wrote:
> 
> > In file included from imap.c:36:
> > /usr/include/unistd.h:371: warning: empty declaration
> > make[4]: *** [imap.o] Error 1
> >
> this hints either brokenness of your includes or confusion of the
> compiler. i'd say compiler if you don't get this often :)
> 
> what does your /usr/include/unistd.h look like around like 371 ?

extern unsigned int sleep (unsigned int __seconds) __THROW;

#if defined __USE_BSD || defined __USE_XOPEN_EXTENDED
/* Set an alarm to go off (generating a SIGALRM signal) in VALUE
   microseconds.  If INTERVAL is nonzero, when the alarm goes off, the
   timer is reset to go off every INTERVAL microseconds thereafter.
   Returns the number of microseconds remaining before the alarm.  */
extern __useconds_t ualarm (__useconds_t __value, __useconds_t
__interval)
     __THROW;



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