I'm trying to build the Solar-System (C++) Panda3D example for version 1.8. The problem I'm having is that when I compile it I get an error:
clr; g++ -c ./solar_system/tut_solar_system.cpp -o ss.o -fPIC -L/usr/lib/panda3d -I/usr/include/python2.7 -I/usr/include/panda3d
./solar_system/../p3util/cOnscreenText.h:75:22: error: ‘Colorf’ does not name a type
I have tried editing that file and including glew, glext, and glut (provided by my distro), as well as the "panda_glext" provided by Panda3D - none of those provides ColorF. (I am using archlinux and I have glew, glext, and freeglut.)
I don't know where to start looking. Google has failed me! Does anyone know where ColorF is defined?