问题描述
我已经下载了Xcode 4.3,所以应该有一个/ Developer / usr文件夹与gcc,g ++,make和其他编译器命令。然而,虽然我有一个/ Developer文件夹,我没有/ Developer / usr文件夹任何地方。
我从哪里可以得到这个?我认为它可能已经消失,当我试图将/ Developer / usr / bin的内容符号链接到默认的/ usr / bin供Eclipse使用。
这让我疯了一个星期了!解决方案
/ Developer
已移至 /Applications/Xcode.app/Contents/Developer
在Xcode 4.3。
I have been fiddling around trying to get Eclipse for C++ working on Mac OS X Lion.
I have downloaded Xcode 4.3, so there should be a /Developer/usr folder with gcc, g++, make and other compiler commands. However, while I have a /Developer folder, I do not have a /Developer/usr folder anywhere.
Where can I get this from? I think it may have disappeared when I attempted to symlink the contents of /Developer/usr/bin to the default /usr/bin for Eclipse to use. Not sure if this can even happen.
This has driven me crazy for about a week now!
/Developer
was moved to /Applications/Xcode.app/Contents/Developer
in Xcode 4.3.
这篇关于Mac OS X Lion没有/ Developer / usr文件夹的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!