Date: Mon, 18 Jan 1999 16:14:18 +0800 (HKT) From: Chan Yiu Wah <c5666305@b1.hkstar.com> To: freebsd-current@FreeBSD.ORG Subject: make world error upto src-cur.3710 Message-ID: <199901180814.QAA16685@b1.hkstar.com>
next in thread | raw e-mail | index | archive | help
Hello, I tried to make world (src-cur.3710) todya and found the following error. Can anyone tell me how to solve it. thanks. Clarence ======= Error ======= In file included from /usr/obj/usr/src/gnu/usr.bin/perl/perl/perl.h:2081, from DynaLoader.xs:107: /usr/obj/usr/src/gnu/usr.bin/perl/perl/thrdvar.h:73: parse error before `PL_ofslen' /usr/obj/usr/src/gnu/usr.bin/perl/perl/thrdvar.h:73: warning: data definition has no type or storage class In file included from DynaLoader.xs:130: dlutils.c:10: `NULL' undeclared here (not in a function) dlutils.c: In function `dl_generic_private_init': dlutils.c:35: `NULL' undeclared (first use this function) dlutils.c:35: (Each undeclared identifier is reported only once dlutils.c:35: for each function it appears in.) dlutils.c: In function `SaveError': dlutils.c:50: `va_list' undeclared (first use this function) dlutils.c:50: parse error before `args' dlutils.c:56: `args' undeclared (first use this function) DynaLoader.c: In function `XS_DynaLoader_dl_load_file': DynaLoader.c:155: dereferencing pointer to incomplete type DynaLoader.c:155: dereferencing pointer to incomplete type DynaLoader.c:165: dereferencing pointer to incomplete type DynaLoader.xs:163: warning: assignment makes pointer from integer without a cast DynaLoader.xs:166: `NULL' undeclared (first use this function) DynaLoader.c: In function `XS_DynaLoader_dl_find_symbol': DynaLoader.c:197: dereferencing pointer to incomplete type DynaLoader.c:198: dereferencing pointer to incomplete type DynaLoader.c:198: dereferencing pointer to incomplete type DynaLoader.xs:183: warning: assignment makes pointer from integer without a cast DynaLoader.xs:187: `NULL' undeclared (first use this function) DynaLoader.c: In function `XS_DynaLoader_dl_install_xsub': DynaLoader.c:240: dereferencing pointer to incomplete type DynaLoader.c:240: dereferencing pointer to incomplete type DynaLoader.c:241: dereferencing pointer to incomplete type DynaLoader.c:247: dereferencing pointer to incomplete type DynaLoader.c:247: dereferencing pointer to incomplete type DynaLoader.c: In function `boot_DynaLoader': DynaLoader.c:282: `NULL' undeclared (first use this function) DynaLoader.c:282: dereferencing pointer to incomplete type DynaLoader.c:282: dereferencing pointer to incomplete type DynaLoader.c:282: dereferencing pointer to incomplete type DynaLoader.c:282: dereferencing pointer to incomplete type *** Error code 1 Stop. ======= Error ======= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901180814.QAA16685>