[SRILM User List] problem with building Srilm on obuntu 10.04 (32 bit)

arefeh kazemi arefeh_kazemi_65 at yahoo.com
Tue Apr 23 07:58:33 PDT 2013


Hi everyone
I'm trying to install srilm on the ubuntu 10.04 but it gets the following error. Do you have any suggestion for fixing this problem?
BTW: I install tcl library and set it's path in the makefile.
 
>>sudo make all
for subdir in misc dstruct lm flm lattice utils; do \
  (cd $subdir/src; make SRILM=/opt/tools/srilm MACHINE_TYPE=i686 OPTION= MAKE_PIC= all) || exit 1; \
 done
make[1]: Entering directory `/opt/tools/srilm/misc/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/opt/tools/srilm/misc/src'
make[1]: Entering directory `/opt/tools/srilm/dstruct/src'
g++ -m32 -mtune=pentium3 -Wall -Wno-unused-variable -Wno-uninitialized -DINSTANTIATE_TEMPLATES -D_FILE_OFFSET_BITS=64   -I/usr/include/tcl8.4 -I. -I../../include   -c -g -O3 -o ../obj/i686/testMap2.o testMap2.cc
testMap2.cc: In function ‘int Delete(void*, Tcl_Interp*, int, char**)’:
testMap2.cc:114: error: cannot convert ‘Boolean’ to ‘char**’ in assignment
make[1]: *** [../obj/i686/testMap2.o] Error 1
make[1]: Leaving directory `/opt/tools/srilm/dstruct/src'
make: *** [all] Error 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.speech.sri.com/pipermail/srilm-user/attachments/20130423/0e9c6760/attachment.html>


More information about the SRILM-User mailing list