| Summary: | Mingw build errors | ||
|---|---|---|---|
| Product: | [Applications] drkonqi | Reporter: | Ralf Habacker <ralf.habacker> |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.13.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | https://commits.kde.org/drkonqi/7251f82347302b0dc3c62559f135e17937381da3 | Version Fixed/Implemented In: | 5.13.5 |
| Sentry Crash Report: | |||
| Bug Depends on: | |||
| Bug Blocks: | 380136 | ||
|
Description
Ralf Habacker
2018-07-24 17:06:47 UTC
Git commit 7251f82347302b0dc3c62559f135e17937381da3 by Ralf Habacker. Committed on 17/08/2018 at 11:48. Pushed by habacker into branch 'master'. Mingw compile fix - fix finding of bfd, intl, iberty and z library - fix drkonqi compile issue (missing functions setenv/unsetenv) by adding kdewin - fix include filename case issues on cross compiling - fix missing includes FIXED-IN:5.13.5 Reviewed By: mlaurent Differential Revision: https://phabricator.kde.org/D14423 M +44 -0 CMakeLists.txt M +7 -0 src/CMakeLists.txt M +1 -1 src/drkonqibackends.cpp M +4 -3 src/kdbgwin/CMakeLists.txt M +2 -2 src/kdbgwin/abstract_generator.cpp M +2 -0 src/kdbgwin/abstract_generator.h M +11 -9 src/kdbgwin/common.h M +3 -1 src/kdbgwin/main.cpp M +1 -1 src/kdbgwin/mingw_generator.cpp M +3 -0 src/kdbgwin/process.h https://commits.kde.org/drkonqi/7251f82347302b0dc3c62559f135e17937381da3 |