S�b, 2004-09-25 �s 22:04 +0200, Luca Manini escreveu: > Hi, > > the PyGTK tutorial (page 274) read: > > Chapter 16. New Widgets in PyGTK 2.4 > > Quite a few new widgets and support objects were added in PyGTK > 2.4 including: " Action, RadioAction, ToggleAction ......... > > I'm using Debian (unstable) with (its) latest PyGTK > > ~> apt-cache show python2.3-gtk2 | grep Version > Version: 2.2.0-3 > ~>
I _think_ Debian unstable also has pygtk 2.3.x, so you don't need to compile from CVS. > > OK, so Actions (and ToolItems) are not there. So I get the CVS > sources and I'm trying compile them, but I get some errors. I do not > know autogen (used to "apt-get install" or "./configure && make && > sudo make install") so .... > > #> ./autogen.sh --prefix=/usr/local > checking for autoconf >= 2.53... > testing autoconf2.50... not found. > testing autoconf... found 2.59 > checking for automake >= 1.7... > testing automake-1.7... not found. > testing automake-1.8... not found. > ***Error***: You must have automake >= 1.7 installed > to build PyGTK. Download the appropriate package for > from your distribution or get the source tarball at > http://ftp.gnu.org/pub/gnu/automake/automake-1.7.tar.gz > > ./autogen.sh: line 1: --print-ac-dir: command not found > checking for libtool >= 1.4.3... > testing libtoolize... found 1.5.6 > checking for pkg-config >= 0.14.0... > testing pkg-config... found 0.15.0 > ./autogen.sh: line 1: --print-ac-dir: command not found > Checking for required M4 macros... > libtool.m4 not found > pkg.m4 not found > Checking for forbidden M4 macros... > ***Error***: some autoconf macros required to build PyGTK > were not found in your aclocal path, or some forbidden > macros were found. Perhaps you need to adjust your > ACLOCAL_PATH? > > 1) autogen looks for autoconf >= 2.53, founds 2.59 and complains !?! I don't see where it is complaining... > 2) autogen looks for automake >= 1.7, does not find the (installed) > 1.9.2 and complains !?! autogen is lying. It is not really looking for automake >= 1.7; it is looking for automake 1.7.x. You can install paralell versions of 1.7, 1.8, 1.9, etc. Good luck. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
