pkgsrc-Bulk archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkgsrc QNX 6.4.0/i386 2008-11-16 09:24
> >
> > Thanks. I see the issue now.
> >
> > generate.c: In function 'main':
> > generate.c:1223: warning: implicit declaration of function 'getlogin'
> > generate.c:1223: warning: assignment makes pointer from integer without
> > a cast
> > generate.c:1235: warning: implicit declaration of function 'getpid'
> > generate.c:1303: warning: implicit declaration of function 'stat'
> > gmake: *** [generate.o] Error 1
> /
> > Any idea what file(s) I need to include on QNX to fix this?
>
> getlogin() and getpid() should be brought in by <unistd.h>, stat()
> by <sys/stat.h>. Which package are you looking at in particular?
devel/generate
The issue on QNX is 'cc -ansi'. This doesn't bring in the above
which are marked as __EXT_POSIX1_198808 on QNX.
-seanb
Home |
Main Index |
Thread Index |
Old Index