I'm trying to compile the 0.6.7.0 source on VectorLinux 5.9 (Slack 12 based) and the 'make' process quits with the following messsage
node.cpp: In constructor 'k3d::node::node(k3d::idocument&)':
node.cpp:45: error: 'hide' is not a member of 'sigc'
make[2]: *** [node.lo] Error 1
make[2]: Leaving directory `/home/john/install/k3d-0.6.7.0/k3dsdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/john/install/k3d-0.6.7.0/k3dsdk'
make: *** [all-recursive] Error 1
Can any kind soul tell me what the problem is?