尝试在 NetBeans 6.9.1 中包含 .h 库

发布于 2024-11-05 08:26:33 字数 253 浏览 0 评论 0原文

我的 C++ 项目的 Main.cpp 文件中有如下一行。

include<GL/glut.h>

当我尝试编译该项目时,它说:

GL/glut.h:没有这样的文件或目录。

我尝试包含的文件的路径是 root_project/include/GL/glut.h。

我应该怎么办?

问候, 哈维

I have a line like this below in the Main.cpp file in my C++ project.

include<GL/glut.h>

When I try to compile the project, it says:

GL/glut.h: No such file or directory.

The path of the file I'm trying to include is root_project/include/GL/glut.h.

What should I do?

Regards,
Javi

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绝不服输 2024-11-12 08:26:33

您应该确保在netbeans的项目设置中,“includedirectories”包含包含文件夹“GL”的目录的路径

you should make sure that in the project settings of netbeans, 'include directories' includes the path of the directory which contains the folder "GL"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文