mmorise / World

A high-quality speech analysis, manipulation and synthesis system
http://www.kisc.meiji.ac.jp/~mmorise/world/english
Other
1.17k stars 251 forks source link

I have some trouble #82

Closed Bammuri closed 5 years ago

Bammuri commented 5 years ago

I clone World and write 'make' commend to build the World. but there are some trouble. Help me please. image

mmorise commented 5 years ago

What is the OS you used? Since the OS cannot be identified in the program, the code cannot define the variable DWORD and the function timeGetTime().

To solve this problem, please comment out the lines 29, 32, 49, and 60 if you used an OS except Windows. If you used Windows, please comment out the lines 23 and 28. This modification is for test.cpp, so please also modify the ctest.c as well as the test.cpp.