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
You mean apple-darwin-osxcross? I would prefer adding it as an additional package, eg. apple-darwin-openssl.
Note that the SDK bundled with apple-darwin-osxcross also includes "tbd" files for libssl and libcrypto. I am not familiar with MacOS, but I suppose that means those libs are available on MacOS by default so you can just use the system libs if they are current enough.
Further note that Qt does not require OpenSSL under MacOS because it can use the native MacOS crypto framework. (Just in case you want it for Qt.)
But most importantly, the apple-darwin-osxcross package is not really working at the moment. Stuff compiles (even Qt!) but people tell me the resulting applications do not run as expected (crash, etc.). When I have more time in a few months, I would give it another shot with the following adjustments:
"package" the SDK correctly, so that all libc++ header files are present.
Use libc++ rather than libstdc++.
After that, and positive feedback about the resulting applications I might think about extending the apple-darwin-* packages.
I'll assign myself to this ticket as soon as I'll continue working on apple-darwin-* packages in a few month. Of course anybody is welcome to improve the mentioned points or experiment with cross compiling further libraries such as OpenSSL.
Hi! Can you add openssl to osxcross package?
The text was updated successfully, but these errors were encountered: