VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
frank at impactfax.com Guest
|
Posted: Thu Mar 26, 2009 9:36 am Post subject: [Freeswitch-users] compile poblem - FIXED_POINT or FLOATING_ |
|
|
I have this version running on fedora 8 right now. Compiled fine and is in production.
version
FreeSWITCH Version 1.0.trunk (10960)
However, I was in the src directory and ran “make current” and after starting to compile it blew up with
Making all in libspeex
make[4]: Entering directory `/usr/src/freeswitch/libs/speex/libspeex'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I.. -g -O2 -MT nb_celp.lo -MD -MP -MF .deps/nb_celp.Tpo -c -o nb_celp.lo nb_celp.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I.. -g -O2 -MT nb_celp.lo -MD -MP -MF .deps/nb_celp.Tpo -c nb_celp.c -fPIC -DPIC -o nb_celp.o
In file included from modes.h:41,
from nb_celp.h:39,
from nb_celp.c:37:
arch.h:65:2: error: #error You now need to define either FIXED_POINT or FLOATING_POINT
make[4]: *** [nb_celp.lo] Error 1
make[4]: Leaving directory `/usr/src/freeswitch/libs/speex/libspeex'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/freeswitch/libs/speex'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/freeswitch/libs/speex'
make[1]: *** [libs/speex/libspeex/libspeexdsp.la] Error 2
make[1]: Leaving directory `/usr/src/freeswitch'
make: *** [current] Error 2
-----
from modules.conf—
loggers/mod_console
loggers/mod_logfile
loggers/mod_syslog
applications/mod_commands
applications/mod_conference
applications/mod_dptools
applications/mod_enum
applications/mod_fifo
applications/mod_voicemail
applications/mod_limit
applications/mod_expr
applications/mod_esf
applications/mod_fsv
asr_tts/mod_flite
asr_tts/mod_pocketsphinx
asr_tts/mod_cepstral
codecs/mod_g711
codecs/mod_g723_1
codecs/mod_amr
codecs/mod_g729
codecs/mod_h26x
codecs/mod_voipcodecs
codecs/mod_ilbc
codecs/mod_speex
dialplans/mod_dialplan_xml
dialplans/mod_dialplan_asterisk
endpoints/mod_iax
endpoints/mod_sofia
event_handlers/mod_event_socket
event_handlers/mod_cdr_csv
formats/mod_native_file
formats/mod_sndfile
formats/mod_local_stream
formats/mod_tone_stream
languages/mod_spidermonkey
languages/mod_spidermonkey_teletone
languages/mod_spidermonkey_core_db
languages/mod_spidermonkey_socket
languages/mod_lua
xml_int/mod_xml_rpc
xml_int/mod_xml_curl
xml_int/mod_xml_cdr
say/mod_say_en
any insight on what might be doing on with this compile where it previously compiled fine. |
|
Back to top |
|
|
mrene_lists at avgs.ca Guest
|
Posted: Thu Mar 26, 2009 9:45 am Post subject: [Freeswitch-users] compile poblem - FIXED_POINT or FLOATING_ |
|
|
make speex-reconf
On 26-Mar-09, at 10:19 AM, Frank @ Impact wrote:
Quote: | I have this version running on fedora 8 right now. Compiled fine and is in production.
version
FreeSWITCH Version 1.0.trunk (10960)
However, I was in the src directory and ran “make current” and after starting to compile it blew up with
Making all in libspeex
make[4]: Entering directory `/usr/src/freeswitch/libs/speex/libspeex'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I.. -g -O2 -MT nb_celp.lo -MD -MP -MF .deps/nb_celp.Tpo -c -onb_celp.lo nb_celp.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I.. -g -O2 -MT nb_celp.lo -MD -MP -MF .deps/nb_celp.Tpo -c nb_celp.c -fPIC -DPIC -o nb_celp.o
In file included from modes.h:41,
from nb_celp.h:39,
from nb_celp.c:37:
arch.h:65:2: error: #error You now need to define either FIXED_POINT or FLOATING_POINT
make[4]: *** [nb_celp.lo] Error 1
make[4]: Leaving directory `/usr/src/freeswitch/libs/speex/libspeex'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/freeswitch/libs/speex'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/freeswitch/libs/speex'
make[1]: *** [libs/speex/libspeex/libspeexdsp.la] Error 2
make[1]: Leaving directory `/usr/src/freeswitch'
make: *** [current] Error 2
-----
from modules.conf—
loggers/mod_console
loggers/mod_logfile
loggers/mod_syslog
applications/mod_commands
applications/mod_conference
applications/mod_dptools
applications/mod_enum
applications/mod_fifo
applications/mod_voicemail
applications/mod_limit
applications/mod_expr
applications/mod_esf
applications/mod_fsv
asr_tts/mod_flite
asr_tts/mod_pocketsphinx
asr_tts/mod_cepstral
codecs/mod_g711
codecs/mod_g723_1
codecs/mod_amr
codecs/mod_g729
codecs/mod_h26x
codecs/mod_voipcodecs
codecs/mod_ilbc
codecs/mod_speex
dialplans/mod_dialplan_xml
dialplans/mod_dialplan_asterisk
endpoints/mod_iax
endpoints/mod_sofia
event_handlers/mod_event_socket
event_handlers/mod_cdr_csv
formats/mod_native_file
formats/mod_sndfile
formats/mod_local_stream
formats/mod_tone_stream
languages/mod_spidermonkey
languages/mod_spidermonkey_teletone
languages/mod_spidermonkey_core_db
languages/mod_spidermonkey_socket
languages/mod_lua
xml_int/mod_xml_rpc
xml_int/mod_xml_curl
xml_int/mod_xml_cdr
say/mod_say_en
any insight on what might be doing on with this compile where it previously compiled fine.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|