can you check if mISDN and mISDNuser has been compiled properly?
chan_misdn depends on this.

I will do later on a fresh checkout and try myself. I haven't touched it
for a couple of weeks. Maybe something has changed in the meantime and
needs some corrections.

Andrea Cristofanini -- [Gedam Europe] wrote:
> All packages are selected,
> 
> Still getting errors.
> 
> Look like that the source is not complete, it was downloaded from build ....
> 
> 
> 
> make[2]: Entering directory
> `/usr/src/astlinux/build_i586/asterisk-1.2.12.1/res'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
> `/usr/src/astlinux/build_i586/asterisk-1.2.12.1/res'
> make[2]: Entering directory
> `/usr/src/astlinux/build_i586/asterisk-1.2.12.1/channels'
> make -C misdn
> make[3]: Entering directory
> `/usr/src/astlinux/build_i586/asterisk-1.2.12.1/channels/misdn'
> /usr/src/astlinux/build_i586/staging_dir/bin/i586-linux-uclibc-gcc -pipe
> -c -Wall -ggdb -o isdn_lib.o isdn_lib.c
> In file included from isdn_lib.c:16:
> isdn_lib_intern.h:5:32: mISDNuser/mISDNlib.h: No such file or directory
> isdn_lib_intern.h:6:32: mISDNuser/isdn_net.h: No such file or directory
> isdn_lib_intern.h:7:30: mISDNuser/l3dss1.h: No such file or directory
> isdn_lib_intern.h:8:30: mISDNuser/net_l3.h: No such file or directory
> In file included from isdn_lib.c:16:
> isdn_lib_intern.h:24: error: syntax error before '*' token
> isdn_lib_intern.h:24: warning: type defaults to `int' in declaration of
> `astbuf'
> isdn_lib_intern.h:24: warning: data definition has no type or storage class
> isdn_lib_intern.h:25: error: syntax error before '*' token
> isdn_lib_intern.h:25: warning: type defaults to `int' in declaration of
> `misdnbuf'
> isdn_lib_intern.h:25: warning: data definition has no type or storage class
> isdn_lib_intern.h:34: error: syntax error before "msg_t"
> isdn_lib_intern.h:35: warning: no semicolon at end of struct or union
> isdn_lib_intern.h:38: error: syntax error before '}' token
> isdn_lib_intern.h:41: error: syntax error before '*' token
> isdn_lib_intern.h:41: warning: type defaults to `int' in declaration of
> `create_l3msg'
> isdn_lib_intern.h:41: warning: data definition has no type or storage class
> isdn_lib_intern.h:47: error: syntax error before "net_stack_t"
> isdn_lib_intern.h:47: warning: no semicolon at end of struct or union
> isdn_lib_intern.h:48: warning: type defaults to `int' in declaration of
> `mgr'
> isdn_lib_intern.h:48: warning: data definition has no type or storage class
> isdn_lib_intern.h:81: error: syntax error before "downqueue"
> isdn_lib_intern.h:81: warning: type defaults to `int' in declaration of
> `downqueue'
> isdn_lib_intern.h:81: warning: data definition has no type or storage class
> isdn_lib_intern.h:82: error: syntax error before "upqueue"
> isdn_lib_intern.h:82: warning: type defaults to `int' in declaration of
> `upqueue'
> isdn_lib_intern.h:82: warning: data definition has no type or storage class
> isdn_lib_intern.h:96: error: syntax error before '}' token
> isdn_lib.c:17:34: mISDNuser/isdn_debug.h: No such file or directory
> isdn_lib.c: In function `misdn_lib_port_block':
> isdn_lib.c:31: error: dereferencing pointer to incomplete type
> i
> 
> Ingmar Schraub wrote:
>> Hello Andrea,
>>
>> make sure you select the following packages:
>>
>> - Asterisk mqueue - mISDN
>> - Asterisk chan_misdn - mISDN
>> - bc
>> - pciutils
>> - usbutils
>>
>> I guess, you haven't seleted the first one above.
>>
>> cheers, Ingmar
>>
>> Andrea Cristofanini -- [Gedam Europe] wrote:
>>> Hi there
>>> i have some problem compiling development environment.
>>> I like to have chan_misdn , so i have chiose it from menuconfig ...
>>>
>>> while build i got this error :
>>>
>>>
>>> for x in res channels pbx apps codecs formats agi cdr funcs utils
>>> stdtime; do make -C $x || exit 1 ; done
>>> make[2]: Entering directory
>>> `/home/matt/astlinux/astlinux/trunk/build_i586/asterisk-1.2.12.1/res'
>>> make[2]: Nothing to be done for `all'.
>>> make[2]: Leaving directory
>>> `/home/matt/astlinux/astlinux/trunk/build_i586/asterisk-1.2.12.1/res'
>>> make[2]: Entering directory
>>> `/home/matt/astlinux/astlinux/trunk/build_i586/asterisk-1.2.12.1/channels'
>>> make -C misdn
>>> make[3]: Entering directory
>>> `/home/matt/astlinux/astlinux/trunk/build_i586/asterisk-1.2.12.1/channels/misdn'
>>> /home/matt/astlinux/astlinux/trunk/build_i586/staging_dir/bin/i586-linux-uclibc-gcc
>>> -pipe -c -Wall -ggdb -o isdn_lib.o isdn_lib.c
>>> In file included from isdn_lib.c:16:
>>> isdn_lib_intern.h:5:32: mISDNuser/mISDNlib.h: No such file or directory
>>> isdn_lib_intern.h:6:32: mISDNuser/isdn_net.h: No such file or directory
>>> isdn_lib_intern.h:7:30: mISDNuser/l3dss1.h: No such file or directory
>>> isdn_lib_intern.h:8:30: mISDNuser/net_l3.h: No such file or directory
>>> In file included from isdn_lib.c:16:
>>> isdn_lib_intern.h:24: error: syntax error before '*' token
>>> isdn_lib_intern.h:24: warning: type defaults to `int' in declaration of
>>> `astbuf'
>>> isdn_lib_intern.h:24: warning: data definition has no type or storage class
>>> isdn_lib_intern.h:25: error: syntax error before '*' token
>>> isdn_lib_intern.h:25: warning: type defaults to `int' in declaration of
>>> `misdnbuf'
>>> isdn_lib_intern.h:25: warning: data definition has no type or storage class
>>> isdn_lib_intern.h:34: error: syntax error before "msg_t"
>>> isdn_lib_intern.h:35: warning: no semicolon at end of struct or union
>>> isdn_lib_intern.h:38: error: syntax error before '}' token
>>> isdn_lib_intern.h:41: error: syntax error before '*' token
>>>
>>>
>>>
>>>
>>> ideas ?
>>>
>>> Andrea
>>>
>> _______________________________________________
>> Astlinux-users mailing list
>> [email protected]
>> http://lists.kriscompanies.com/mailman/listinfo/astlinux-users
>>
>> Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
>> PROTECTED]
>>
> 
> 
_______________________________________________
Astlinux-users mailing list
[email protected]
http://lists.kriscompanies.com/mailman/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]

Reply via email to