Date: Sat, 11 Jan 1997 10:55:26 +0100 From: dirk@hal.IN-Berlin.DE (Dirk Froemberg) To: rg@gds.de (Richard Gresek) Cc: freebsd-current@freebsd.org Subject: Re: `UF_OPAQUE' undeclared Message-ID: <Mutt.19970111105526.dirk@hal.IN-Berlin.DE> In-Reply-To: <199701072310.AAA08241@gds.de>; from Richard Gresek on Jan 8, 1997 00:09:08 %2B0000 References: <199701072310.AAA08241@gds.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello Richard! Just copy /sys/sys/stat.h to /usr/include/sys/stat.h or make a link from /sys/sys to /usr/include/sys (make world would do so, of course after xinstall is installed 8-). Best regards Dirk Richard Gresek writes: > I am new to this list, so I probably missed something which could > solve my problem: > > I pulled the entire /usr/src from ftp.freebsd.org:.16/FreeBSD/FreeBSD-current > and started the compile with 'make world' from the top of the > src-tree and finally got the following. Can somebody tell me where to > look? > > (All done on a 2.1.6-RELEASE) > > Thanks in advance > > Richard > > +--------- > install -c -s -o bin -g bin -m 555 make /usr/bin > /usr/obj/usr/src/usr.bin/make created for /usr/src/usr.bin/make > cd /usr/src/usr.bin/xinstall && make depend && make -DNOMAN > -DNOPROFILE all install cleandir obj rm -f .depend mkdep -f .depend -a > /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c > /usr/src/usr.bin/xinstall/xinstall.c cc -O -c > /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c > /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c: In function > `flags_to_string': > /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c:74: `UF_OPAQUE' > undeclared (first use this function) > /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c:74: (Each > undeclared identifier is reported only once > /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c:74: for each > function it appears in.) > /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c: In function > `string_to_flags': > /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c:134: `UF_OPAQUE' > undeclared (first use this function) > *** Error code 1 > > Stop. > +--------- > > +-------------------------------------------------------------------+ > : Plus.Net Internet PoP fuer > : Oppenheimer Landstr. 55 Frankfurt & Westerwald > : 60596 Frankfurt > : Tel.: +49 69 61991275 http://www.plusnet.de > : Fax : +49 69 610238 > +-------------------------------------------------------------------+ -- e-mail: dirk@hal.in-berlin.de PGP-Public-Key available "Soldaten sind Moerder." -- Kurt Tucholsky
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Mutt.19970111105526.dirk>