Hello,
With the latest CVS of pygtk, when I run ./autogen.sh, the ./configure
script ends with these errors :
configure: creating ./config.status
config.status: creating Makefile
sed: -e expression #1, char 325: Unknown option to 's'
[...]
and the created Makefile is empty...
I run Debian GNU/Linux unstable with Autoconf 2.53, Automake 1.5, Python
2.2.1.
Any idea ?
Thanks !
[almost] complete log :
$ ./autogen.sh
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.
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.
WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':
WARNING: AC_DEFINE([NEED_MAIN], 1,
WARNING: [Define if a function `main' is needed.])
WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
configure.in:26: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.in:148: warning: do not use m4_regexp: use regexp or m4_bregexp
autoheader2.50: `config.h.in' is unchanged
configure.in: AM_PATH_PYTHON: installing `gtk/py-compile'
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.
WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':
WARNING: AC_DEFINE([NEED_MAIN], 1,
WARNING: [Define if a function `main' is needed.])
WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
autoheader2.50: `config.h.in' is unchanged
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
[Everything ok here]
checking for Extensions/arrayobject.h... no
checking Numeric/arrayobject.h usability... yes
checking Numeric/arrayobject.h presence... yes
checking for Numeric/arrayobject.h... yes
configure: creating ./config.status
config.status: creating Makefile
sed: -e expression #1, char 325: Unknown option to 's'
config.status: creating pygtk-2.0.pc
sed: -e expression #1, char 333: Unknown option to 's'
config.status: creating codegen/Makefile
sed: -e expression #1, char 333: Unknown option to 's'
config.status: creating gtk/Makefile
sed: -e expression #1, char 329: Unknown option to 's'
config.status: creating codegen/pygtk-codegen-2.0
sed: -e expression #1, char 351: Unknown option to 's'
config.status: creating pygtk.spec
sed: -e expression #1, char 329: Unknown option to 's'
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
Now type 'make' to compile PyGTK.
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/