From owner-freebsd-isdn Wed Mar 31 10:47:29 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from orion.science-computing.de (orion.science-computing.de [193.197.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 8A36014DC7 for ; Wed, 31 Mar 1999 10:47:19 -0800 (PST) (envelope-from C.Herrmann@science-computing.de) Received: from verleihnix.m.science-computing.de (verleihnix.m.science-computing.de [10.148.25.5]) by orion.science-computing.de (8.8.8/8.8.8) with SMTP id TAA27537 for <@orion.science-computing.de:freebsd-isdn@FreeBSD.ORG>; Wed, 31 Mar 1999 19:41:30 +0200 Received: from maestria.m.science-computing.de (maestria.m.science-computing.de [10.148.25.16]) by verleihnix.m.science-computing.de (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id UAA03107 for ; Wed, 31 Mar 1999 20:47:07 +0200 Received: from localhost (chris@localhost) by maestria.m.science-computing.de (8.6.10/8.6.9) with SMTP id UAA18666 for ; Wed, 31 Mar 1999 20:47:07 +0200 X-Authentication-Warning: maestria.m.science-computing.de: chris owned process doing -bs Date: Wed, 31 Mar 1999 20:47:07 +0200 (MEST) From: Christoph Herrmann To: i4b mailinglist Subject: i4b + PAO and pcmcia Fritz!Card (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm using FreeBSD 2.2.8 with PAO on my Notebook and I try to install i4b-00.71 for a pcmcia Fritz!Card . But when I try to compile the kernel I got lots of Errormessages : > make depend ... ../../i4b/layer1/i4b_isic_pcmcia.c:54: pccard/card.h: No such file or directory mkdep: compile failed *** Error code 1 And thats true this file doesn't really exist. Then I found in the source-tree of 3.1 : ../../i4b/layer1/i4b_isic_pcmcia.c:54: #include I edited this file and tryd it again with the result that make depend runs without errors but make produced the following output: ... In file included from ../../i4b/layer1/i4b_isic_pcmcia.c:53: ../../sys/select.h:45: parse error before `pid_t' ../../sys/select.h:45: warning: no semicolon at end of struct or union ../../sys/select.h:47: parse error before `}' ../../sys/select.h:53: parse error before `__P' ../../sys/select.h:54: parse error before `__P' In file included from ../../i4b/layer1/i4b_isic_pcmcia.c:54: ../../pccard/cardinfo.h:67: parse error before `caddr_t' ../../pccard/cardinfo.h:67: warning: no semicolon at end of struct or union ../../pccard/cardinfo.h:70: parse error before `}' ../../pccard/cardinfo.h:107: parse error before `u_char' ../../pccard/cardinfo.h:107: warning: no semicolon at end of struct or union In file included from ../../i4b/layer1/i4b_isic_pcmcia.c:55: ../../pccard/driver.h:14: parse error before `__P' ../../pccard/driver.h:19: parse error before `__P' ../../pccard/driver.h:20: parse error before `__P' ../../pccard/driver.h:35: parse error before `__P' ../../pccard/driver.h:36: parse error before `__P' ../../pccard/driver.h:37: parse error before `__P' ../../pccard/driver.h:38: parse error before `__P' ../../pccard/driver.h:39: parse error before `__P' ../../pccard/driver.h:42: parse error before `__P' In file included from ../../i4b/layer1/i4b_isic_pcmcia.c:56: ../../pccard/slot.h:45: warning: no semicolon at end of struct or union ../../pccard/slot.h:45: parse error before `__P' ../../pccard/slot.h:47: parse error before `__P' ../../pccard/slot.h:49: parse error before `__P' ../../pccard/slot.h:55: parse error before `__P' ../../pccard/slot.h:57: parse error before `__P' ../../pccard/slot.h:59: parse error before `__P' ../../pccard/slot.h:61: parse error before `__P' ../../pccard/slot.h:63: parse error before `__P' ../../pccard/slot.h:69: parse error before `*' ../../pccard/slot.h:69: warning: data definition has no type or storage class ../../pccard/slot.h:82: parse error before `}' ../../pccard/slot.h:112: field `isahd' has incomplete type ../../pccard/slot.h:116: parse error before `u_short' ../../pccard/slot.h:116: warning: no semicolon at end of struct or union ../../pccard/slot.h:117: warning: data definition has no type or storage class ../../pccard/slot.h:126: parse error before `misc' ../../pccard/slot.h:126: warning: data definition has no type or storage class ../../pccard/slot.h:130: conflicting types for `next' ../../pccard/slot.h:75: previous declaration of `next' ../../pccard/slot.h:130: warning: redundant redeclaration of `next' in same scope ../../pccard/slot.h:75: warning: previous declaration of `next' ../../pccard/slot.h:131: parse error before `}' ../../pccard/slot.h:149: field `selp' has incomplete type ../../pccard/slot.h:150: field `mem' has incomplete type ../../i4b/layer1/i4b_isic_pcmcia.c: In function `isic_pccard_init': ../../i4b/layer1/i4b_isic_pcmcia.c:112: dereferencing pointer to incomplete type ../../i4b/layer1/i4b_isic_pcmcia.c:120: dereferencing pointer to incomplete type ../../i4b/layer1/i4b_isic_pcmcia.c:135: warning: implicit declaration of function `isicattach' ../../i4b/layer1/i4b_isic_pcmcia.c: In function `isic_unload': ../../i4b/layer1/i4b_isic_pcmcia.c:142: dereferencing pointer to incomplete type ../../i4b/layer1/i4b_isic_pcmcia.c: In function `isic_card_intr': ../../i4b/layer1/i4b_isic_pcmcia.c:154: warning: implicit declaration of function `isicintr' ../../i4b/layer1/i4b_isic_pcmcia.c:154: dereferencing pointer to incomplete type *** Error code 1 Stop. Then I removed /usr/src and installed a "clean" src (without PAO) and run a make world. After that I tryd to install i4b again, but the result, (the errormessages :-( ) where the same as I described above. Did anybody use i4b with a pcmcia Fritz!Card and/or together with PAO ? Christoph :-((( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message