From: Daniel P. <dp...@gm...> - 2014-01-31 16:36:44
|
Thanks for pointing out the problem. This was a problem that only occurred if you configured with the --shared option, which uses dynamic libraries. I have fixed the issue with libkaldi-lat.so, which was a missing dependency in the Makefile. Christopher- is it possible to extend your jenkins build so that we also test with the --shared option, and maybe test "make ext" too? [In general there is the potential for running multiple tests, as the configure script has various options, including alternative math libraries such as OpenBLAS.] Dan On Fri, Jan 31, 2014 at 10:35 AM, Eamonn Kenny <Eam...@cs...>wrote: > Dear Kaldi Developers, > > Running the following commands fails in building Kaldi from trunk: > > svn co http://svn.code.sf.net/p/kaldi/code/trunk > [OK] > cd trunk/tools && make && ./install_portaudio.sh > [OK] > cd trunk/src && ./configure --shared && make depend && make && make ext > [Failed] > > because of a problem with libkaldi-lat.so now building with the latest > changes. > > Can you fix it please? Its obviously the "make ext" that is failing. > > > -- > Best Regards, > Eamonn Kenny > > + + + > Email Eam...@cs... CNGL/Speech Communication Lab, > Tel: 00+353-1-8961797 Dept. of Computer Science, > F.34, O'Reilly Institute, > http://www.cs.tcd.ie/Eamonn.Kenny Trinity College Dublin, > http://eamonnmkenny.wordpress.com Dublin 2, Ireland. > + + + > > > > ------------------------------------------------------------------------------ > WatchGuard Dimension instantly turns raw network data into actionable > security intelligence. It gives you real-time visual feedback on key > security issues and trends. Skip the complicated setup - simply import > a virtual appliance and go from zero to informed in seconds. > > http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk > _______________________________________________ > Kaldi-developers mailing list > Kal...@li... > https://lists.sourceforge.net/lists/listinfo/kaldi-developers > |