On my system (Red Hat Linux release 8.0 (Psyche)), using
opengcnew from cvs, in the file FindPlib.cmake, I needed to add
to the "FIND_PATH(Plib_INCLUDE_DIR" section, the line
/usr/include/plib
(I think this is where stock plib wants to put itself). I also
needed to change, in the "FIND_LIBRARY(Plib_SL_LIBRARY" line,
sl plib sl
to
sl plibsl
These changes allowed the OpenGC to compile.
So, where do I look to find out how to use the gauges listed in
the Source/Gauges/Examples/*.cpp area? Do I just copy one that
I like up to the Gauges area and re-make?
Thanks,
Wendell
|