Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 96 19:57 MET DST
From:      shanee@rabbit.augusta.de (Andreas Kohout)
To:        current@freebsd.org
Subject:   HELP! Canīt compile anything
Message-ID:  <m0v0X4K-000A8ZC@rabbit.augusta.de>

next in thread | raw e-mail | index | archive | help
Hello,

since I update my ctm src (2139-2180) I canīt compile anything! I need a 
new kernel, but I get this:

cc -c -O -pipe -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Winline -Wunused -Wpointer-arith  -nostdinc -I. -I../.. -I../../sys -I../../../include -DI586_CPU -DPROBE_VERBOSE -DDUMMY_N
OPS -DLINUX -DCOMPAT_43 -DCD9660 -DMSDOSFS -DMFS -DNFS -DFFS -DINET -DKERNEL -DMAXUSERS=16 -UKERNEL ../../i386/i386/genassym.c
In file included from ../../sys/param.h:88,
                 from ../../i386/i386/genassym.c:41:
../../sys/signal.h:117: warning: function declaration isn't a prototype
../../sys/signal.h:160: warning: function declaration isn't a prototype
In file included from ../../vm/vm.h:68,
                 from ../../i386/i386/genassym.c:61:
../../vm/vm_object.h:102: parse error before `vm_ooffset_t'
../../vm/vm_object.h:102: warning: no semicolon at end of struct or union
../../vm/vm_object.h:104: parse error before `backing_object_offset'
../../vm/vm_object.h:104: warning: data definition has no type or storage class
../../vm/vm_object.h:122: parse error before `}'
../../i386/i386/genassym.c: In function `main':
../../i386/i386/genassym.c:88: structure has no member named `p_procq'
../../i386/i386/genassym.c:89: structure has no member named `p_procq'
../../i386/i386/genassym.c:108: `NPDEPG' undeclared (first use this function)
../../i386/i386/genassym.c:108: (Each undeclared identifier is reported only once
../../i386/i386/genassym.c:108: for each function it appears in.)
{standard input}: Assembler messages:
{standard input}:578: FATAL: Can't create genassym.o: Permission denied
*** Error code 1

Stop.


than I tried to make top-3.3, but:

===>  Building for top-3.3
cc -DHAVE_GETOPT -O -c top.c
In file included from top.c:35:
/usr/include/ctype.h:121: warning: parameter names (without types) in function declaration
/usr/include/ctype.h:122: parse error before `___tolower'
/usr/include/ctype.h:122: warning: parameter names (without types) in function declaration
/usr/include/ctype.h:122: warning: data definition has no type or storage class
/usr/include/ctype.h:123: parse error before `___toupper'
/usr/include/ctype.h:123: warning: parameter names (without types) in function declaration
/usr/include/ctype.h:123: warning: data definition has no type or storage class
/usr/include/ctype.h:142: parse error before `_c'
/usr/include/ctype.h: In function `__istype':
/usr/include/ctype.h:144: `_c' undeclared (first use this function)
/usr/include/ctype.h:144: (Each undeclared identifier is reported only once
/usr/include/ctype.h:144: for each function it appears in.)
/usr/include/ctype.h:144: `_f' undeclared (first use this function)
/usr/include/ctype.h: At top level:
/usr/include/ctype.h:149: parse error before `_c'
/usr/include/ctype.h: In function `__isctype':
/usr/include/ctype.h:151: `_c' undeclared (first use this function)
/usr/include/ctype.h:152: `_f' undeclared (first use this function)
/usr/include/ctype.h: At top level:
/usr/include/ctype.h:156: parse error before `__toupper'
/usr/include/ctype.h:156: parse error before `_c'
/usr/include/ctype.h: In function `__toupper':
/usr/include/ctype.h:158: `_c' undeclared (first use this function)
/usr/include/ctype.h: At top level:
/usr/include/ctype.h:163: parse error before `__tolower'
/usr/include/ctype.h:163: parse error before `_c'
/usr/include/ctype.h: In function `__tolower':
/usr/include/ctype.h:165: `_c' undeclared (first use this function)
*** Error code 1

Stop.


I tried to compile config and make, but with the same errors.

My last ctm-src was src-cur.2187.gz. My question is, is this ok and have 
I wait for some more ctm-src tarballs or is my sourcetree broken?

Thanx ...

-- 
Greeting, Andy
                                                    running FreeBSD-current
---------------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m0v0X4K-000A8ZC>