-
Notifications
You must be signed in to change notification settings - Fork 236
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
macOS make command error (probably ICU problem) #212
Comments
I got a pretty much same error with icu-58.2. checking whether we are cross compiling... configure: error: in |
I get the same error with macOS 10.15.3 and icu-58.2
Have you found a workaround or fix for this? |
Hi! I found a workaround for this problem. In my case, the
And then run cmake again on the build directory with the updated meta-cmake. |
I tried version 58.3, because version 58.2 seems to be unavailable.
Trying @stefandevai solution didn't work for me. |
Hi, I am trying to setup meta toolkit on macOS 10.14.6. I followed the instructions and the issue here: #191 (comment)
Then the configuration worked but the make command still fails. The error message is:
Is it something wrong with the ICU version 63.1? I also tried the develop branch but no luck.
The text was updated successfully, but these errors were encountered: