2016-07-07 5 views
1

mingwでWindows7でmakeを実行しようとしましたが、間違いがあります。 Makefileのどの行か、どのコマンドがエラーを引き起こしたのか分かりません。Windows7でメイクするときに奇妙なエラーが発生する

C:\pkgs\C-TCC-0.02>make --debug > tmp.txt 
syntax error at -e line 1, at EOF 
Execution of -e aborted due to compilation errors. 
make: *** [blib\lib\C\\.exists] Error 255 

tmp.txtファイル

GNU Make 3.81 
Copyright (C) 2006 Free Software Foundation, Inc. 
This is free software; see the source for copying conditions. 
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE. 

This program built for i386-pc-mingw32 
Reading makefiles... 
Updating goal targets.... 
File `makemakerdflt' does not exist. 
    File `all' does not exist. 
    File `pure_all' does not exist. 
     File `config' does not exist. 
     File `blibdirs' does not exist. 
      File `blib\lib\C\\.exists' does not exist. 
      Must remake target `blib\lib\C\\.exists'. 

任意のアイデアをいただければ幸いです。ここでUPDATE1

Makefile

+0

あなたのメイクファイルの内容は、おそらくあなたを助けてくれるでしょう。 – JJF

+0

ありがとう@JJF、メイクファイルへのリンクが追加されました。 – packetie

+0

FYIのコードへのリンクはここでは避けてください。 – JJF

答えて

0

はそれを考え出したです。 makeの代わりにdmakeを使用してください。

チップのおかげでPerl Monks

関連する問題