Ubuntu Emacs 中的 Flymake 配置错误(C++ 模式)
我一直在尝试在我的系统上设置fly-make。但它并没有发挥作用。 我有一个名为 AdvancedFunctions.cpp 的 C++ 文件,并且在 .cpp 文件所在的目录中有一个 Makefile。我的 Makefile 包含以下内容:
check-syntax:
g++ -o nul -S $(CHK_SOURCES)
advancedFunctions:
g++ -o advancedFunctions advancedFunctions.cpp
每当我通过 Mx Flymake
调用 Flymake 时,都会出现以下错误:
Flymake:运行时发生配置错误(make -s -C ./ CHK_SOURCES=advancedFunctions_flymake.cpp SYNTAX_CHECK_MODE=1 check-syntax)。 Flymake 将被关闭。
我该怎么办?请提示。
I have been trying to set up fly-make on my system. But it hasn't been working.
I have a C++ file called advancedFunctions.cpp and a have a Makefile in the directory where my .cpp file is housed. My Makefile contains this:
check-syntax:
g++ -o nul -S $(CHK_SOURCES)
advancedFunctions:
g++ -o advancedFunctions advancedFunctions.cpp
Whenever I invoke flymake via M-x flymake
, it give this error:Flymake: Configuration Error has occurred while running (make -s -C ./ CHK_SOURCES=advancedFunctions_flymake.cpp SYNTAX_CHECK_MODE=1 check-syntax). Flymake will be switched off.
What can I do about this? Hints, please.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论