[konsole] [Bug 425162] Konsole fails to build

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Sun Aug 9 16:15:43 BST 2020


https://bugs.kde.org/show_bug.cgi?id=425162

tcanabrava at kde.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tcanabrava at kde.org

--- Comment #2 from tcanabrava at kde.org ---
Martin, konsole is not split into multiple .so files, there will not be a
performance hit. it's split into multiple static libraries, so it's easier to
understand the architecture, and each static library links directly to the
libkonsoleprivate.so

I just reverted the commit that broke the build, and that also was a bit of
facepalm moment for me:
currently the konsole architecture is broken, as there's a hard dependency on
SessionController -> TerminalDisplay, but there's also a hard dependency on
TerminalDisplay->SessionController. And this was the cause of the linkage
error.

For me, without those flags and gcc 10.1, it compiled fine, so that's the
reason I didn't realized sooner.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list