HI - I’m playing with the GLUI example that someone posted here on the forums a while back.
I was getting an error about a duplicate symbol: (paths truncated for readability)
duplicate symbol _glui_img_spinup_dis in /.../.../...glui_bitmap_img_data.o and /.../.../...glui_img_spinup_dis.o
It looks like the file “glui_bitmap_img_data.cpp” duplicates var names used elsewhere. If I delete this file from the project, the project will compile and run, the widgets are functional but there aren’t any widget graphics (duh).
Is this some compile order error?
I’m running 062 on OSX 10.5.8 and with GLUI 2.35 (just downloaded it again).