I've seen that the suggested patch for execution under kernel 2.6.16 by Rico mc Gloekner were partially implemented, since hfc-usb_main.c has been fixed but af_lapd.c not. Could you Daniele please have a look? In additino, at least in shapshot visdn-devel-20060511 and visdn-devel-20060512 (sure visdn-devel-20060509 compiles fine), there is this compilation error:

Making all in chan_visdn
make[2]: Entering directory `/usr/src/visdn-0.0.0/chan_visdn'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include/ -I../modules/include/ -I../libq931/ -I/usr/src/asterisk-1.2/include -I/usr/src/asterisk-1.2/include -D_REENTRANT -D_GNU_SOURCE -Wall -fno-inline -g -O2 -MT chan_visdn.lo -MD -MP -MF ".deps/chan_visdn.Tpo" -c -o chan_visdn.lo chan_visdn.c; \ then mv -f ".deps/chan_visdn.Tpo" ".deps/chan_visdn.Plo"; else rm -f ".deps/chan_visdn.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include/ -I../modules/include/ -I../libq931/ -I/usr/src/asterisk-1.2/include -I/usr/src/asterisk-1.2/include -D_REENTRANT -D_GNU_SOURCE -Wall -fno-inline -g -O2 -MT chan_visdn.lo -MD -MP -MF .deps/chan_visdn.Tpo -c chan_visdn.c -fPIC -DPIC -o .libs/chan_visdn.o
chan_visdn.c:95:24: error: disconnect.h: No such file or directory
chan_visdn.c: In function 'load_module':
chan_visdn.c:5021: warning: implicit declaration of function 'visdn_disconnect_register'
chan_visdn.c: In function 'unload_module':
chan_visdn.c:5048: warning: implicit declaration of function 'visdn_disconnect_unregister'
make[2]: *** [chan_visdn.lo] Error 1
make[2]: Leaving directory `/usr/src/visdn-0.0.0/chan_visdn'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/visdn-0.0.0'
make: *** [all] Error 2

btw, I have fixed it with an #include <visdnctl/disconnect.h> instead of the #include "disconnect.h", but then it does not find another include, so I suppose there is more mess to fix.
Thanks a lot Daniele!
Ciao
Marco Menardi
_______________________________________________
Visdn-hackers mailing list
[email protected]
https://mailman.uli.it/mailman/listinfo/visdn-hackers

Reply via email to