[Freeswitch-users] questions on make mod_flite

Seven Du dujinfang at gmail.com
Thu Apr 21 18:47:17 MSD 2011


Then I downloaded flite-1.3-release

making in ...
making in include ...
making in src ...
making in src/audio ...
make[1]: *** [../build/i386-darwin10.7.0/obj/src/.make_build_dirs] Error 2
make: *** [build/i386-darwin10.7.0/obj//.make_build_dirs] Error 2

then I removed --disable-audio from mod_flite Makefile it passed, then I hit a swab conflict and I commented in string.h according to 
http://jira.freeswitch.org/browse/FS-24 and fix an extra semi-colon.

It seems that some langs are missing in 1.3-release so I commented others and only use kal. And also added a --enable-lang in mod_flite Make file so it looks :

cd $(FLITE_BUILDDIR) && $(DEFAULT_VARS) $(FLITE_DIR)/configure $(DEFAULT_ARGS) --srcdir=$(FLITE_DIR) --with-pic --disable-shared --enable-vox --enable-lang

finally get compiled and installed, however, got a flat namespace error when load in FS

load mod_flite:

2011-04-21 22:44:48.141486 [CRIT] switch_loadable_module.c:928 Error Loading module /usr/local/freeswitch/mod/mod_flite.so
**dlopen(/usr/local/freeswitch/mod/mod_flite.so, 6): Symbol not found: _delete_wave
Referenced from: /usr/local/freeswitch/mod/mod_flite.so
Expected in: flat namespace
in /usr/local/freeswitch/mod/mod_flite.so**


No idea how to deal with this, any more help is appreciated. 

Thanks,
Seven


-- 
Seven Du
About: http://about.me/dujinfang
Blog: http://www.dujinfang.com
Proj: http://www.freeswitch.org.cn
Sent with Sparrow
On Thursday, April 21, 2011 at 10:33 PM, Seven Du wrote: 
> no macports or flink, but I did installed some other softwares with brew, is that related?
> 
> Thanks
> -- 
> Seven Du
> About: http://about.me/dujinfang
> Blog: http://www.dujinfang.com
> Proj: http://www.freeswitch.org.cn
> 
> On Thursday, April 21, 2011 at 10:13 PM, Brian West wrote:
> > You're not using the apple tools to build with are you? You have macports or fink installed eh?
> > 
> > /b
> > 
> > On Apr 21, 2011, at 6:47 AM, Seven Du wrote:
> > 
> > > Hi,
> > > 
> > > I tried to build mod_flite but faild.
> > > 
> > > git head on a mac book air with MacOSX 10.6.7
> > > 
> > > make mod_flite
> > > 
> > > configure: error: cannot find install-sh or install.sh in "." "./.." "./../.."
> > > 
> > > touch libs/flite-1.3.99/install-sh
> > > 
> > > make mod_flite
> > > 
> > > configure: creating ./config.status
> > > config.status: error: cannot find input file: config/config.in
> > > make[1]: *** [/Users/seven/workspace/freeswitch/freeswitch/libs/flite-1.3.99/Makefile] Error 1
> > > make: *** [all] Error 1
> > > 
> > > Any ideas ? thanks
> > > 
> > > -- 
> > > Seven Du
> > > About: http://about.me/dujinfang
> > > Blog: http://www.dujinfang.com
> > > Proj: http://www.freeswitch.org.cn
> > > 
> > > _______________________________________________
> > > FreeSWITCH-users mailing list
> > > FreeSWITCH-users at lists.freeswitch.org
> > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> > > http://www.freeswitch.org
> > 
> > 
> > _______________________________________________
> > FreeSWITCH-users mailing list
> > FreeSWITCH-users at lists.freeswitch.org
> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> > http://www.freeswitch.org
> > 
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110421/e1b8c4f9/attachment.html 


More information about the FreeSWITCH-users mailing list