You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to build the library nibrary which has geogram as a dependency.
However, I am installing on to a MacBook Pro (M4 Pro, macOS Sequoia 15.1) and I am getting this error:
So I understand this is an error related to clang but the library I am trying to build does not support clang and instead, I am using homebrew version of g++-14 and gcc-14.
They suggest using a local install of geogram but I am still getting this error. So I suspect I may have to manually switch to g++ for geogram. Is this possible? or is it possible to skip the '-Qunused-arguments' when building my desired library?
Thank you for any help!
The text was updated successfully, but these errors were encountered:
Hello, I am trying to build the library nibrary which has geogram as a dependency.
However, I am installing on to a MacBook Pro (M4 Pro, macOS Sequoia 15.1) and I am getting this error:
So I understand this is an error related to clang but the library I am trying to build does not support clang and instead, I am using homebrew version of g++-14 and gcc-14.
They suggest using a local install of geogram but I am still getting this error. So I suspect I may have to manually switch to g++ for geogram. Is this possible? or is it possible to skip the '-Qunused-arguments' when building my desired library?
Thank you for any help!
The text was updated successfully, but these errors were encountered: