-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Cannot compile "configure: WARNING: 'missing' script is too old or missing" #544
Comments
Seems like it's trying to use $CPP instead of $CXX Many fun errors in config.log
----------------Cache variables.----------------ac_cv_c_compiler_gnu=yes -----------------Output variables.-----------------ACLOCAL='aclocal-1.14' -----------confdefs.h.-----------/* confdefs.h */ configure: exit 1` |
Had a stray CPATH in my bash_profile that caused ../../scripts/ios-configure-glog.sh to default to /lib/cpp instead of iPhone SDK version of clang. Found this @torbulent gave me the clues I needed! https://www.bountysource.com/issues/86031070-failing-build-on-macos |
If anyone else encounters this issue for a react native project when running expo run:ios, specifically if you are also seeing "xcrun: error: SDK "iphoneos" cannot be located", this stack overflow solved it for me: https://stackoverflow.com/questions/68565356/xcrun-error-sdk-iphoneos-cannot-be-located#_=_ |
@amanikiruga |
When trying to install glog via most recent version of Cocoapods I'm getting an error. Seems like it's looking for the compiler in the wrong location.
The text was updated successfully, but these errors were encountered: