-
Notifications
You must be signed in to change notification settings - Fork 237
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
make native stopped working for mac64 #257
Comments
It's probably due to dockcross or multiarch doker image updates |
cc: @iwasakims |
@iwasakims Currently, I don't have much time to work on this issue. It would be great if you can take a look. |
|
The latest multiarch/crossbuild looks based on Debian stretch bundling cmake 3.7.2. |
The multiarch/crossbuild image hungs when running CMake... So I tried
Related pandas-dev/pandas#23424 |
This issue is solved by requiring at least macos 10.7 and using libstdc++ #262 |
It seems the cross compiler for x86_64-apple-darwin is no longer contained in the multiarch/crossbuild image. We need another workaround. |
At least |
@xerial sorry for the incomplete fix of #261 and thanks for #262 . The cause of cmake hangs turned out to be infinite loop in cmake wrapper of osxcross. I submitted multiarch/crossbuild#49 .
|
Thanks for the patch! I'll try that later. Re-opened this ticket as a reminder. Thanks |
@iwasakims Anyway, snappy-java 1.1.7.8 and 1.1.8 are released with #256 fix |
make native-all
fails with the following error:The text was updated successfully, but these errors were encountered: