On 2/14/2012 18:05, Christos Zoulas wrote:
In article<4F3AE3C6.6030605%acarver.net@localhost>, AGC<agcarver+netbsd%acarver.net@localhost> wrote:On 2/14/2012 14:03, Christos Zoulas wrote:In article<4F3ABC02.2020400%acarver.net@localhost>, AGC<agcarver+netbsd%acarver.net@localhost> wrote:On 2/13/2012 21:46, AGC wrote:On 2/13/2012 21:10, Brett Lymn wrote:On Mon, Feb 13, 2012 at 08:54:57PM -0800, AGC wrote:I downloaded the whole tree by CVS but still nothing: # make building rem.S from /mnt/src/lib/libc/arch/sparc/gen/divrem.m4 sh: /mnt/src/tooldir.NetBSD-5.1-sparc/bin/nbm4: not found *** Error code 127 Stop. make: stopped in /mnt/src/lib/libceither: a) cd /mnt/src&& ./build.sh tools and then run make or b) make USETOOLS=noThanks, I never found that command line option online. Seems to be compiling now, we'll see if it goes through.USETOOLS=no got it compiling up until:add NOLINT=yes christosStill errors out but in a slightly different place: cc1: warnings being treated as errors /mnt/src/lib/libc/nameser/ns_name.c: In function '__ns_name_pton': /mnt/src/lib/libc/nameser/ns_name.c:209: warning: implicit declaration of function 'ns_name_pton2' /mnt/src/lib/libc/nameser/ns_name.c: At top level: /mnt/src/lib/libc/nameser/ns_name.c:225: warning: no previous prototype for 'ns_name_pton2' /mnt/src/lib/libc/nameser/ns_name.c: In function '__ns_name_unpack': /mnt/src/lib/libc/nameser/ns_name.c:414: warning: implicit declaration of function 'ns_name_unpack2' /mnt/src/lib/libc/nameser/ns_name.c: At top level: /mnt/src/lib/libc/nameser/ns_name.c:428: warning: no previous prototype for 'ns_name_unpack2' /mnt/src/lib/libc/nameser/ns_name.c:727: error: expected ')' before 'nname' /mnt/src/lib/libc/nameser/ns_name.c:749: error: expected ')' before 'a' /mnt/src/lib/libc/nameser/ns_name.c:774: error: expected ')' before 'a' /mnt/src/lib/libc/nameser/ns_name.c:797: error: expected ')' before 'nname' /mnt/src/lib/libc/nameser/ns_name.c:847: error: expected ')' before 'nname'the include files seem to be stale. update src/include and make includes there. christos
Did that, now it gets further along but still stops. I keep restarting make and it seems to move on some more each time.
make: don't know how to make /usr/share/tmac/andoc.tmac. Stop