From owner-freebsd-questions Wed Aug 5 03:52:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA24373 for freebsd-questions-outgoing; Wed, 5 Aug 1998 03:52:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from exch-staff.livjm.ac.uk (exch-staff.livjm.ac.uk [150.204.254.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA24360 for ; Wed, 5 Aug 1998 03:52:28 -0700 (PDT) (envelope-from P.Cartwright@livjm.ac.uk) Date: Wed, 5 Aug 1998 03:52:28 -0700 (PDT) Message-Id: <199808051052.DAA24360@hub.freebsd.org> Received: from turing.cms.livjm.ac.uk ([150.204.48.86]) by exch-staff.livjm.ac.uk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3) id QADKSSRB; Wed, 5 Aug 1998 11:54:35 +0100 X-Sender: cmspcar1@staff-mail.livjm.ac.uk X-Mailer: Windows Eudora Pro Version 2.1.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-questions@FreeBSD.ORG From: Paul Cartwright Subject: Older FreeBSD Versions Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks to all those who replied to my previous question regarding older versions of FreeBSD, and the offers of mounting CD's so I can download the operating system. I now think I should only attempt to download older versions as a last resort, if I fail to 'fix' the modified source tree. Below is the output I get when I try to do a 'make depend'. I notice the first one crops up in stdio.h (worrying), Any Ideas? Cheers Paul Cartwright cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -nostdinc -I. -I../.. -I../../sys -I../../../include -DRETHER -DVIDEO -DNEWOS -DCOMPAT_43 -DNFS -DFFS -DINET -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 -DMAXUSERS=10 -UKERNEL ../../i386/i386/genassym.c In file included from ../../i386/i386/genassym.c:40: ../../../include/stdio.h:295: warning: redundant redeclaration of `lseek' in same scope ../../sys/types.h:84: warning: previous declaration of `lseek' In file included from ../../sys/user.h:52, from ../../i386/i386/genassym.c:61: ../../sys/sysctl.h:213: field `e_vm' has incomplete type In file included from ../../i386/i386/genassym.c:62: ../../net/if.h:363: field `ifru_addr' has incomplete type ../../net/if.h:364: field `ifru_dstaddr' has incomplete type ../../net/if.h:365: field `ifru_broadaddr' has incomplete type ../../net/if.h:386: field `ifra_addr' has incomplete type ../../net/if.h:387: field `ifra_broadaddr' has incomplete type ../../net/if.h:388: field `ifra_mask' has incomplete type In file included from ../../net/if.h:416, from ../../i386/i386/genassym.c:62: ../../net/if_arp.h:80: field `arp_pa' has incomplete type ../../net/if_arp.h:81: field `arp_ha' has incomplete type ../../i386/i386/genassym.c: In function `main': ../../i386/i386/genassym.c:85: dereferencing pointer to incomplete type ../../i386/i386/genassym.c:96: dereferencing pointer to incomplete type ../../i386/i386/genassym.c:97: dereferencing pointer to incomplete type ../../i386/i386/genassym.c:98: dereferencing pointer to incomplete type ../../i386/i386/genassym.c:102: `pt_entry_t' undeclared (first use this function) ../../i386/i386/genassym.c:102: (Each undeclared identifier is reported only once ../../i386/i386/genassym.c:102: for each function it appears in.) ../../i386/i386/genassym.c:103: `PDESIZE' undeclared (first use this function) ../../i386/i386/genassym.c:104: `PTESIZE' undeclared (first use this function) ../../i386/i386/genassym.c:105: `NKPDE' undeclared (first use this function) ../../i386/i386/genassym.c:106: `NKPT' undeclared (first use this function) ../../i386/i386/genassym.c:107: `KPTDI' undeclared (first use this function) ../../i386/i386/genassym.c:108: `KSTKPTDI' undeclared (first use this function) ../../i386/i386/genassym.c:109: `KSTKPTEOFF' undeclared (first use this function) ../../i386/i386/genassym.c:110: `PTDPTDI' undeclared (first use this function) ../../i386/i386/genassym.c:111: `APTDPTDI' undeclared (first use this function) ../../i386/i386/genassym.c:114: `SYSPTSIZE' undeclared (first use this function) ../../i386/i386/genassym.c:115: `USRPTSIZE' undeclared (first use this function) ../../i386/i386/genassym.c:116: `USRIOSIZE' undeclared (first use this function) ../../i386/i386/genassym.c:120: `USRSTACK' undeclared (first use this function) ../../i386/i386/genassym.c:121: `VM_MAXUSER_ADDRESS' undeclared (first use this function) ../../i386/i386/genassym.c:122: `KERNBASE' undeclared (first use this function) *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message