我試圖安裝the GLUI2 library。 我遵循自述文件中的說明,告訴我去GLUI的根目錄並運行Make。 我得到以下錯誤: /usr/bin/ld: Glui2/stb_image.o: relocation R_X86_64_32 against `.data' can not be used when making a shared object; recompile with -fP
我有以下使用C++和OpenGL的生成文件。它一直在編譯,所以我添加了-m32行以嘗試使它在x86_64中編譯。現在我得到了同樣的錯誤,但它是說i386。 我該怎麼做才能讓這個程序編譯? 我正在運行OSX 10.8,以防萬一。 謝謝大家。 .SUFFIXES: .cpp
#Change the following two lines to reflect the locations
# o
我是新來的glui。我無法創建glui菜單欄。每當我創建一個菜單欄GLUI我收到以下錯誤: 1.cpp:13: error: expected constructor, destructor, or type conversion before ‘*’ token
1.cpp: In function ‘void controlcallback(int)’:
1.cpp:42: error: