In a freshly checked out gnome-python directory, I executed ./autogen.sh and
got

    I am going to run ./configure with no arguments - if you wish 
    to pass any to it, please specify them on the ./autogen.sh command line.
    Processing .
    aclocal -I macros 
    aclocal: couldn't open `configure.in': No such file or directory
    automake --add-missing
    automake: couldn't open `configure.in': No such file or directory
    autoconf
    autoconf: configure.in: No such file or directory
    Processing ./pygtk
    aclocal
    automake --add-missing
    autoconf
    ./configure
    ./autogen.sh: ./configure: No such file or directory

    Now type 'make' to compile gnome-python.

Ignoring that, I cd'd to pygtk and executed ./configure:

    checking for a BSD compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for mawk... no
    checking for gawk... gawk
    checking whether make sets ${MAKE}... yes
    checking how to run the C preprocessor... cc -E
    ...
    checking for arrayobject.h... no
    checking for Extensions/arrayobject.h... no
    checking for Numeric/arrayobject.h... no
    updating cache ./config.cache
    creating ./config.status
    creating Makefile
    creating codegen/Makefile
    creating gtk/Makefile
    creating codegen/pygtk-codegen-2.0
    sed: can't read ./codegen/pygtk-codegen-2.0.in: No such file or directory
    creating config.h

I copied the version from the 7/3 snapshot and will try building with it.

-- 
Skip Montanaro ([EMAIL PROTECTED])
(847)971-7098
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to