2016-12-20 12 views
0

以前のomnet 4.6のインストールに関する問題を読んだことがあります。これを試す前に、omnetのすべてのインストールを削除しました。どんな助けもありがとうございます。Omnet ++ 5.0は/ configureを構成できません。 Omnetpp IDEを起動できません。 Windows

私はこの問題を解決し、oment 5作業を取得するために何ができるの?:(

私はそれが私のbinディレクトリ&メイクファイルで行うことであると考えている??しかし、このことに対処する方法には何のドキュメントはありません。私はOmnet ++の世界に非常に新しいです見つけることができます

おかげ

以下

はbashプロンプトから次のとおりです。。

/c/omnetpp-5.0-src-windows/omnetpp-5.0$ . setenv 
bash: setenv: No such file or directory 

/c/omnetpp-5.0-src-windows/omnetpp-5.0$ ./configure 
checking build system type... i686-pc-mingw32 
checking host system type... i686-pc-mingw32 
configure: ----------------------------------------------- 
configure: reading configure.user for your custom settings 
configure: ----------------------------------------------- 
checking for clang... clang 
checking whether the C compiler works... yes 
checking for C compiler default output file name... a.exe 
checking for suffix of executables... .exe 
checking whether we are cross compiling... no 
checking for suffix of object files... o 
checking whether we are using the GNU C compiler... yes 
checking whether clang accepts -g... yes 
checking for clang option to accept ISO C89... unsupported 
checking for clang++... clang++ 
checking whether we are using the GNU C++ compiler... yes 
checking whether clang++ accepts -g... yes 
checking for clang++... clang++ 
checking for ranlib... ranlib 
checking whether clang++ supports -std=c++11... yes 
checking whether clang++ supports -fno-stack-protector... yes 
checking whether clang++ supports -Wl,--no-as-needed... yes 
checking whether clang++ supports -Wl,--as-needed... yes 
checking for swapcontext... no 
checking if shared libs need -fPIC... no 
checking for dlopen with CFLAGS="" LIBS=""... no 
checking if --export-dynamic linker option is supported/needed... test failed 
checking for flags needed to link with static libs containing simple modules...              --whole-archive 
configure: NOTE: Use the following syntax when linking with static libraries 
configure: containing simple modules and other dynamically registered components              : 
configure: clang++ ... -Wl,--whole-archive <libs> -Wl,--no-whole-archive ... 
checking whether linker supports -rpath... yes 
checking for bison... bison -y 
checking for flex... flex 
checking lex output file root... configure: error: cannot find output from flex;              giving up 

/c/omnetpp-5.0-src-windows/omnetpp-5.0$ make 
Makefile:36: Makefile.inc: No such file or directory 
Makefile:40: *** OMNETPP_BIN_DIR must be correctly set. Stop. 

/c/omnetpp-5.0-src-windows/omnetpp-5.0$ omnetpp 
bash: omnetpp: command not found 
+0

アンチウィルスプログラムを一時的に無効にしてください。 –

答えて

0

あなたのZIPファイルが壊れている(または抽出に使用するユーティリティが正しく動作していない)ようです。 Windowsの解凍プログラムには、これらの問題があることが知られています。ウイルスチェッカーは、コメントに示唆されているようにこれらを引き起こす可能性もあります。

+0

私は7-zipを使いました。私はそれを2度再ダウンロードしました。私はアンチウィルスを無効にし、明日の様子をお知らせします。古いバージョンのフォルダを指していないことを確認する必要があるファイルはありますか? – WBig

+0

1.ダウンロードが完全であることを確認してください。5.0 Windows zipファイルのmd5sumは、0a71bfa770a772acd7e92e484c7c5fc0です。 – Rudi

+0

2. Windows版では、setenvファイルはありません。 setenv(.setenv)は、Linux/macOSでのみ必要です。ウィンドウでは、mingwenv.cmdファイルを起動してすぐに./configureを実行する必要があります。 – Rudi

関連する問題