Re: [Gimp-developer] pygtk automake problem



On 08/04/2013 09:12 AM, Michael Henning wrote:
Line 204 of autogen.sh should look like this:
     1.8*) automake_progs="automake-1.8 automake-1.9 automake-1.10
automake-1.11" ;;
Add your version of automake to the end, like this:
     1.8*) automake_progs="automake-1.8 automake-1.9 automake-1.10
automake-1.11 automake-1.12" ;;

That should compile for you.

If you're not doing development, it might be better to grab the latest
tarball and just run configure on that, instead of running autogen.
Then your automake version won't matter.
I'm actually planning to do help with development, if I can get up to speed for it.
On Sat, Aug 3, 2013 at 11:04 PM, Burnie West <west ieee org> wrote:
>Hi -
>
>I'm trying to build gimp with pygtk; got (AFAIK) all the current stuff.
>
>But I'm hung up on the autogen.sh for pygtk.
>
Thanks much, Michael.  Turns out I should not have dealt with pygtk at all.
The current version of pygtk is 2.24.0; it dates back to October 2011. And it's
already been installed.

But reading hacking:building, I inferred I might need to work on gtk+ as well;
this took me into gtk+-3, with which apparently pygtk does not (yet) work.

And I already had pygtk/2.0 installed natively.




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