From: Manish Singh <[EMAIL PROTECTED]>
On Tue, Jun 28, 2005 at 11:31:48AM +0200, lode leroy wrote:
...
Your libwmf library is too old. Upgrade.

will do. I just took the stuff from tml's gimp-for-windows page

> the autodetection of python on MSYS is not too good:
> the "\"es need to be replaced with "/"es, so I added this to

Where did it screw up? You sure you are using a CVS snapshot with all
the relevant changes? The ChangeLog should have:

MSYS (especially sh.exe) needs / instead of \ in the paths.
Printing paths from python (in pythondev.m4 and /usr/share/aclocal-1.9/python.m4)

> C:\Python24\lib\site-packages\site-customize.py
Changing stuff outside of gimp should be considered last resort.

I do not see an alternative: /usr/share/aclocal-1.9/python.m4 is not part of gimp,
but is used via aclocal...

> which is still not perfect: I modified python.m4 to replace "\"es by "/"es:
>
> [am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print
> sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX').replace('\\','/')"
> 2>/dev/> null ||

Why is this needed at all? gimp doesn't use $pythondir anywhere.

this particular test is used to detect the LDFLAGS to link pygimp against libpython

-- lode


_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Reply via email to