Re: Compiling glib on win32

2012-03-01 Thread Manuel Ferrero
salsaman : On Thu, 01 Mar 2012 12:34:35 +0100, Manuel Ferrero wrote: Check configure.ac, it specifically states: AM_PATH_PYTHON(2.5,,PYTHON="/usr/bin/env python2.5") I saw it, after you point me to it. But in the page I linked I can't see any reference to python. I think it sould be. If you

Re: Compiling glib on win32

2012-03-01 Thread Dieter Verfaillie
On Thu, 01 Mar 2012 12:34:35 +0100, Manuel Ferrero wrote: Check configure.ac, it specifically states: AM_PATH_PYTHON(2.5,,PYTHON="/usr/bin/env python2.5") I saw it, after you point me to it. But in the page I linked I can't see any reference to python. I think it sould be. If you think it sho

Re: Compiling glib on win32

2012-03-01 Thread Manuel Ferrero
salsaman : And if you don't need GLIB with Python you should be able to use --without-python option in configure. The help output of configure --help should let you know the option exists. Nope: $ ./configure --prefix=/mingw --without-python configure: WARNING: unrecognized options: --withou

Re: Compiling glib on win32

2012-03-01 Thread Earnie Boyd
On Thu, Mar 1, 2012 at 6:34 AM, Manuel Ferrero wrote: > salsaman : > > >> On Thu, 01 Mar 2012 09:34:50 +0100, Manuel Ferrero wrote: >>> >>> I can't see python as a prerequisite to compile GLib: >>> http://developer.gnome.org/glib/2.30/glib-building.html >> >> >> Check configure.ac, it specifically

Re: Compiling glib on win32

2012-03-01 Thread Manuel Ferrero
salsaman : On Thu, 01 Mar 2012 09:34:50 +0100, Manuel Ferrero wrote: I can't see python as a prerequisite to compile GLib: http://developer.gnome.org/glib/2.30/glib-building.html Check configure.ac, it specifically states: AM_PATH_PYTHON(2.5,,PYTHON="/usr/bin/env python2.5") I saw it, after

Re: Compiling glib on win32

2012-03-01 Thread Dieter Verfaillie
On Thu, 01 Mar 2012 09:34:50 +0100, Manuel Ferrero wrote: I can't see python as a prerequisite to compile GLib: http://developer.gnome.org/glib/2.30/glib-building.html Check configure.ac, it specifically states: AM_PATH_PYTHON(2.5,,PYTHON="/usr/bin/env python2.5") I have python 2.5 and python

Re: Compiling glib on win32

2012-03-01 Thread Manuel Ferrero
Dieter Verfaillie wrote: On Wed, 29 Feb 2012 16:29:51 +0100, Manuel Ferrero wrote: I'm trying to compile glib-2.30.2 on my windows machine because I'd like to use an external dll compiled against a different version of msvcrt.dll. I'd like to compile glib using a mingw environment and so far I