| Summary: | kpimutils does not compile on Windows w/ MSVC. Patch included. | ||
|---|---|---|---|
| Product: | [Applications] kdepimlibs | Reporter: | Michael Drüing <michael> |
| Component: | kpimidentities | Assignee: | Tom Albers <toma> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | pim-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 4.3 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | patch to fix compilation | ||
Created attachment 37005 [details]
patch to fix compilation
The patch to fix compilation on Windows w/ MSVC 2008 (and probably others, too).
SVN commit 1024628 by winterz: Michael Drüing's patch to fix compile on MSVC 2008 Thanks Michael. BUG: 207646 M +1 -1 processes.cpp M +3 -1 processes.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1024628 |
Version: (using Devel) Compiler: MSVC 2008 compiled via emerge OS: MS Windows Installed from: Compiled sources there are three errors in processes.{cpp,h} which keep it from compiling: - Usage of undefined namespace KPIM - QList<...> is required in the header file but not declared - missing return value on killProcesses(...) A patch to fix the 3 issues is attached.