Summary: | `ShapeInput' was not declared in this scope | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Mike Perik <michaelperik> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mike Perik
2008-07-11 21:03:14 UTC
Please don't open bugs about stuff that doesn't compile. Use the appropriate KDE Mailing-List or IRC instead. Note : you should update your KDE version. My apologies, I didn't know there was a difference. Not sure what you mean by 'you should update your KDE version'. I just did a checkout last night. I did an update and that did not fix the problem with ShapeInput not being defined. Isn't 4.0.83 = KDE 4.1 Beta 2? I would consider the fact that the code doesn't even build a bug. I have joined the kde-core-devel email list and referenced this report. KDE 4.1 Beta 2 is more than two weeks old ;-) Did you checkout tags/KDE/4.0.83/ then you should switch to branches/KDE/4.1/ to get the upcoming RC1 and later 4.1.x. Ok, I've sent emails to kde-core-devel and asked several times on the #kde irc channel about this problem. Just trying to help. My machine has the 6.8.2 version of X and the 'ShapeInput' definition does not exist in shapes.h. So, unless you have a newer version of X that has ShapeInput define it will not build. Should I send a patch in? Mike, thanks for your report! I applied the patch to ktooltip.cpp as it's good enough for KWin :-) Git commit 14bf061f023b995983491bd7ed22c6a3af338614 by Boudewijn Rempt. Committed on 08/08/2012 at 21:05. Pushed by rempt into branch 'calligra/2.5'. Don't mirror an image with a width of one pixel or less Since there's nothing to mirror then. This happens when a layer is empty, for instance because it's just been created. M +4 -0 krita/image/kis_transform_worker.cc http://commits.kde.org/calligra/14bf061f023b995983491bd7ed22c6a3af338614 Git commit bfade96221b48ca039a464d1628dd461094054b4 by Boudewijn Rempt. Committed on 08/08/2012 at 21:05. Pushed by rempt into branch 'master'. Don't mirror an image with a width of one pixel or less Since there's nothing to mirror then. This happens when a layer is empty, for instance because it's just been created. M +4 -0 krita/image/kis_transform_worker.cc http://commits.kde.org/calligra/bfade96221b48ca039a464d1628dd461094054b4 |