Server-4 [root@/usr/src/bristuff-0.4.0-RC3e]#mc
Server-4 [root@/usr/src/bristuff-0.4.0-RC3e]#cd zaphfc/
Server-4 [root@/usr/src/bristuff-0.4.0-RC3e/zaphfc]#ls
LICENSE Makefile zapata.conf zaphfc.c zaphfc.c.orig zaphfc.h zaptel.conf
Server-4 [root@/usr/src/bristuff-0.4.0-RC3e/zaphfc]#make
make -C /usr/src/linux-2.6 SUBDIRS=/usr/src/bristuff-0.4.0-RC3e/zaphfc ZAP= -I/usr/src/bristuff-0.4.0-RC3e/kernel/zaptel modules
make[1]: Entering directory `/usr/src/linux-2.6.18.6'
CC [M] /usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.o
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:29:20: error: zaptel.h: Datei oder Verzeichnis nicht gefunden
In file included from /usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:30:
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.h:328: error: 'ZT_CHUNKSIZE' undeclared here (not in a function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.h:339: error: field 'span' has incomplete type
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.h:340: error: array type has incomplete element type
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c: In function 'hfc_shutdownCard2':
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:127: warning: implicit declaration of function 'zt_unregister'
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:241:21: warning: "ZT_CHUNKSIZE" is not defined
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:241:33: error: division by zero in #if
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:242:2: error: #error hfc_B_FIFO_SIZE is not a multiple of ZT_CHUNKSIZE even though the code assumes this
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c: In function 'hfc_bch_rx':
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:348: warning: implicit declaration of function 'zt_ec_chunk'
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c: In function 'hfc_dch_tx':
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:377: warning: type defaults to 'int' in declaration of '_x'
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c: At top level:
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:419: warning: return type defaults to 'int'
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:419: warning: function declaration isn't a prototype
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c: In function 'ZAP_IRQ_HANDLER':
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:420: error: 'dev_id' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:420: error: (Each undeclared identifier is reported only once
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:420: error: for each function it appears in.)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:432: warning: 'return' with no value, in function returning non-void
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:442: warning: 'return' with no value, in function returning non-void
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:454: warning: 'return' with no value, in function returning non-void
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:545: error: 'ZT_FLAG_RUNNING' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:552: warning: implicit declaration of function 'zt_transmit'
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:583: warning: implicit declaration of function 'zt_receive'
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c: In function 'zthfc_open':
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:601: error: dereferencing pointer to incomplete type
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:608: error: 'MOD_INC_USE_COUNT' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c: In function 'zthfc_close':
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:616: error: dereferencing pointer to incomplete type
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:624: error: 'MOD_DEC_USE_COUNT' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c: In function 'zthfc_startup':
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:644: error: dereferencing pointer to incomplete type
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:651: error: dereferencing pointer to incomplete type
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:651: error: 'ZT_FLAG_RUNNING' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:655: error: dereferencing pointer to incomplete type
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:655: error: 'ZT_FLAG_HDLC' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:656: error: dereferencing pointer to incomplete type
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:656: error: 'ZT_FLAG_BRIDCHAN' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:658: error: dereferencing pointer to incomplete type
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c: At top level:
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:684: warning: 'struct zt_lineconfig' declared inside parameter list
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:684: warning: its scope is only this definition or declaration, which is probably not what you want
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c: In function 'zthfc_spanconfig':
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:685: error: dereferencing pointer to incomplete type
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:685: error: dereferencing pointer to incomplete type
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c: In function 'zthfc_initialize':
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:693: error: invalid application of 'sizeof' to incomplete type 'struct zt_span'
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:693: error: invalid application of 'sizeof' to incomplete type 'struct zt_span'
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:693: error: invalid application of 'sizeof' to incomplete type 'struct zt_span'
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:693: error: invalid application of 'sizeof' to incomplete type 'struct zt_span'
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:693: error: invalid application of 'sizeof' to incomplete type 'struct zt_span'
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:693: error: invalid application of 'sizeof' to incomplete type 'struct zt_span'
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:714: error: 'ZT_LAW_ALAW' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:715: error: 'ZT_CONFIG_AMI' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:715: error: 'ZT_CONFIG_CCS' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:721: error: invalid application of 'sizeof' to incomplete type 'struct zt_chan'
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:721: error: invalid application of 'sizeof' to incomplete type 'struct zt_chan'
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:721: error: invalid application of 'sizeof' to incomplete type 'struct zt_chan'
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:721: error: invalid application of 'sizeof' to incomplete type 'struct zt_chan'
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:721: error: invalid application of 'sizeof' to incomplete type 'struct zt_chan'
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:721: error: invalid application of 'sizeof' to incomplete type 'struct zt_chan'
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:724: error: 'ZT_SIG_EM' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:724: error: 'ZT_SIG_CLEAR' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:724: error: 'ZT_SIG_FXSLS' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:724: error: 'ZT_SIG_FXSGS' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:724: error: 'ZT_SIG_FXSKS' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:724: error: 'ZT_SIG_FXOLS' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:724: error: 'ZT_SIG_FXOGS' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:724: error: 'ZT_SIG_FXOKS' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:724: error: 'ZT_SIG_CAS' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:724: error: 'ZT_SIG_SF' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:728: warning: implicit declaration of function 'zt_register'
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c: In function 'hfc_findCards':
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:793: error: 'hfc_interrupt' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:793: error: 'ZAP_IRQ_SHARED' undeclared (first use in this function)
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c: At top level:
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:923: error: expected ')' before string constant
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:924: error: expected ')' before string constant
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:925: error: expected ')' before string constant
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:926: error: expected ')' before string constant
/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.c:927: error: expected ')' before string constant
make[2]: *** [/usr/src/bristuff-0.4.0-RC3e/zaphfc/zaphfc.o] Fehler 1
make[1]: *** [_module_/usr/src/bristuff-0.4.0-RC3e/zaphfc] Fehler 2
make[1]: Leaving directory `/usr/src/linux-2.6.18.6'
make: *** [linux26] Fehler 2
Server-4 [root@/usr/src/bristuff-0.4.0-RC3e/zaphfc]#