Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Mar 1999 20:47:07 +0200 (MEST)
From:      Christoph Herrmann <C.Herrmann@science-computing.de>
To:        i4b mailinglist <freebsd-isdn@FreeBSD.ORG>
Subject:   i4b + PAO and pcmcia Fritz!Card (fwd)
Message-ID:  <Pine.LNX.4.02.9903312045210.16145-100000@maestria.m.science-computing.de>

next in thread | raw e-mail | index | archive | help
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 <pccard/cardinfo.h>

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




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