Summary: | kst (2.0.2) fails to build with GNU binutils-gold. | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Ruben Molina <rmolina> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | syntheticpp |
Priority: | NOR | ||
Version: | 2.0.2 | ||
Target Milestone: | 2.0.3 | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ruben Molina
2010-12-14 09:04:59 UTC
I have just tested the patch (one added line) with standard binutils on openSuse 11.1 64 bits: it still builds. So if it helps with binutils-gold and does no harm to standard binutils, I'd suggest applying the patch. We just need to check that it does not break things on Windows. Then we'll also have to find out what is needed with cmake (Peter: this is already the second action for you on this bug!). @Ruben: FYI, we are in the process of switching to cmake, right now cmake support is still experimental and qmake is the default, but it should change soon. SVN commit 1206738 by kuemmel: Build with GNU binutils-gold, thx to Ruben Molina BUG: 259815 M +2 -1 cmake/src/libkst/CMakeLists.txt M +1 -1 src/libkst/libkst.pro WebSVN link: http://websvn.kde.org/?view=rev&revision=1206738 |