Date: Sun, 14 Jun 1998 20:21:03 +0200 From: Harold Gutch <logix@foobar.franken.de> To: German Tischler <tanis@gaspode.franken.de> Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: problems compiling i4b 00.62 Message-ID: <19980614202103.09653@foobar.franken.de> In-Reply-To: <19980614183324.07131@gaspode.franken.de>; from German Tischler on Sun, Jun 14, 1998 at 06:33:24PM %2B0200 References: <19980612205928.58438@foobar.franken.de> <19980613001943.28632@gaspode.franken.de> <19980614150551.10416@foobar.franken.de> <19980614183324.07131@gaspode.franken.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jun 14, 1998 at 06:33:24PM +0200, German Tischler wrote: > I don't have a stable system here, but I think changing > > #if defined(__FreeBSD__) && __FreeBSD__ >= 3 > #include "pnp.h" > #elif defined(__FreeBSD__) && defined(I4B_PnP) > #include "pnp.h" > #endif > > into > > #if defined(__FreeBSD__) && __FreeBSD__ >= 3 > #include "pnp.h" > #elif defined(__FreeBSD__) && defined(I4B_PNP) > #include "pnp.h" > #endif > > in i4b_sws.c should help (the option I4B_PnP doesn't exist. ok, I think > the defines combination in the driver needs some cleaning.) > Using exactly your replacement, defined(I4B_PNP) didnt work either, it must be some other definition somewhere - whatever, I then removed the conditional above and simply changed it to a #include "pnp.h", then it compiled... now lets see if i4b will work after rebooting :). -- bye, logix <Shabby> Sleep is an abstinence syndrome wich occurs due to lack of caffein. Wed Mar 4 04:53:33 CET 1998 #unix, ircnet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980614202103.09653>