VoxForge
I have an error occuring when using the command as the following:
HSLab noname
>ERROR [+6870] MakeXGraf: Not compiled with X11 support: use HGraf.X.c
How to fix the problem of MakeXGraf ?
Thanks
--- (Edited on 3/20/2012 6:46 am [GMT-0500] by prangprang) ---
HSLab has no error under linux rather than windows.
Here is the solution:
Step1. Open htk/HTKLib/htik_htklib_nt.mkf
Change HGraf.null.obj -> HGraf_WIN32.obj
Change HGraf.null.olv -> HGraf_WIN32.olv
Run "nmake /f htk_htklib_nt.mkf all" under HTKLib directary
Step2. Open htk/HTKTools/Makefile.in
Delete -lXll (lower case of "L")
Run "nmake /f htk_htktools_nt.mkf all" under HTKTools directary
Now it can work:)
--- (Edited on 3/26/2012 12:51 pm [GMT-0500] by Visitor) ---