Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Oct 2001 22:54:27 -0500
From:      Nathan Ahlstrom <nrahlstr@winternet.com>
To:        The Anarcat <anarcat@anarcat.dyndns.org>
Cc:        Libh <freebsd-libh@FreeBSD.ORG>
Subject:   Re: fresh libh fails to build
Message-ID:  <20011016225427.A9720@winternet.com>
In-Reply-To: <20011016171855.B479@shall.anarcat.dyndns.org>; from anarcat@anarcat.dyndns.org on Tue, Oct 16, 2001 at 05:18:56PM -0400
References:  <20011016171855.B479@shall.anarcat.dyndns.org>

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

--fUYQa+Pmc3FrFX/N
Content-Type: text/plain; charset=us-ascii


Hi,

I need the attached patch to allow the build to progress past 
lib/sysinstall.  I am not sure if this patch is correct, it may
be cleaner to have the #include lines adjusted in those files.

Nathan


The Anarcat <anarcat@anarcat.dyndns.org> wrote:
> Hi!
> 
> I just tried to recompile the whole libh.
> 
> I type "make" in the root libh dir. It stopped in the "compile/none"
> directory, because it could not link to what looks like tvision
> functions.
> 
> Any idea?
> 
> I'm now trying to recompile the other directories.
> 
> a.



-- 
Nathan Ahlstrom / nra@NetBSD.org / nra@FreeBSD.org / GPG: 0x67BC9D19

--fUYQa+Pmc3FrFX/N
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="libh-lib-sysinstall.diff"

Index: lib/sysinstall/Makefile
===================================================================
RCS file: /home/libh/cvs/libh/lib/sysinstall/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- lib/sysinstall/Makefile	2001/09/20 23:33:35	1.5
+++ lib/sysinstall/Makefile	2001/10/17 03:52:00
@@ -6,6 +6,7 @@
 .include "$S/Makefile.inc"
 
 LIB=	hsysinstall
+CFLAGS+= -I$S/include/sysinstall -I$S/include/database -I$S/include/file
 
 SRCS=		PackageDescription.cd.cc PackageStreamReference.cd.cc \
 		Feature.cc Feature.cd.cc PackageFile.cc PackageFile.cd.cc \

--fUYQa+Pmc3FrFX/N--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-libh" in the body of the message




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