Re: [Gimp-developer] GIMP can't find libmypaint-gegl



On 12/23/2015 02:17 AM, Michael Natterer wrote:
Do you also pass prefix=foo when installing it?

scons prefix=foo install

I didn't realize that there needed to be an install line along with the original scons line. Thanks!

So the right thing to do when installing libmypaint is to establish the prefix and then run scons twice, once to build and once again to install?

scons prefix=/path/to/prefix use_sharedlib=yes enable_gegl=true
scons prefix=/path/to/prefix use_sharedlib=yes enable_gegl=true install

Why are *some* libmypaint files created in the install folder before the install command is run?

Anyway, after running the above commands the libmypaint "lib/pkgconfig" files were created in the prefix, and GIMP installed without any problems, and there wasn't any need to install mypaint, just libmypaint.

Elle



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]