Bug 427456 - konsole fails to build: link error: undefined reference to `Konsole::TerminalDisplay::isCursorOnDisplay() const'
Summary: konsole fails to build: link error: undefined reference to `Konsole::Terminal...
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: master
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-08 16:10 UTC by Matthew Smith
Modified: 2020-10-08 21:55 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Build log (437.27 KB, text/x-log)
2020-10-08 16:10 UTC, Matthew Smith
Details
Build Log (14.82 KB, text/x-log)
2020-10-08 17:16 UTC, Carlos Alves
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Smith 2020-10-08 16:10:38 UTC
Created attachment 132216 [details]
Build log

SUMMARY
Konsole fails to build (see attachment for build log) after commit d259470e.


STEPS TO REPRODUCE
1. Clone Konsole sources
2. Check out to d259470e or master
3. Build

OBSERVED RESULT
See attachment for error log.


EXPECTED RESULT
Konsole builds without error.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: master
KDE Frameworks Version: master
Qt Version: 5.15
Comment 1 Matthew Smith 2020-10-08 16:15:55 UTC
After reverting d259470e, it builds normally.
Comment 2 Carlos Alves 2020-10-08 17:16:14 UTC
Created attachment 132219 [details]
Build Log

Same here, I removed the 'inline' specifier from this function 'isCursorOnDisplay' and it built without errors
Comment 3 Matthew Smith 2020-10-08 21:55:35 UTC
Seems like this was fixed in c87919b9. Thanks!