Login  Register

Re: libdxfrw build error on Mac

Posted by LordOfBikes on Jun 09, 2023; 8:59pm
URL: https://forum.librecad.org/libdxfrw-build-error-on-Mac-tp5722902p5722905.html

You can remove -Winconsistent-missing-override from compiler options, if you know how to do this in CMake, then this issue should become a warning, which doesn't stop compilation.
Or you can append the keyword override in drw_objects.h, line 161, that it looks like this:
bool parseDwg(DRW::Version version, dwgBuffer *buf, duint32 bs=0) override;

There maybe other occurrences of this missing override issue.
investing less than half an hour into Search function can save hours or days of waiting for a solution