Hallo Leute , nachdem ich alles mögliches in diesen Forum über die instalierung von bristuff und , alles mögliche versucht , bleibt ihr meine letzte Hoffnung um endlich mal mein Problem zu lösen .
Folgendes :
hab einen Debian 3.1 Sarge mit kernel 2.6.8-2-386
uname -r : 2.6.8-2-386
hab dann die kernel-sources-2.6.8.tar in /usr/src entpackt.
hab dann die kernel-headers-2.6.8-2-386 instaliert via apt-get .
hab die beiden symlinks erstellt
ln -s kernel-sources-2.6.8 linux
ln -s kernel-sources-2.6.8 linux-2.6
dann habe ich ./install in "bristuff-0.2.0-RC8f-CVS" ausgefürt .
Zaptel und libpri wird fehlerlos kompiliert
bei qozap bekomme ich die fehler hier :
bei cwain die hier :
bei zaphfc :
hab echt alles versucht .erfolglos
Was mache ich denn Falsche .
Bitte hilft mir bin verzweifelt .
Danke
Folgendes :
hab einen Debian 3.1 Sarge mit kernel 2.6.8-2-386
uname -r : 2.6.8-2-386
hab dann die kernel-sources-2.6.8.tar in /usr/src entpackt.
hab dann die kernel-headers-2.6.8-2-386 instaliert via apt-get .
hab die beiden symlinks erstellt
ln -s kernel-sources-2.6.8 linux
ln -s kernel-sources-2.6.8 linux-2.6
dann habe ich ./install in "bristuff-0.2.0-RC8f-CVS" ausgefürt .
Zaptel und libpri wird fehlerlos kompiliert
bei qozap bekomme ich die fehler hier :
Code:
Asterisk:/usr/src/bristuff-0.2.0-RC8f-CVS/qozap# make all
make -C /usr/src/linux-2.6 SUBDIRS=/usr/src/bristuff-0.2.0-RC8f-CVS/qozap ZAP=-I
/usr/src/bristuff-0.2.0-RC8f-CVS/zaptel modules
make[1]: Entering directory `/usr/src/kernel-source-2.6.8'
CC [M] /usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.o
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c: In Funktion »qoz_dfifo_tx«:
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c:233: error: structure has no memb
er named `bytes2transmit'
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c:243: error: structure has no memb
er named `bytes2transmit'
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c:249: error: structure has no memb
er named `bytes2transmit'
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c:251: error: structure has no memb
er named `eoftx'
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c: In Funktion »qoz_dfifo_rx«:
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c:305: error: structure has no memb
er named `bytes2receive'
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c:335: error: structure has no memb
er named `bytes2receive'
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c:336: error: structure has no memb
er named `eofrx'
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c:345: error: structure has no memb
er named `bytes2receive'
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c:346: error: structure has no memb
er named `eofrx'
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c:353: error: structure has no memb
er named `bytes2receive'
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c:354: error: structure has no memb
er named `eofrx'
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c: In Funktion »qoz_run«:
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c:435: error: structure has no member named `bytes2receive'
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c:436: error: structure has no member named `bytes2transmit'
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c:437: error: structure has no member named `eofrx'
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c:438: error: structure has no member named `eoftx'
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c: In Funktion »ztqoz_startup«:
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c:700: error: `ZT_FLAG_BRIDCHAN' undeclared (first use in this function)
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c:700: error: (Each undeclared identifier is reported only once
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c:700: error: for each function itappears in.)
/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.c:712: error: structure has no member named `maxbytes2transmit'
make[2]: *** [/usr/src/bristuff-0.2.0-RC8f-CVS/qozap/qozap.o] Fehler 1
make[1]: *** [_module_/usr/src/bristuff-0.2.0-RC8f-CVS/qozap] Fehler 2
make[1]: Leaving directory `/usr/src/kernel-source-2.6.8'
make: *** [linux26] Fehler 2
bei cwain die hier :
Code:
Asterisk:/usr/src/bristuff-0.2.0-RC8f-CVS/cwain# make all
make -C /usr/src/linux-2.6 SUBDIRS=/usr/src/bristuff-0.2.0-RC8f-CVS/cwain ZAP=-I/usr/src/bristuff-0.2.0-RC8f-CVS/zaptel modules
make[1]: Entering directory `/usr/src/kernel-source-2.6.8'
CC [M] /usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.o
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c: In Funktion »cwain_dfifo_tx«:
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c:210: error: structure has no member named `bytes2transmit'
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c:220: error: structure has no member named `bytes2transmit'
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c:228: error: structure has no member named `bytes2transmit'
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c:230: error: structure has no member named `eoftx'
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c: In Funktion »cwain_dfifo_rx«:
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c:292: error: structure has no member named `bytes2receive'
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c:293: error: structure has no member named `eofrx'
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c:302: error: structure has no member named `bytes2receive'
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c:303: error: structure has no member named `eofrx'
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c:313: error: structure has no member named `bytes2receive'
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c:314: error: structure has no member named `eofrx'
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c: In Funktion »cwain_run«:
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c:399: error: structure has no member named `bytes2receive'
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c:400: error: structure has no member named `bytes2transmit'
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c:401: error: structure has no member named `eofrx'
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c:402: error: structure has no member named `eoftx'
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c: In Funktion »ztcwain_startup«:
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c:634: error: `ZT_FLAG_BRIDCHAN' undeclared (first use in this function)
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c:634: error: (Each undeclared identifier is reported only once
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c:634: error: for each function it appears in.)
/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.c:653: error: structure has no member named `maxbytes2transmit'
make[2]: *** [/usr/src/bristuff-0.2.0-RC8f-CVS/cwain/cwain.o] Fehler 1
make[1]: *** [_module_/usr/src/bristuff-0.2.0-RC8f-CVS/cwain] Fehler 2
make[1]: Leaving directory `/usr/src/kernel-source-2.6.8'
make: *** [linux26] Fehler 2
Code:
Asterisk:/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc# make all
make -C /usr/src/linux-2.6 SUBDIRS=/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc ZAP=-I/usr/src/bristuff-0.2.0-RC8f-CVS/zaptel modules
make[1]: Entering directory `/usr/src/kernel-source-2.6.8'
CC [M] /usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.o
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c: In Funktion »hfc_dtrans«:
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:396: error: structure has no member named `bytes2transmit'
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:419: error: structure has no member named `bytes2transmit'
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:436: error: structure has no member named `eoftx'
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:455: error: structure has no member named `eoftx'
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:459: error: structure has no member named `eoftx'
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c: In Funktion »hfc_drec«:
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:471: error: structure has no member named `bytes2receive'
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:472: error: structure has no member named `eofrx'
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:506: error: structure has no member named `bytes2receive'
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:511: error: structure has no member named `eofrx'
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:521: error: structure has no member named `bytes2receive'
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:527: error: structure has no member named `bytes2receive'
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c: In Funktion »hfc_interrupt«:
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:721: error: structure has no member named `bytes2transmit'
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:722: error: structure has no member named `maxbytes2transmit'
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:736: error: structure has no member named `bytes2receive'
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:739: error: structure has no member named `eofrx'
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:741: error: structure has no member named `bytes2receive'
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:744: error: structure has no member named `bytes2receive'
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:746: error: structure has no member named `bytes2receive'
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:749: error: structure has no member named `bytes2receive'
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:755: error: structure has no member named `bytes2receive'
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c: In Funktion »zthfc_startup«:
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:831: error: `ZT_FLAG_BRIDCHAN' undeclared (first use in this function)
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:831: error: (Each undeclared identifier is reported only once
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:831: error: for each function it appears in.)
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c: In Funktion »hfc_findCards«:
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:1000: Warnung: use of cast expressions as lvalues is deprecated
/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.c:1000: Warnung: use of cast expressions as lvalues is deprecated
make[2]: *** [/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc/zaphfc.o] Fehler 1
make[1]: *** [_module_/usr/src/bristuff-0.2.0-RC8f-CVS/zaphfc] Fehler 2
make[1]: Leaving directory `/usr/src/kernel-source-2.6.8'
make: *** [linux26] Fehler 2
hab echt alles versucht .erfolglos
Was mache ich denn Falsche .
Bitte hilft mir bin verzweifelt .
Danke