Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
julius [2012/03/25 13:31] nishimotzjulius [2012/03/25 20:34] nishimotz
Line 80: Line 80:
 </code> </code>
  
 +==== julius-simple ====
 +
 +since 2012-03-25
 +
 +<code>
 +$ cd julius-4.2.1/julius-simple
 +$ make CFLAGS='-arch i386'
 +gcc -arch i386 -I../libjulius/include -I../libsent/include  `../libsent/libsent-config --cflags` `../libjulius/libjulius-config --cflags` -o julius-simple julius-simple.c -L../libjulius `../libjulius/libjulius-config --libs` -L../libsent `../libsent/libsent-config --libs`
 +$ file ./julius-simple
 +./julius-simple: Mach-O executable i386
 +</code>
 +
 +==== charconv=no ====
 +
 +since 2012-03-25
 +
 +On Snow Lerpard and julius 4.2.1, this option makes error as follows:
 +
 +<code>
 +CFLAGS='-arch i386' ./configure \
 +    --disable-class-ngram \
 +    --with-mictype=auto \
 +    --disable-zlib \
 +    --without-sndfile \
 +    --disable-pthread \
 +    --disable-plugin \
 +    --enable-charconv=no
 +</code>
 +
 +<code>
 +Undefined symbols:
 +  "_charconv_setup", referenced from:
 +      _main in main.o
 +  "_charconv_add_option", referenced from:
 +      _main in main.o
 +ld: symbol(s) not found
 +collect2: ld returned 1 exit status
 +make[1]: *** [julius] Error 1
 +</code>
 +
 +the patch is here
 +
 +  * https://github.com/nishimotz/julius/commit/c034af79f6d1fd77b045e4966e3c72f9892a820c
julius.txt · Last modified: 2012/03/25 21:03 by nishimotz
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0