Hi,<br><br>Before diving into this, I would very pleased to know if someone could yes or no, successfully compile mISDN 1.1.8 on Lenny (latest RC1 or beta2 version) ?<br><br>Regards<br><br><br><br>After a fresh install on Lenny, I can reproduce at will :<br>
<br>apt-get install build-essential linux-headers-2.6.26-1-686<br>cd /usr/src<br>wget <a href="http://www.misdn.org/downloads/mISDN.tar.gz" target="_blank">http://www.misdn.org/downloads/mISDN.tar.gz</a><br>
tar xvf mISDN.tar.gz<br>cd mISDN-1_1_8<br>make<br>.... fails with <br>In file included from /usr/src/mISDN-1_1_8/drivers/<div id=":28" class="ArwC7c ckChnd">isdn/hardware/mISDN/core.h:9,<br> from /usr/src/mISDN-1_1_8/drivers/isdn/hardware/mISDN/avm_fritz.c:20:<br>
/usr/src/mISDN-1_1_8/include/linux/mISDNif.h:791: error: field 'class_dev' has incomplete type<br>
/usr/src/mISDN-1_1_8/include/linux/mISDNif.h:824: error: field 'class_dev' has incomplete type<br>/usr/src/mISDN-1_1_8/include/linux/mISDNif.h:862: error: field 'class_dev' has incomplete type<br>/usr/src/mISDN-1_1_8/drivers/isdn/hardware/mISDN/avm_fritz.c: In function 'init_card':<br>
/usr/src/mISDN-1_1_8/drivers/isdn/hardware/mISDN/avm_fritz.c:889: warning: passing argument 2 of 'request_irq' from incompatible pointer type<br>/usr/src/mISDN-1_1_8/drivers/isdn/hardware/mISDN/avm_fritz.c:895: warning: passing argument 2 of 'request_irq' from incompatible pointer type<br>
make[2]: *** [/usr/src/mISDN-1_1_8/drivers/isdn/hardware/mISDN/avm_fritz.o] Erreur 1</div><br><br>The same procedure is successful on Etch (though there's a lot of warnings here and there from gcc but I suppose I don't have to care about that).<br>
<br>