package lcms2 was not found in the pkg-config search path - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Installation and usage (https://www.gimp-forum.net/Forum-Installation-and-usage) +---- Forum: Linux and other Unixen (https://www.gimp-forum.net/Forum-Linux-and-other-Unixen) +---- Thread: package lcms2 was not found in the pkg-config search path (/Thread-package-lcms2-was-not-found-in-the-pkg-config-search-path) |
package lcms2 was not found in the pkg-config search path - jgw0 - 11-17-2019 Quote: I am running with ubuntu 18.04.3 RE: package lcms2 was not found in the pkg-config search path - Ofnuts - 11-17-2019 You are perhaps missing a "development" package (header files, etc), look for an install a package called something like lcms2-dev or lcms2-devel. RE: package lcms2 was not found in the pkg-config search path - rich2005 - 11-17-2019 I am not too sure you can compile successfully in a 'snap' version. Gimp being sandboxed, the OS will not see libgimp2.0-dev (I think) Give it a try. As Ofnuts pointed out you need liblcms2-dev package. https://i.imgur.com/YmQLaxU.jpg The Beautify plugin code was for Gimp 2.8 and one part of it - simple borders - needs a small change to work. One of the contributers here, Nelo came up with the fix. see the attached text file. If you get stuck compiling it you can try my compile: I keep it here https://my.pcloud.com/publink/show?code=XZFf017ZCjv8oD9kzsQ5TovXJSaH4H68dXn7 about 60 MB download. Looks like this Gimp 2.10.14 (from PPA) kubuntu 18.04 One part of it - texture borders https://i.imgur.com/kMjgH3y.jpg not a very good example another one https://i.imgur.com/JKsyL1x.jpg RE: package lcms2 was not found in the pkg-config search path - jgw0 - 11-20-2019 Thank you for the replies. I think my course should probably be to wait until v 2.10 calms down a bit and then take another look. My concern is that there is a very good chance I am waaay over my head with this one and things are changing quite a bit almost day to day. I think I will take a step back and run through a few of the beginner tutorials before I start with bigger stuff. Thanks again!!!!!!! |