Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 1998 03:52:28 -0700 (PDT)
From:      Paul Cartwright <P.Cartwright@livjm.ac.uk>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Older FreeBSD Versions
Message-ID:  <199808051052.DAA24360@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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