Fix extension build on Mac
See original GitHub issueFactory build fails on Mac with multiple errors, including
Error copying file "libxeus.1.dylib" to "/.../SlicerJupyter-build/inner-build/_CPack_Packages/Darwin/TGZ/27269-macosx-amd64-SlicerJupyter-git2734bf9-2018-07-07/Slicer.app/Contents/lib/Slicer-4.9/libxeus.1.dylib".
See full logs here: http://slicer.cdash.org/viewBuildError.php?buildid=1315187
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (10 by maintainers)
Top Results From Across the Web
M1 System Extension Cache Rebuilding Loop
Boot into recovery to set system policy to allow user permission of extensions · Reboot and install extension · Allow Extension in Preferences...
Read more >native extensions do not build on Mac OS X 10.10.3 · Issue #220
Installed the latest Command Line Tools; Reinstalled the apple-gcc42 package in homebrew; Installed gcc5 via homebrew (a long shot based on ...
Read more >System Extension Blocked - Mac Fix - YouTube
A program tried to load new system extensions signed by “”which will be incompatible with a future version of macOS.
Read more >macOS, Rails: "Failed to build gem native extension"
I upgraded ruby installation through rbenv to 2.2.0, made that the global default ruby installation, and this issue was fixed. Share.
Read more >Managing Extensions in Visual Studio Code
If an extension doesn't provide the functionality you want, you can always Uninstall the extension from the Manage button context menu. Uninstall the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Confirmed that SlicerJupyter is built, packaged, and running as expected in 20180729 Mac nightly.
@ihnorton @jcfr we have made changes on the RPATH settings upstream.
It is not quite the same thing as what you were suggesting. Instead of changing
CMAKE_BUILD_WITH_INSTALL_RPATH
toFALSE
, we setMACOSX_RPATH
toON
.