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
_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Reply via email to