Hi
I am trying to build it under Ubuntu 9.10 and getting an error. I did cmake without errors
/install/temp/k3d/k3dsdk/uuid.cpp:32:24: error: uuid/uuid.h: No such file or directory
/install/temp/k3d/k3dsdk/uuid.cpp: In static member function ‘static const k3d::uuid k3d::uuid::random()’:
/install/temp/k3d/k3dsdk/uuid.cpp:71: error: ‘uuid_t’ was not declared in this scope
/install/temp/k3d/k3dsdk/uuid.cpp:71: error: expected ‘;’ before ‘temp’
/install/temp/k3d/k3dsdk/uuid.cpp:72: error: ‘temp’ was not declared in this scope
/install/temp/k3d/k3dsdk/uuid.cpp:72: error: ‘uuid_generate’ was not declared in this scope
make[2]: *** [k3dsdk/CMakeFiles/k3dsdk.dir/uuid.cpp.o] Error 1
make[1]: *** [k3dsdk/CMakeFiles/k3dsdk.dir/all] Error 2
make: *** [all] Error 2
btw it would be nice if the library versions are mentioned in the install page. It is hard to figure this out with trial and error.
thanks