[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:02759] Re: cannot compile after patch


Hi Sébastien,

Here is the std output after having launched the make command:

(cd HTKTools && make all) \
	  || case "" in *k*) fail=yes;; *) exit 1;; esac;
if [ ! -d /usr/local/bin -a X_ = X_yes ] ; then mkdir -p /usr/local/bin ; fi
if [ xHSLab = xHSLab ] ; then \
		gcc -o HSLab -ansi -g -O2 -DNO_AUDIO -D'ARCH="darwin"' -I/usr/include/malloc -Wall -Wno-switch -g -O2 -I../HTKLib -DPHNALG HSLab.c ../HTKLib/HTKLib.a -L/usr/X11R6/lib  -lm -lX11 ; \
		else \
		gcc -o HSLab -ansi -g -O2 -DNO_AUDIO -D'ARCH="darwin"' -I/usr/include/malloc -Wall -Wno-switch -g -O2 -I../HTKLib -DPHNALG HSLab.c ../HTKLib/HTKLib.a -L/usr/X11R6/lib  -lm ; fi
Undefined symbols:
  "_ResetWave", referenced from:
      _main in ccBM8U4r.o
  "_ResetLabel", referenced from:
      _main in ccBM8U4r.o
  "_ResetMem", referenced from:
      _main in ccBM8U4r.o
  "_ResetGraf", referenced from:
      _main in ccBM8U4r.o
  "_ResetMath", referenced from:
      _main in ccBM8U4r.o
  "_ResetAudio", referenced from:
      _main in ccBM8U4r.o
  "_ResetShell", referenced from:
      _main in ccBM8U4r.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[1]: *** [HSLab] Error 1
make: *** [htktools] Error 1


Thanks a lot for your help.

Best regards,

Guillaume

Le 5 avr. 2011 à 21:07, Sébastien Le Maguer a écrit :

> Hi,
> 
> are there more error messages ?
> 
> Best regards,
> Sébastien
> 
> On 05/04/2011 20:19, Guillaume GALOU wrote:
>> Hi all,
>> 
>> I tried to compile the latest HTS release on MAC OS X 10.6.6. My HTK release is 3.4.1 and so does Hdecode. Both are up and running.
>> I patched the htk files and ran ./configure. When I used make, I have the following:
>> make[1]: *** [HSLab] Error 1
>> make: *** [htktools] Error 1
>> 
>> Any idea.
>> 
>> Thanks a lot for your help
> 
> 


Follow-Ups
[hts-users:02760] Re: cannot compile after patch, Sébastien Le Maguer
References
[hts-users:02757] cannot compile after patch, Guillaume GALOU
[hts-users:02758] Re: cannot compile after patch, Sébastien Le Maguer