Thomas Guettler wrote: >On Thu, Jul 11, 2002 at 10:05:18PM +0200, Cedric Gustin wrote: > > >>Hi Thomas, >> >>I use gcc-2.95.3 from the mingw distribution (http:///www.mingw.org) >>combined with cygwin for the bash shell and the autotools (autoconf, >>automake, libtools). I had to slightly patch the current cvs version of >>pygtk-1.99 to take into account some limitations of gcc-2.95 (mostly errors >>similar to the one described at >>http://www.python.org/cgi-bin/faqw.py?req=show&file=faq03.024.htp). I then >>wrote a setup.py script to generate the win32 installer using distutils. >> >> > >Do you use the mingw version from cygwin? > >I just tried to compile glib from current cvs version. `autgen.sh` was >successfull. But `make` failed: > >... >make[3]: Entering directory `/home/Administrator/pygtk/glib/glib/libcharset' >source='localcharset.c' object='localcharset.lo' libtool=yes \ >depfile='.deps/localcharset.Plo' tmpdepfile='.deps/localcharset.TPlo' \ >depmode=gcc /bin/bash ../../depcomp \ >/bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-DLIBDIR=\"/usr/local/lib\" -g -O >2 -Wall -pthreads -c -o localcharset.lo `test -f 'localcharset.c' || echo >'./'`localcharset.c >../../libtool: ../../libtool: No such file or directory >make[3]: *** [localcharset.lo] Error 127 > >Any ideas why libtool should bei in "../.."? > >It is where it should be: > >==Administrator@W2K:~$ type libtool >libtool is /usr/bin/libtool > >Sorry if this is off-topic. Cedric, where is the best place to discuss >things like this? > > Try running libtoolize in the glib/ base directory, then rerun autogen.sh. I think this is a problem in glib's autogen script (it may also affect the gtk+ one).
James. -- Email: [EMAIL PROTECTED] | Linux.conf.au 2003 Call for Papers out WWW: http://www.daa.com.au/~james/ | http://conf.linux.org.au/cfp.html _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
