gpt4 book ai didi

xcode - xcrun clang --sysroot 找不到 stdio.h

转载 作者:行者123 更新时间:2023-12-03 22:16:56 24 4
gpt4 key购买 nike

使用Xcode 4.6,在Mac OS X 10.8.2 下,为了编译hello.c,我发出了xcrun gcc cannot find header files 中推荐的xcrun 命令。但仍然收到无法找到头文件stdio.h 的错误。

 $ xcrun clang --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/ -o hello hello.c
hello.c:2:10: fatal error: 'stdio.h' file not found
#include <stdio.h>
^
1 error generated.
$ cat hello.c
/* C program, Hello World */
#include <stdio.h>
int main()
{
printf("Hello World \n");
}

最佳答案

它应该与:
xcrun clang -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/

关于xcode - xcrun clang --sysroot 找不到 stdio.h,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14903017/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com