Summary: | Wrong zlib-mingw4 path in python file | ||
---|---|---|---|
Product: | [Unmaintained] kde-windows | Reporter: | benu.e |
Component: | buildsystem | Assignee: | KDE-Windows <kde-windows> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
benu.e
2011-08-16 13:24:02 UTC
hm, the problem is different: these are different compilers: mingw4 means the gcc 4 version of the mingw.org compiler, x86-mingw4 is the gcc 4 version (32bit) of the mingw-w64 project. Those shouldn't be mixed, thats why their names are different. We switched this compiler a while ago already, so basically the mingw.org compiler shouldn't be used from our side anymore. Please either use the mingw-w64 compiler (default if you start a new emerge build with mingw4 as compiler in kdesettings.bat) or add 'set EMERGE_SOURCEONLY=True' if you want to still use the mingw4 from mingw.org. *** Bug 280182 has been marked as a duplicate of this bug. *** |