Am Donnerstag, 13. Januar 2005 14:40 schrieb Hans Leidekker:
I've put a couple of new RPMs on my page:
From the changelog:
- update mingw-runtime to 3.6 - update w32api to 3.2 - add mscms import library. - add msi import library. - add a uuid needed by MAPI tests - rebuild on Fedora Core 3
These allow me to cross build all tests in current cvs.
Hello Hans, i had a build problem with the new rpms. The gcc rpm registers itself as mingw-gcc-3.4.2-10hl, but the mingw rpm (runtime, w32api) requires mingw-gcc-core for its build. Therefore i have changed gcc's spec file like this: diff -uw SPECS/mingw-gcc.spec.sav SPECS/mingw-gcc.spec --- SPECS/mingw-gcc.spec.sav 2005-01-14 20:05:50.000000000 +0100 +++ SPECS/mingw-gcc.spec 2005-01-14 20:06:09.000000000 +0100 @@ -12,7 +12,7 @@ %define debug_package %{nil} Summary: GCC, GNU Compiler Collection (C/C++ compiler) for MinGW/Wine. -Name: mingw-%{appname} +Name: mingw-%{appname}-core Version: %{mainver} Release: 10hl Copyright: GPL I will send you the SuSE 9.0 rpms on Monday from work. 11MB will take very long over my analog line. Bye Stefan