我试图编译上MINGW32,这样我就可以有一个Windows二进制。我找不到他们的网站在Windows二进制文件。任何人都有一个他们可以张贴?

如果不是,这是我到目前为止所。我没有./configure的,并为它和具有下列消息:

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

所以,我下载的焦油球,并得到了speech_tools。难道./configure和make得到:

$ 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

所以,我复制配置/系统/ 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的。有什么建议?

有帮助吗?

解决方案

Windows二进制可用这里

其他提示

您会进一步与一个完整的cygwin得到安装,而不是仅仅mingwin,但我不能保证成功。

我运行Ubuntu和记得有节在Synaptics的仓库中,这意味着我不得不双击名称,事情本身安装其所有的依赖关系。结果 如果一切都失败了,你可能要与Ubuntu或双启动运行一个虚拟机。

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top