linux - 在项目目录中使用 wmake 时出错

标签 linux terminal makefile ubuntu-12.04

在终端内的目录“/home/USER/myProject”中使用命令“wmake”时,出现错误:

mkdir: cannot create directory `': No such file or directory
make: *** [/multiphaseEulerFoamNEW] Error 1

我该如何解决这个问题?

最佳答案

通过在 wmake 之前使用 wclean 解决。

问候 直

关于linux - 在项目目录中使用 wmake 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22196491/

相关文章:

java - 如何从 git 克隆存储库并在 java 中自动运行 maven build

makefile - 使用 -fPIC 重新编译

xml - Shell 脚本 - 将 xml 拆分为多个文件

c - C 程序中的 wpa_supplicant 用法

windows - 在 Linux 世界中,最接近 Windows COM/DCOM 的东西是什么?

linux - IntelliJ IDEA 13 - 终端错误消息

linux - 在 linux 平台上使用 dll win32

macos - OSX 终端 - 更改应用程序焦点

如果没有出现 Seg Fault 错误,则无法使 Make 正常工作

makefile - 如何使用相对rpath编译OpenSSL