Date: Thu, 13 Jul 2000 14:30:43 +0200 (SAT) From: John Hay <jhay@icomtek.co.za> To: ust@cert.siemens.de (Udo Schweigert) Cc: stable@FreeBSD.ORG Subject: Re: lptcontrol - still broken Message-ID: <200007131230.e6DCUhU82700@zibbi.mikom.csir.co.za> In-Reply-To: <20000713122556.A46336@alaska.cert.siemens.de> from Udo Schweigert at "Jul 13, 2000 12:25:56 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> On Thu, Jul 13, 2000 at 16:53:35 +0700, Max Khon wrote: > > hi, there! > > > > On Thu, 13 Jul 2000, Stone wrote: > > > > > I`m not sure if this has been fixed now, I did a quick fix by changing the > > > path of > > > the header file to the full path and it compiled succesfully. > > > > > > I`m not sure if this is the correct way of doing this as I am not very > > > proficient in > > > C or familiar with freebsd internals. Howerver the buildworld process worked > > > flawlessly after i made the change. > > > > the correct way is to fix etc/BSD.include.dist > > the fix has already been committed: > > > > No. It does not fix all problems. > > The make buildworld fails, because it does not find include/dev/ppbus in it`s > build-include path, which should contain something like this: > /usr/obj/usr/src/i386/usr/include/dev/ppbus > I think this patch will fix it, but I'm still running a make release to make sure. John -- John Hay -- John.Hay@icomtek.csir.co.za --- include/Makefile.org Thu Jul 13 00:56:00 2000 +++ include/Makefile Thu Jul 13 14:17:25 2000 @@ -48,7 +48,7 @@ LSUBDIRS= isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs cam/scsi dev/ppbus dev/usb # For SHARED=symlinks, cam is a symlink, so cam/scsi is taken care of -LSYMSUBDIRS= isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs dev/usb +LSYMSUBDIRS= isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs dev/ppbus dev/usb # Define SHARED to indicate whether you want symbolic links to the system # source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007131230.e6DCUhU82700>