-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fix qt-gui-cpp cross-compile for osx-arm64 #72
Comments
Fixed the mimick-vendor cross-compile; qt-gui-cpp seems trickier. |
I am investigating |
After some testing, I tried to compile In
I found issues with incompatibility of versions of For cross-platform build for
Its noteworthy that in I include log file for both to start investigating. |
It seems I can build it on |
Good start! I forgot to tell you one piece that explains the The error ros-galactic/conda_build_config.yaml Lines 64 to 65 in 5dd8f89
Let us know how you go. |
mimick-vendor and qt-gui-cpp currently only compile natively - cross compile doesn't work.
For mimick-vendor, it is probably sufficient to simply forward the CMAKE_ARGS to the mimick build.
For qt-gui-cpp, we need to install sip-build and qt-main (also) in the build env, and point
SIP_EXECUTABLE
to$BUILD_PREFIX/bin/sip-build
. Similarly we need to pointQMAKE_EXECUTABLE
to$BUILD_PREFIX/bin/qmake
. Not sure what else needs doing beyond that.The text was updated successfully, but these errors were encountered: