Latest Git won't build: unrecognized command-line option ‘-Wno-gnu-zero-variadic-macro-arguments’ #12381
Replies: 3 comments 2 replies
-
|
I tried building manually and it worked so I thought this wasn't an issue anymore but I missed that I was still on an old branch. So this is indeed an issue with the latest commit. Looks like there is more than one error. |
Beta Was this translation helpful? Give feedback.
-
|
From the build logs for 2cb0f02 on, it looks like the unescaped quotes in the commit message are what is actually causing the error:
|
Beta Was this translation helpful? Give feedback.
-
|
Should no longer happen from e15409b onwards. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Latest git won't build and is now giving an error with an unrecognid argument.
cc1plus: note: unrecognized command-line option ‘-Wno-gnu-zero-variadic-macro-arguments’ may have been intended to silence earlier diagnostics [431/662] Building CXX object CMakeFiles/Hyprland.dir/src/config/ConfigManager.cpp.o ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'hyprland-git-0.52.0.r0.gf56ec18-1':I believe this started after: 2cb0f02 as I built prior to that without issues.
Beta Was this translation helpful? Give feedback.
All reactions