Re: Compiling glib on win32



salsaman <salsaman gmail com>:

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 should be mentioned, please file a bug report.

Ok, once I figured out where to file it I'll do it.



The simplest solution for you is to execute (from your bash session
or build shell script and note it really is : and not ; in there):

export PATH=/c/programmi/python25:$PATH
./configure --prefix=whatever
make
make install

to ensure Python 2.5 is picked up by the configure script.

I did a simpler thing: I switched the paths in my PATH variable and it worked!
Thanks.
--
Regards,
Manuel Ferrero
R&D department

Reer SpA	
Tel.  +39 011 2482215
Fax. +39 011 859867

L'utilizzo non autorizzato del presente messaggio e' vietato e potrebbe costituire reato.
Se il presente messaggio non e' a Lei indirizzato, il suo contenuto non deve essere considerato
come trasmesso o autorizzato dalla Reer SpA; in tale caso Le saremmo grati se, via e-mail,
ce ne comunicasse l'errata ricezione.

The unauthorized use of this e-mail is prohibited and could constitute an offence.
If you are not the intended recipient of this message its contents shall be understood as neither
given nor endorsed by Reer SpA. Please notify Reer SpA by e-mail immediately in that case.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]