Tzafrir Cohen schrieb:
> On Sun, Oct 19, 2008 at 04:22:25PM +0200, thomas schorpp wrote:
>> Retrospektiva broken, filing here.
>>
>> {{{
>>  gcc -DHAVE_CONFIG_H -include ../include/confdefs.h -I. -I../include 
>> -I../include -I/usr/include/speex -Wall -g -O2 -D_LARGEFILE_SOURCE 
>> -D_FILE_OFFSET_BITS=64 -MT codec_speex_la-codec_speex.lo -MD -MP -MF 
>> .deps/codec_speex_la-codec_speex.Tpo -c codec_speex.c  -fPIC -DPIC -o 
>> .libs/codec_speex_la-codec_speex.o
>> codec_speex.c:43:36: error: speex/speex_preprocess.h: Datei oder Verzeichnis 
>> nicht gefunden
> 
> What does this error mean?
> 
> On my system /usr/include/speex/speex_preprocess.h belong in the package
> libspeexdsp-dev
> 
>> codec_speex.c:359: error: expected specifier-qualifier-list before 
>> ‘SpeexPreprocessState’
>> codec_speex.c: In function ‘lintospeex_new’:
>> codec_speex.c:393: error: ‘struct cw_translator_pvt’ has no member named ‘pp’
> 
> All of those seem to come from the missing header.
> 

hm. sorry, missed. I cant read german localized gcc, too :D
reported to debian BTS, thx.

configure seems to be badly broken with defaults, next is:

(cd .libs && rm -f chan_woomera.la && ln -s ../chan_woomera.la chan_woomera.la)
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -include 
../include/confdefs.h -I. -I../include -I../corelib -I../include     -Wall -g 
-O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT chan_zap_la-chan_zap.lo -MD 
-MP -MF .deps/chan_zap_la-chan_zap.Tpo -c -o chan_zap_la-chan_zap.lo `test -f 
'chan_zap.c' || echo './'`chan_zap.c
 gcc -DHAVE_CONFIG_H -include ../include/confdefs.h -I. -I../include 
-I../corelib -I../include -Wall -g -O2 -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -MT chan_zap_la-chan_zap.lo -MD -MP -MF 
.deps/chan_zap_la-chan_zap.Tpo -c chan_zap.c  -fPIC -DPIC -o 
.libs/chan_zap_la-chan_zap.o
chan_zap.c: In function ‘ss_thread’:
chan_zap.c:5911: error: invalid application of ‘sizeof’ to incomplete type 
‘adsi_rx_state_t’ 
chan_zap.c:5913: error: invalid application of ‘sizeof’ to incomplete type 
‘adsi_rx_state_t’ 
chan_zap.c: In function ‘do_monitor’:
chan_zap.c:6340: error: invalid application of ‘sizeof’ to incomplete type 
‘adsi_rx_state_t’ 
chan_zap.c:6342: error: dereferencing pointer to incomplete type
chan_zap.c:6344: error: invalid application of ‘sizeof’ to incomplete type 
‘adsi_rx_state_t’ 
chan_zap.c:6476: error: dereferencing pointer to incomplete type
chan_zap.c:6477: error: dereferencing pointer to incomplete type
chan_zap.c: In function ‘action_zapshowchannels’:
chan_zap.c:9817: warning: too few arguments for format

BTW, do not use position independend code (-fPIC) for 32bit-platforms?

y
tom



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

Reply via email to