Closed kevung closed 4 days ago
Are you blocked, or do you know how to get past this error?
Hello Stephane, As indicated in https://github.com/stephanecharette/DarkMark/issues/26#issuecomment-1629503119 (I posted by mistake in the wrong issue), this function has been removed in C++ 17.
I'm still currently blocked by this error. I'll try to bypass it maybe by deleting the mentionned lines in the source code.
Does DarkMark should be compiled against a specific C++ standard?
In https://github.com/stephanecharette/DarkMark/blob/master/CM_definitions.cmake, C++ 17 is chosen.
Bye Kévin
You can remove the -Werror
flag in the CMake file, or you can comment out line #248 which is causing this warning to be issued.
I'm still on an older version of GCC/G++ which is why I'm not seeing this warning.
Thank you very much. I indeed could successfully compile DarkMark by desactivating -Werror in https://github.com/stephanecharette/DarkMark/blob/master/CM_source.cmake#L28
As it is not a bug, but maybe a regression, I close this ticket. Thank you very much for your assistance.
Re-opening since this will need to be dealt with.
This should be fixed by https://github.com/stephanecharette/DarkMark/commit/e7a4daea79e1cd0934ae962b2a06c7dacba3d110
Dear Stephane,
Context: OS= Arch Linux GCC 13.1.1
After cloning, mkdir build, cd build, cmake .., cmake --build ., I get the following error
Thank you for your work I stay at your disposal for further information. Take care
Kevin