代码之家  ›  专栏  ›  技术社区  ›  User1

明32编节

  •  0
  • User1  · 技术社区  · 15 年前

    我正在试着编译 Festival 在mingw32上,所以我可以有一个Windows二进制文件。我在他们的网站上找不到Windows二进制文件。有人可以邮寄吗?

    如果没有,这就是我目前为止的情况。我执行了./配置和生成,并显示以下消息:

    $ make
    config/config:43: ../speech_tools/config/config: No such file or directory
    

    所以,我下载了语音工具tar-ball并得到了。进行了./配置和制作以获得:

    $ make
    config/config:156: config/systems/ix86_unknown.mak: No such file or directory
    ../config/config:156: ../config/systems/ix86_unknown.mak: No such file or directory
    make: *** No rule to make target `../config/systems/ix86_unknown.mak'.  Stop.
    config/rules/modules.mak:133: config/modincludes.inc: No such file or directory
    make --no-print-directory -C ./config MADE_FROM_ABOVE=1  MODINCLUDES=1 INCLUDE_EVERYTHING='' modincludes.inc 
    ../config/config:156: ../config/systems/ix86_unknown.mak: No such file or directory
    make[1]: *** No rule to make target `../config/systems/ix86_unknown.mak'.  Stop.
    make: *** [config/modincludes.inc] Error 2
    

    因此,我将config/systems/ix86_cygwin32.mak复制到ix86_unknown.mak,然后重试。现在我收到这个消息:

    g++ -c -fno-implicit-templates -O3 -Wall -Wno-non-template-friend -Wno-deprecated -DSUPPORT_EDITLINE -I../include slib.cc
    In file included from slib.cc:85:
    ../include/EST_unix.h:53:25: sys/wait.h: No such file or directory
    ../include/EST_unix.h:54:29: sys/resource.h: No such file or directory
    In file included from ../include/EST_String.h:50,
                     from ../include/siod.h:17,
                     from slib.cc:88:
    ../include/EST_iostream.h:54:26: strstream.h: No such file or directory
    In file included from ../include/EST_TList.h:50,
                     from ../include/EST_string_aux.h:43,
                     from ../include/siod.h:18,
                     from slib.cc:88:
    

    在哪里可以得到sys/wait.h、sys/resource.h和strstream.h?我不想在Cygwin尝试这么多,带着那些讨厌的DLL。有什么建议吗?

    3 回复  |  直到 15 年前
        1
  •  3
  •   Matthew Talbert    15 年前

    Windows二进制文件可用 here

        2
  •  0
  •   bmargulies    15 年前

    你将通过一个完整的cygwin安装而不仅仅是mingwin进一步发展,但是我不能保证成功。

        3
  •  0
  •   Aditya Mukherji    15 年前

    我运行Ubuntu并记得在Synaptics存储库中有可用的Festival,这意味着我只需双击名称,它就可以自己安装所有依赖项。
    如果所有其他方法都失败了,那么您可能希望使用Ubuntu或双引导运行VM。