Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 1995 14:35:05 -0500 (EST)
From:      "Marc G. Fournier" <scrappy@hub.org>
To:        current@freebsd.org
Subject:   compat.h missing?
Message-ID:  <Pine.BSF.3.91.951124143102.5896C-100000@hub.org>

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

Hi...

	Just tried to do a 'make' of /usr/src/lib (FreeBSD-current),
and got the following error:

cc -O -DLIBC_RCS -DSYSLIBC_RCS -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale -DYP -c /usr/src/lib/libc/db/btree/bt_close.c -o bt_close.o
In file included from /usr/src/lib/libc/db/btree/bt_close.c:49:
/usr/include/db.h:45: compat.h: No such file or directory
*** Error code 1

Stop.
*** Error code 1

Stop.

	doing a search of the "normal" areas plus /usr/src, I find one
occurance of compat.h, and that is under cron...

hub# find /usr/include/compat.h -print
hub# find /usr/include -name compat.h -print
hub# ^usr^usr/src
find /usr/src/include -name compat.h -print
hub# ls *.h
ls: No match.
hub# find /usr/src -name compat.h -print
/usr/src/usr.sbin/cron/cron/compat.h
hub#


	This is current as of about 2am, Friday, Nov. 24.

	As well, its also a very old version of db that its trying to
compile...1.7.4.  1.8.5 came out recently, and compiles cleanly...well,
you have to remove the cdefs.h they include, and have it use the one that
the system already has, but that's a minor thing.  How does one get
1.8.5 stuffed in?

thanks...

Marc G. Fournier | Knowledge, Information and Communications, Inc (ki.net)
scrappy@hub.org  |
 soon to be:     | 
scrappy@ki.net   | For more information, send me email.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.951124143102.5896C-100000>