質問

私は、Windowsのバイナリを持つことができますので、私は、MINGW32にをコンパイル祭にしようとしています。私は自分のサイト上でのWindowsバイナリを見つけることができませんでした。誰もが、彼らが投稿できるものを持っている?

ない場合は、

は、ここでは、私がこれまで持っているものです。私は./configureをしなかったし、それのために作ると、次のメッセージがあります:

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

だから、私はspeech_toolsのtarボールをダウンロードしました。

:取得するには./configureとメイクをしました
$ 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_unknown.makする設定/システム/ ix86_CYGWIN32.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のを持ち歩く必要はありませんと思います。何かアドバイス?

他のヒント

あなたは完全なcygwinのがちょうどmingwinの代わりにインストールして、さらに取得しますが、私は成功を約束することはできません。

私はUbuntuのを実行し、私は名前をダブルクリックしなければならなかった、との事は、そのすべての依存関係で自身をインストール暗示、Synapticsのリポジトリに祭りが利用可能になる覚えています。
他のすべてが失敗した場合、あなたがUbuntuのか、デュアルブートでVMを実行したい場合があります。

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top