Arik Raffael Funke wrote:
> Hi,
>
> I am trying to compile RC5 but am without luck. I tried with 
> spandsp-0.0.3, spandsp-0.0.4pre10 and spandsp-0.0.4pre16. Can anybody 
> tell me what I am missing if I get the following error messages?
>
> Cheers,
> Arik
>
>
> ------- output: configure --with-chan_misdn && make -------
>
> gcc -g -O2 -o .libs/callweaver callweaver-main.o 
> ./corelib/.libs/libcallweaver.so /usr/lib/libspandsp.so -ltiff 
> /usr/src/1.2/sqlite3-embedded/.libs/libcwsqlite3.so 
> /usr/src/1.2/corelib/jitterbuffer/.libs/libcwjb.so -L/usr/lib -lssl 
> -lcrypto ./libltdl/.libs/libltdlc.a -ldl -lrt -lresolv -lpthread -lnsl 
> -lreadline -lncurses -lm -ldb -lc -Wl,--rpath -Wl,/usr/local/lib/callweaver
> ./corelib/.libs/libcallweaver.so: undefined reference to 
> `adsi_tx_send_alert_tone'
> ./corelib/.libs/libcallweaver.so: undefined reference to `dtmf_rx_parms'
> ./corelib/.libs/libcallweaver.so: undefined reference to 
> `adsi_standard_to_str'
> ./corelib/.libs/libcallweaver.so: undefined reference to `dtmf_rx_get'
> ./corelib/.libs/libcallweaver.so: undefined reference to `bell_mf_rx_get'
> ./corelib/.libs/libcallweaver.so: undefined reference to 
> `modem_connect_tones_rx_init'
> ./corelib/.libs/libcallweaver.so: undefined reference to 
> `adsi_tx_put_message'
> ./corelib/.libs/libcallweaver.so: undefined reference to 
> `modem_connect_tones_rx_get'
> ./corelib/.libs/libcallweaver.so: undefined reference to 
> `modem_connect_tones_rx'
> ./corelib/.libs/libcallweaver.so: undefined reference to `goertzel_reset'
> collect2: ld returned 1 exit status
> make[1]: *** [callweaver] Error 1
> make[1]: Leaving directory `/usr/src/1.2'
> make: *** [all-recursive] Error 1
>
> _______________________________________________
> Callweaver-users mailing list
> [email protected]
> http://lists.callweaver.org/mailman/listinfo/callweaver-users
>
>   
You need spandsp-0.0.4pre16. If you have an earlier version the 
./configure script for callweaver should have prevented compilation. The 
errors you get are because you are using an older version of spandsp. 
Maybe you ran ./configure when you had the right spandsp installed, and 
then you changed to an older one. Maybe you have multiple versions of 
spandsp installed in different directories.

Regards,
Steve

_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users

Reply via email to