gpt4 book ai didi

c++ - Eclipse C++ OpenGL - 无法构建项目

转载 作者:行者123 更新时间:2023-11-28 06:10:49 25 4
gpt4 key购买 nike

我刚刚在我的新 PC 上安装了 Eclipse(使用 Mint 17.1)并且到目前为止几乎每个项目都遇到了这个错误。问题是当我想启动我的项目时出现错误:

"Launch Failed. Binary not found."

我已经尝试构建项目,但随后出现 2 个错误:

./src/main.o: undefined reference to symbol 'glEnable'
make: *** [OpenGL] Fehler 1

这是控制台日志:

01:49:45 **** Incremental Build of configuration Debug for project OpenGL ****
make all
Building target: OpenGL
Invoking: GCC C++ Linker
g++ -L/usr/lib/ -L/usr/lib/x86_64-linux-gnu/mesa/ -o "OpenGL" ./src/main.o -lglut -lGLU

/usr/bin/ld: ./src/main.o: undefined reference to symbol 'glEnable'
//usr/lib/x86_64-linux-gnu/mesa/libGL.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make: *** [OpenGL] Fehler 1

01:49:45 Build Finished (took 127ms)

我已经在网上搜索了解决方案,但似乎找不到有效的解决方案。

最佳答案

根据您的错误日志,您没有链接-lGL。尝试在链接器设置中将其添加到您的库中

关于c++ - Eclipse C++ OpenGL - 无法构建项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31305939/

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