Hi Jeremy, sorry for my late reply I only got access to macOS10.9 today... using 2.8.0_rc1, installation is fine, well done :) now when linking my app I got this error: -- 35/64: fixing up '/Users/nico/build/myApp.app/Contents/Frameworks/libX11.6.dylib' /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: for architecture arm64 object: /Users/nico/build/myApp.app/Contents/Frameworks/libX11.6.dylib malformed object (unknown load command 9) CMake Error at /usr/local/share/cmake-3.19/Modules/BundleUtilities.cmake:905 (message): Command failed: '/usr/bin/install_name_tool' '-change' '/opt/X11/lib/libxcb.1.dylib' '@executable_path/../Frameworks/libxcb.1.dylib' '-id' '@executable_path/../Frameworks/libX11.6.dylib' '/Users/nico/build/myApp.app/Contents/Frameworks/libX11.6.dylib' Call Stack (most recent call first): /usr/local/share/cmake-3.19/Modules/BundleUtilities.cmake:980 (fixup_bundle_item) cmake_install.cmake:209 (fixup_bundle) make: *** [install] Error 1 it seems that install_name_tool does not like arm64. is it something I need to deal with or something that you can deal with? best regards, nicolas Le lun. 22 févr. 2021 à 21:17, Jeremy Huddleston Sequoia <jeremyhu@apple.com> a écrit :
On Feb 22, 2021, at 06:06, Peter Dyballa <Peter_Dyballa@Freenet.DE> wrote:
Am 17.2.2021 um 22:34 schrieb Jeremy Huddleston Sequoia < jeremyhu@apple.com>:
Hey Peter, can you explain what you mean by this? There are quite a number of default client apps in /opt/X11/bin
I just missed to see this! (And I should put this directory into search path.)
PATH should be setup correctly by the default shell initialization scripts. XQuartz installs /etc/paths.d/40-XQuartz which is used by /etc/profile and /etc/zprofile:
if [ -x /usr/libexec/path_helper ]; then eval `/usr/libexec/path_helper -s` fi
-- Greetings
Pete
"Debugging? Klingons do not debug. Our software does not coddle the weak."
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/xquartz-dev