【发布时间】:2018-06-15 08:47:57
【问题描述】:
我是命令行新手,并且已经关注了与 make 相关的所有线程,包括下载 mingw 并添加到我的系统和用户路径。运行 mingw32-make.exe 时仍然出现此错误:
$ mingw32-make.exe
mingw32-make[1]: Entering directory 'E:/src/plexe-veins/src'
makefile:147: *** Config file '/e/src/omnetpp-5.3/Makefile.inc' does not exist -- add the OMNeT++ bin directory to the path so that opp_configf ilepath can be found, or set the OMNETPP_CONFIGFILE variable to point to Makefile.inc. Stop.
mingw32-make[1]: Leaving directory 'E:/src/plexe-veins/src'
makefile:12: recipe for target 'all' failed
mingw32-make: *** [all] Error 2
我已经仔细检查了 omnetpp-5.3 bin 是否在我的路径中,但我得到了同样的错误。谁能给我指出正确的方向?
【问题讨论】:
-
你能发布你的路径变量的内容吗? (
echo $PATH) '您的系统上是否存在上述文件? -
C:\Python27\;C:\Python27\Scripts;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0 \;C:\Program Files\MATLAB\R2018a\bin;D:\Matlab\runtime\win64;D:\Matlab\bin;E:\Matlab 安装文件\runtime\win64;E:\Matlab 安装文件\bin; C:\Program Files (x86)\GtkSharp\2.12\bin;C:\program files (x86)\skype\Phone\;C:\Users\Halid Jay Kobbie\Desktop\sumos\sumo-0.31.0\bin; C:\Program Files (x86)\DLR\Sumo\bin\;C:\Program Files (x86)\DLR\Sumo\tools\;E:\src\omnetpp-5.3-src-windows\omnetpp-5.3\bin ;
-
字数太多,只好分批发了
-
E:\src\omnetpp-5.3-src-windows\omnetpp-5.3\@OMNETPP_BIN_DIR@\utils;E:\jayprogramfiles\Git\cmd;E:\jayprogramfiles\Git\bin;C :\mingw64\bin;E:\src\omnetpp-5.3\bin;E:\src\mingw32\bin;%SYSTEMROOT%\System32\OpenSSH\;C:\Program Files\mingw-w64\x86_64-8.1.0 -posix-seh-rt_v6-rev0\mingw64\bin;E:\jayprogramfiles\mingw64\bin;E:\jayprogramfiles\mingw64\x86_64-w64-mingw32\bin;E:\jayprogramfiles\mingw64;E:\src\plexe -veins-plexe-2.0
-
顺便说一句,非常感谢您的快速响应。这应该是整个变量列表。
标签: makefile omnet++ veins plexe-veins plexe