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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: