- 締切済み
EclipseにPhotranプラグイン後の設定方法
基本的には、 http://www.matsumoto.nuem.nagoya-u.ac.jp/matsumoto/Welcome_files/Photran.pdf で書かれている手順で導入しました。 ただし、上記PDFとは適用バージョンが違うので、設定の部分に違いがあります。 以下適用したバージョンになります。 ------------------------------- Eclipse 3.3.2 CDT 4.0.3 MinGW 5.1.4 MSYS 1.0.10 gfortran 4.4.0 ------------------------------- C/C++に関しては、通常どおりビルド可能ですが、 photranで実行させた場合には、以下のような コンソールが出てくるだけで実行ファイルが作成されません。 今のところHelloWorldのプログラムしか記述してないソース なので、プログラム的な問題ではなく、設定の問題だと思い ますが、解決できないでいます。 **** プロジェクト gtest1 の構成 デバッグ の ビルド **** make all MAKE Version 4.0 Copyright (c) 1987, 1996 Borland International Error makefile 6: Command syntax error Error makefile 11: Command syntax error Error makefile 12: Command syntax error Error makefile 13: Command syntax error Error makefile 14: Command syntax error Error makefile 16: Command syntax error Error makefile 17: Command syntax error Error makefile 18: Command syntax error Error makefile 19: Command syntax error Error makefile 20: Command syntax error Error makefile 22: Command syntax error Error makefile 42: Colon expected Error makefile 43: Colon expected Error makefile 45: Command syntax error *** 14 errors during make *** 回答頂けますようお願い致します。 //PC OSは、WindowsXP Pro SP3になります。
- みんなの回答 (1)
- 専門家の回答
みんなの回答
- colder
- ベストアンサー率43% (30/69)
おそらく、borland社製のmakeを使っていることが原因だと思います。 GNU makeをインストールしてみて下さい。