在尝试使用终端在ubuntu上创建文件时,我得到了一系列这些未定义的引用语句:
Node.cpp :(。text + 0x978):对glLineWidth'
Node.cpp:(.text+0x996): undefined reference to
glPushMatrix'的未定义引用
Node.cpp :(。text + 0x9fb):对glTranslatef'
Node.cpp:(.text+0xa0b): undefined reference to
glColor3fv'的未定义引用
。
。
Parser.cpp :(。text + 0x1a69):未定义引用wxLogVerbose(wchar_t const*, ...)'
Parser.cpp:(.text+0x1a8e): undefined reference to
wxLogVerbose(wchar_t const *,...)'
Parser.cpp :(。text + 0x1e4d):未定义的引用`wxLogError(wchar_t const *,...)'
collect2:错误:ld返回1退出状态
make:* [aqua3d]错误1 **
请告诉我这是什么解决方案。
仅供参考,我已经安装了freeglut,libgtk和libwxgtk。