Date: Sat, 15 Aug 1998 19:37:12 -0400 (EDT) From: Snob Art Genre <benedict@echonyc.com> To: Simon Shapiro <shimon@simon-shapiro.org> Cc: freebsd-current@FreeBSD.ORG Subject: Re: Where is my error? Message-ID: <Pine.GSO.4.02.9808151933270.7296-100000@echonyc.com> In-Reply-To: <XFMail.980815193159.shimon@simon-shapiro.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I added "#include <sys/types.h>" to my copy of big5.c and everything compiled. However, the make world died installing in usr.bin/mklocale with this: install: mkstemp: /usr/share/locale/zh_TW.BIG5/INS@4350 for /usr/share/locale/zh _TW.BIG5/LC_CTYPE: No such file or directory On Sat, 15 Aug 1998, Simon Shapiro wrote: > In ``make buildworld'' as of this morning: > > cc -O -pipe -Wall -DXPG4 -I/usr/src/3.0/src/lib/libxpg4/../libc/locale > -I/usr/obj/usr/src/3.0/src/tmp/usr/include -c > /usr/src/3.0/src/lib/libxpg4/../libc/locale/big5.c -o big5.o > /usr/src/3.0/src/lib/libxpg4/../libc/locale/big5.c:64: parse error before > `u_int' > /usr/src/3.0/src/lib/libxpg4/../libc/locale/big5.c:64: warning: data > definition has no type or storage class > /usr/src/3.0/src/lib/libxpg4/../libc/locale/big5.c: In function > `_BIG5_sgetrune': > /usr/src/3.0/src/lib/libxpg4/../libc/locale/big5.c:79: warning: implicit > declaration of function `_big5_check' > /usr/src/3.0/src/lib/libxpg4/../libc/locale/big5.c:85: `u_int' undeclared > (first use this function) > /usr/src/3.0/src/lib/libxpg4/../libc/locale/big5.c:85: (Each undeclared > identifier is reported only once > /usr/src/3.0/src/lib/libxpg4/../libc/locale/big5.c:85: for each function it > appears in.) > *** Error code 1 > > Me thinks may be a problem there... > > > > Sincerely Yours, > Shimon@Simon-Shapiro.ORG > Simon Shapiro 770.265.7340 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > Ben "You have your mind on computers, it seems." 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?Pine.GSO.4.02.9808151933270.7296-100000>