Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!swidir.switch.ch!swsbe6.switch.ch!scsing.switch.ch!cmir.arnes.si!not-for-mail From: tomaz@cmir.arnes.si (Tomaz Borstnar) Newsgroups: comp.unix.bsd.freebsd.misc Subject: problems with freebsd-current Date: 18 Sep 1995 14:27:24 +0200 Organization: ARNES Lines: 26 Sender: tomaz@arnes.si Message-ID: <j7d9cyil3u.fsf@cmir.arnes.si> NNTP-Posting-Host: cmir.arnes.si Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Newsreader: (ding) Gnus v0.99.15 Hello! Yesterday I sup-ed freebsd-current and tried to recompile kernel with support for ATAPI and PCVT (I have 2.0.5 GENERIC kernel for now) and I got this error: Script started on Mon Sep 18 11:53:41 1995 bash# make all cc -O2 -I/usr/src/sys/libkern -I/usr/src/sys/libkern/.. -DKERNEL -c adddi3.c -o adddi3.o In file included from quad.h:57, from adddi3.c:40: /usr/src/sys/libkern/../sys/types.h:72: parse error before `off_t' /usr/src/sys/libkern/../sys/types.h:72: warning: data definition has no type or storage class /usr/src/sys/libkern/../sys/types.h:73: parse error before `pid_t' /usr/src/sys/libkern/../sys/types.h:73: warning: data definition has no type or storage class *** Error code 1 Stop. *** Error code 1 Stop. bash# exit Script done on Mon Sep 18 11:53:50 1995 Any clues? Tomaz