Can anybody give me a hint why this happens when I do a make in /usr/src/contrib/perl5 (source tree was cvsuped today):

eris# make
`sh cflags libperl.a miniperlmain.o` miniperlmain.c
CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O `sh cflags libperl.a perl.o` perl.c
CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O perl.c: In function `perl_parse':
perl.c:690: warning: passing arg 1 of `time' from incompatible pointer type
`sh cflags libperl.a gv.o` gv.c
CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O `sh cflags libperl.a toke.o` toke.c
CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O `sh cflags libperl.a perly.o` perly.c
CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O `sh cflags libperl.a op.o` op.c
CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O `sh cflags libperl.a regcomp.o` regcomp.c
CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O `sh cflags libperl.a dump.o` dump.c
CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O `sh cflags libperl.a util.o` util.c
CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O util.c: In function `vsprintf':
util.c:1634: structure has no member named `_ptr'
util.c:1635: structure has no member named `_cnt'
util.c:1639: structure has no member named `_flag'
util.c:1639: `_IOWRT' undeclared (first use in this function)
util.c:1639: (Each undeclared identifier is reported only once
util.c:1639: for each function it appears in.)
*** Error code 1

Stop in /usr/src/contrib/perl5.
eris# uname -a
FreeBSD eris.abc.ro 4.7-STABLE FreeBSD 4.7-STABLE #0: Wed Oct 30 16:04:47 EET 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ERIS i386

From what I found searching on Google, the problem is somehow linked to "stdio.h" but I have no idea how to correct it.
Thanks,
Kiki




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to