gpt4 book ai didi

c - 如何在编译 clang 时包含 GLUT

转载 作者:行者123 更新时间:2023-11-30 17:50:15 26 4
gpt4 key购买 nike

我有问题。我正在编译以下 c 文件

#include <stdio.h>
#include <GLUT/glut.h>

int main() {

return 0;
}

命令:

clang -framework GLUT main.c
clang -F/System/Library/Frameworks/GLUT.framework/ main.c
clang -F/System/Library/Frameworks/GLUT.framework/GLUT main.c

我收到错误:

fatal error: 'GLUT/glut.h' file not found
#include <GLUT/glut.h>
^
1 error generated.

如何正确地包含过剩?

最佳答案

由于某种原因,您的计算机上似乎没有 GLUT 框架。我在我的机器(10.8.4)上编译您的示例没有错误。看看this how-to一些额外的信息

编辑
不要使用自定义编译器包。安装命令行工具以在终端中使用编译器或通过 xcrun 运行它

关于c - 如何在编译 clang 时包含 GLUT,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17384878/

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