On where to download the best Win32 binaries for a MinGW/MSys setup ?

I downloaded most binaries from http://www.mingw.org

MinGW-4.1.0.exe
binutils-2.15.91-20040904-1.tar.gz
gcc-core-3.4.2-20040916-1.tar.gz
gcc-g++-3.4.2-20040916-1.tar.gz
mingw-runtime-3.7.tar.gz
mingw-utils-0.3.tar.gz
msys-autoconf-2.59.tar.bz2
msys-automake-1.8.2.tar.bz2
w32api-3.2.tar.gz

I also downloaded and compiled a few packages from the newer mingwPORT project

autoconf-2.59-mingwPORT.tar.bz2
autoconf-2.59.tar.bz2
automake-1.9.5-mingwPORT.tar.bz2
automake-1.9.5.tar.bz2
intltool-0.33.tar.bz2
libiconv-1.9.2-mingwPORT.tar.bz2
libiconv-1.9.2.tar.gz
libtool-1.5.14-mingwPORT.tar.bz2
libtool-1.5.14.tar.gz

Then I also fixed a bug in pkg-config-0.15 to enable MSYS path names
in particular:
diff pkgconfig-0.15.0-orig/parse.c pkgconfig-0.15.0/parse.c
852c853
<         const char *const lib_pkgconfig = "\\lib\\pkgconfig";
---
        const char *const lib_pkgconfig = "/lib/pkgconfig";

Then I downloaded most support packages from TML's site...
And also compiled some from source myself
(libcroco, libxml2, libxslt, librsvg, popt)

Unfortunately I didn't keep track of the problems/changes I
encountered, and how I fixed them... I did this some time
ago... (I also used this setup to compile inkscape, so some
things may have been for inkscape only...)


From: Lance Dockins <[EMAIL PROTECTED]>
To: lode leroy <[EMAIL PROTECTED]>
Subject: Any suggestions?
Date: Mon, 03 Oct 2005 12:54:44 -0500

On where to download the best Win32 binaries for a MinGW/MSys setup so I can craft the right environment to compile GIMP from either CVS or tarball? I've managed to get GIMP compiling from tarball, but everything seems to fall apart when compiling from CVS...

Or for that matter, I have to compile binaries for autoconf, automake, libtool, etc to get them in a position for either MSys or MinGW to run them (since GIMP requires later versions than MinGW's site has) and that often requires additional binaries and causes crashes.

However you got your setup working, I'd be grateful to hear... Like did you download the binaries yourself or did you compile them?


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

Reply via email to