| Summary: | plasma-workspace-4.1.80: build fails with "undefined reference" errors to QDom[Node,Document,Element] members | ||
|---|---|---|---|
| Product: | [Unmaintained] plasma4 | Reporter: | Ivan D Vasin <ivan> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | crash | CC: | annma, Martin.Jansa |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ivan D Vasin
2008-12-07 04:27:01 UTC
A build error is not a bug, especially as you are using a build distribution. You should get support from your distribution. (In reply to comment #1) > A build error is not a bug, especially as you are using a build distribution. > You should get support from your distribution. > I think it is.. It was partially solved with this patch http://websvn.kde.org/trunk/KDE/kdebase/workspace/plasma/scriptengines/qtscript/CMakeLists.txt?r1=872339&r2=888087 But it looks like order of libraries is important in this case..${QT_QTUITOOLS_LIBRARY} is static library and has some unresolved symbols provided by ${QT_QTXML_LIBRARY}. If ${QT_QTXML_LIBRARY} occur AFTER ${QT_QTUITOOLS_LIBRARY} than build is OK, otherwise build will fail. Please reconsider to change the order of libraries to make build distribution users a bit more happy :). Thanks. Regards |