Skip to content
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

OSX build issues with latest #255

Open
SpellenCox opened this issue Jun 2, 2022 · 1 comment
Open

OSX build issues with latest #255

SpellenCox opened this issue Jun 2, 2022 · 1 comment

Comments

@SpellenCox
Copy link

OS: macOS Montery
terminal: kitty

if there's anyone out there like me who is having trouble building Kristall, despite having the latest openssl and qt5 installed with brew

here's the command I ran in the root folder that seemed to do the trick
make build/kristall LFLAGS="-L/usr/local/opt/openssl@3/lib -stdlib=libc++ -headerpad_max_install_names $(EXPORT_ARCH_ARGS) -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks" export CXXFLAGS="-I/usr/local/opt/openssl@3/include -pipe -stdlib=libc++ -Wno-unused-parameter -Werror=return-type -std=c++17 -O2 -std=gnu++1z $(EXPORT_ARCH_ARGS) -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.13 -Wall -Wextra -fPIC" LDFLAGS="-L/usr/local/opt/openssl@3/lib" --debug

I'm not super well versed with the complications involved with editing makefiles and flag values, so providing everything upfront in the command just happened to work best for me.

@charles2910
Copy link
Contributor

Hi, did you try to build it recently? Still having trouble?

Can you attach the build log with the error if you are still having it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants