-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run after compiling on Mac #1510
Comments
Hi, Can you please check the configuration entry for |
The platform plugin is set to the default "auto". Deleting the file or changing it to "cocoa" has no effect. |
Oh, i see, thanks for the info i think that @christianparpart might have some time soon to check macos support |
Does it require Qt or can use something with a better cross-platform support like GTK? |
This is how I build Contour (master) from scratch on my Apple M1
So the commands in short should be: # get dependencies
arch -arm64 ./scripts/install-deps.sh
# configure the project
arch -arm64 cmake --preset macos-release
# build the binary package
cmake --build --preset macos-release
# run it from within the source's build directory
./build/macos-release/src/contour/contour.app/Contents/MacOS/contour
# package it
cpack --preset macos-release
# install it from package (be aware of the wildcard `*`)
open ./build/macos-release/Contour-*-Darwin.dmg Then you'd probably want to package your own .dmg file, using How did you install Qt and which version is it? I am consuming the dependencies all through |
@jobukkit did you find out the reason for it? i can compile on mac without such issues, you can provide cmake output during configuration stage maybe then we can figure out the reason |
@Yaraslaut Got it, thank you for responding. |
I haven't gotten around to trying again yet. |
I am using Mac OS Sonoma 14.4.1. I successfully compiled the app, but when running it it immediately crashes. Running it from another terminal reveals the following error:
The precompiled build does work.
The text was updated successfully, but these errors were encountered: