Heya Jon,
Ran into a compile issue with color-profile.cpp:
In file included from color-profile.cpp:4: color-profile.h:11:18: lcms.h: No such file or directory In file included from color-profile.cpp:4: color-profile.h:33: error: 'cmsHPROFILE' is used as a type, but is not defined as a type. In file included from color-profile.cpp:5: color-profile-fns.h:11:18: lcms.h: No such file or directory In file included from color-profile.cpp:5: color-profile-fns.h:28: error: syntax error before `*' token color-profile.cpp: In function `void Inkscape::colorprofile_init(Inkscape::ColorProfile*)': color-profile.cpp:112: error: 'struct Inkscape::ColorProfile' has no member named 'profHandle' color-profile.cpp: In function `void Inkscape::colorprofile_release(SPObject*) ': color-profile.cpp:143: error: 'struct Inkscape::ColorProfile' has no member named 'profHandle' color-profile.cpp:144: error: 'struct Inkscape::ColorProfile' has no member named 'profHandle' color-profile.cpp:144: error: `cmsCloseProfile' undeclared (first use this function) color-profile.cpp:144: error: (Each undeclared identifier is reported only once for each function it appears in.) color-profile.cpp:145: error: 'struct Inkscape::ColorProfile' has no member named 'profHandle' color-profile.cpp: In function `void Inkscape::colorprofile_set(SPObject*, unsigned int, const gchar*)': color-profile.cpp:187: error: `LCMS_ERROR_SHOW' undeclared (first use this function) color-profile.cpp:187: error: `cmsErrorAction' undeclared (first use this function) color-profile.cpp:214: error: 'struct Inkscape::ColorProfile' has no member named 'profHandle' color-profile.cpp:214: error: `cmsOpenProfileFromFile' undeclared (first use this function) color-profile.cpp: At global scope: color-profile.cpp:349: error: syntax error before `::' token color-profile.cpp:353: error: `document' was not declared in this scope color-profile.cpp:354: error: `name' was not declared in this scope color-profile.cpp:355: error: syntax error before `if' make: *** [color-profile.o] Error 1
Perhaps there's a configure check needed? Or is something else needed?
Also, I notice color-profile.cpp is missing its copyright header.
Bryce