Ubuntu Emacs 中的 Flymake 配置错误(C++ 模式)

发布于 2024-11-16 20:58:26 字数 483 浏览 4 评论 0原文

我一直在尝试在我的系统上设置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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文