RSS/Atom feed Twitter
Site is read-only, email is disabled

git pull of gegl doesn't work with git pull of gimp

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

git pull of gegl doesn't work with git pull of gimp Patrick Horgan 03 Mar 23:25
  git pull of gegl doesn't work with git pull of gimp Michael Natterer 03 Mar 23:30
   git pull of gegl doesn't work with git pull of gimp Patrick Horgan 03 Mar 23:50
Patrick Horgan
2011-03-03 23:25:01 UTC (almost 14 years ago)

git pull of gegl doesn't work with git pull of gimp

I did a git pull of babl, gegl, and gimp today just to get any changes and gimp won't configure now, complaining that:

checking for GEGL... no configure: error: Package requirements (gegl >= 0.1.6) were not met:

Requested 'gegl >= 0.1.6' but version of GEGL is 0.1.5

and indeed:

pkg-config --modversion gegl 0.1.5

Is there a quick workaround I can do, i.e. change these:

Makefile:BABL_REAL_VERSION = 0.1.5 Makefile:BABL_VERSION = 0.1.5
Makefile:PACKAGE_STRING = babl 0.1.5 Makefile:PACKAGE_VERSION = 0.1.5
Makefile:VERSION = 0.1.5

and remake? Does someone need to check into the gegl trunk?

Patrick

Michael Natterer
2011-03-03 23:30:51 UTC (almost 14 years ago)

git pull of gegl doesn't work with git pull of gimp

On 03/04/2011 12:25 AM, Patrick Horgan wrote:

I did a git pull of babl, gegl, and gimp today just to get any changes and gimp won't configure now, complaining that:

checking for GEGL... no configure: error: Package requirements (gegl>= 0.1.6) were not met:

Requested 'gegl>= 0.1.6' but version of GEGL is 0.1.5

and indeed:

pkg-config --modversion gegl 0.1.5

Is there a quick workaround I can do, i.e. change these:

Makefile:BABL_REAL_VERSION = 0.1.5 Makefile:BABL_VERSION = 0.1.5
Makefile:PACKAGE_STRING = babl 0.1.5 Makefile:PACKAGE_VERSION = 0.1.5
Makefile:VERSION = 0.1.5

and remake? Does someone need to check into the gegl trunk?

No. Simply never say ./configure on something you got from git. Configure is for tarballs. Use ./autogen.sh instead.

--mitch

Patrick Horgan
2011-03-03 23:50:04 UTC (almost 14 years ago)

git pull of gegl doesn't work with git pull of gimp

On 03/03/2011 03:30 PM, Michael Natterer wrote:

On 03/04/2011 12:25 AM, Patrick Horgan wrote:

I did a git pull of babl, gegl, and gimp today just to get any changes and gimp won't configure now, complaining that:

checking for GEGL... no configure: error: Package requirements (gegl>= 0.1.6) were not met:

Requested 'gegl>= 0.1.6' but version of GEGL is 0.1.5

and indeed:

pkg-config --modversion gegl 0.1.5

Is there a quick workaround I can do, i.e. change these:

Makefile:BABL_REAL_VERSION = 0.1.5 Makefile:BABL_VERSION = 0.1.5
Makefile:PACKAGE_STRING = babl 0.1.5 Makefile:PACKAGE_VERSION = 0.1.5
Makefile:VERSION = 0.1.5

and remake? Does someone need to check into the gegl trunk?

No. Simply never say ./configure on something you got from git. Configure is for tarballs. Use ./autogen.sh instead.

Well, really, I just did: git pull and then make install;) It ran a configure on it's own. I'll have to remember to run autogen.sh after the git pull. Thanks!

Patrick

--mitch
_______________________________________________ Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer