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

2016-01-02 Thread Sam Gleske
I went ahead and created a pull request (PR) addressing the portable vagrant environment. I created the PR so anybody can comment or give feedback. https://github.com/samrocketman/vagrant-gimp/pull/11 For one reason or another, the latest GEGL master is failing to build which I noted a workaroun

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

2015-12-28 Thread scl
Hi, I'm facing the same problem when trying to build GIMP with Sam's portable environment Vagrant VM. Just FYI the issue is already reported to Sam's Github repo. Have all a happy new year ;-) Greetings Sven ___ gimp-developer-list mailing list List

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

2015-12-24 Thread Akkana Peck
Owen Cook writes: > I searched my history for libmypaint as well as otherthings found I did this; > > a. git clone https://github.com/mypaint/libmypaint.git > b. I then read the README.md > c. Had to install scons > d. The last scons command was # scons prefix=/home/owen/Gimp-GIT > enable_geg

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

2015-12-23 Thread Elle Stone
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 t

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

2015-12-22 Thread Michael Natterer
On Tue, 2015-12-22 at 20:35 -0500, Elle Stone wrote: > On 12/22/2015 06:46 PM, Eneko Castresana wrote: > > Sorry, I meant to say "in case you didn't install to the standard > > directories"; that needs to be done so that the shared libraries > > can be > > found in non-standard dirs. > > > > Cheer

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

2015-12-22 Thread Owen Cook
> On 12/22/2015 08:41 PM, Owen Cook wrote: > >> On 12/22/2015 08:19 PM, Owen Cook wrote: > >>> After you built Mypaint, you should have had a libmypaint-gegl.pc which > >>> needs to be included in your PKG_CONFIG path > > > > > but here is the pc file which I think explains what is going on. As

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

2015-12-22 Thread Elle Stone
On 12/22/2015 08:41 PM, Owen Cook wrote: On 12/22/2015 08:19 PM, Owen Cook wrote: After you built Mypaint, you should have had a libmypaint-gegl.pc which needs to be included in your PKG_CONFIG path but here is the pc file which I think explains what is going on. As you can see, I built i

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

2015-12-22 Thread Eneko Castresana
Sorry, that was my mistake again. For some reason I was thinking of the problem I had when the gimp binary wouldn't find the dynamic library. I did have issues while building gimp and libmypaint but IIRC it was just me not configuring the gegl option in libmypaint. I installed everything to /usr/lo

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

2015-12-22 Thread Owen Cook
> Sent: Wednesday, December 23, 2015 at 12:38 PM > From: "Elle Stone" > To: gimp-developer-list@gnome.org > Subject: Re: [Gimp-developer] GIMP can't find libmypaint-gegl > > On 12/22/2015 08:19 PM, Owen Cook wrote: > > After you built Mypaint, you sho

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

2015-12-22 Thread Elle Stone
On 12/22/2015 08:19 PM, Owen Cook wrote: After you built Mypaint, you should have had a libmypaint-gegl.pc which needs to be included in your PKG_CONFIG path Does this mean I need to install Mypaint in the prefix along with babl/GEGL/libmypaint/GIMP? I cloned Mypaint from git, but there do

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

2015-12-22 Thread Elle Stone
On 12/22/2015 06:46 PM, Eneko Castresana wrote: Sorry, I meant to say "in case you didn't install to the standard directories"; that needs to be done so that the shared libraries can be found in non-standard dirs. Cheers, Eneko 2015-12-23 0:38 GMT+01:00 Eneko Castresana: >Hello Ellen, > >I ha

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

2015-12-22 Thread Owen Cook
> checking for LIBMYPAINTGEGL... no > configure: error: Package requirements (libmypaint-gegl >= 1.1) were not > met: > > No package 'libmypaint-gegl' found > > There isn't any libmypaint or libmypaint-gegl in Gentoo portage, and > installing mypaint from Gentoo portage didn't fix the problem

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

2015-12-22 Thread Thorsten Stettin
Am 23.12.2015 um 00:26 schrieb Elle Stone: I updated and tried to rebuild GIMP from git, with the following error: checking for LIBMYPAINTGEGL... no configure: error: Package requirements (libmypaint-gegl >= 1.1) were not met: No package 'libmypaint-gegl' found There isn't any libmypaint or

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

2015-12-22 Thread Eneko Castresana
Sorry, I meant to say "in case you didn't install to the standard directories"; that needs to be done so that the shared libraries can be found in non-standard dirs. Cheers, Eneko 2015-12-23 0:38 GMT+01:00 Eneko Castresana : > Hello Ellen, > > I had exactly this problem today, and as a newcomer

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

2015-12-22 Thread Eneko Castresana
Hello Ellen, I had exactly this problem today, and as a newcomer found it all extremely frustrating, but I manged to figure it out at last (you got way further than me by the beginning, BTW): add "use_sharedlib=yes" to scons And just in case you installed to /usr/local, remember to update /etc/l

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

2015-12-22 Thread Elle Stone
I updated and tried to rebuild GIMP from git, with the following error: checking for LIBMYPAINTGEGL... no configure: error: Package requirements (libmypaint-gegl >= 1.1) were not met: No package 'libmypaint-gegl' found There isn't any libmypaint or libmypaint-gegl in Gentoo portage, and inst