-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Failed to build on Mac OS 10.7.5 #9974
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
Comments
When we've seen this beforehand it's normally a problem with |
I do not see much regarding libuv in the configure output: ... configure: git: submodule sync Synchronizing submodule url for 'src/gyp' Synchronizing submodule url for 'src/libuv' Synchronizing submodule url for 'src/llvm' configure: git: submodule update configure: git: submodule foreach sync Entering 'src/gyp' Entering 'src/libuv' Entering 'src/llvm' configure: git: submodule foreach update configure: git: submodule status f407f09c94e00d2d570e8e42114e3f6848b2deb2 src/gyp (f407f09) d88cf5652a1afb23939da0bae86c70ec521b9921 src/libuv (v0.11.7-60-gd88cf56) c9ffab392a39eb85f2f15ffc8d41e8c4f4397b8e src/llvm (remotes/origin/rust-llvm-2013-09-15) configure: git: submodule clobber Entering 'src/gyp' Entering 'src/libuv' Entering 'src/llvm' Entering 'src/gyp' Entering 'src/libuv' Entering 'src/llvm' configure: configure: looking at LLVM ... |
Can you remove
|
Hi Alex. This got me past the error. Thank you for your help! |
I had the same issue. It turns out I needed to run |
Source for the above: http://stackoverflow.com/a/14332052/1162888 |
I am trying to build Rust @424c171 on Mac OS 10.7.5, but I am encountering the error:
./configure
reports the submodule status as:When I
cd
intox86_64-apple-darwin/rt/libuv/
andmake
, I see:There was another issue reporting the same error message (#9625), but I am not passing a
-j
option tomake
. I am simply running:Looking in
x86_64-apple-darwin/rt/libuv/Makefile
, it looks like there are supposed to beDebug
and.deps
folders withinx86_64-apple-darwin/rt/libuv/
, but these have not been created. Creating them myself (viamkdir
) does not fix the issue.The text was updated successfully, but these errors were encountered: