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
Was Error 3 the extent of the errors on your build? I also ran into this issue, solved it with the files you had changed, then subsequently ran into issue #952, then tried solving with their arch linux solution, but no luck. I ended up with the error:
patching file 'CMake/Utils/PrecompiledHeader.cmake'
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to 'CMake/Utils/PrecompiledHeader.cmake.rej'
This error occurs for all of the diffs in the pragma-patch.diff file. I figured this was a general thread for OSX Ventura issues, so not trying to hijack the thread.
Setup
Hardware: Macbook Pro M1
OS: MacOS Ventura 13.1
Apple clang version: 14.0.0 (clang-1400.0.29.202)
Target: arm64-apple-darwin22.2.0
Thread model: posix
XCode version: 14.2
Commit: latest
rolling
I encountered a series of errors when building specifically with
rviz_ogre_vendor
.Error 1: malformed patch
This error was reported here #925 and a viable fix is offered here #938 (although targeting
humble
). Once resolved, I encountered another error.Error 2: Objective-C
It is caused by a
target_precompile_headers()
cmake call.The final error after resolving the above is due to the
arm64
architecture of Apple Silicon devices.Error 3: Linker
I'll open a PR that address all these issues but would appreciate help with further testing!
The text was updated successfully, but these errors were encountered: