Bug 428921 - error: ‘class KWayland::Client::DataOffer’ has no member named ‘accept’
Summary: error: ‘class KWayland::Client::DataOffer’ has no member named ‘accept’
Status: RESOLVED FIXED
Alias: None
Product: kwayland
Classification: Frameworks and Libraries
Component: server (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Martin Flöser
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-10 07:56 UTC by Parker Reed
Modified: 2020-11-21 06:18 UTC (History)
2 users (show)

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


Attachments
Build log (11.87 KB, text/plain)
2020-11-10 07:56 UTC, Parker Reed
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Parker Reed 2020-11-10 07:56:32 UTC
Created attachment 133191 [details]
Build log

Fails to build on latest master

Arch Linux
gcc 10.2.0-3


STEPS TO REPRODUCE
1. Clone kwayland-server from git
2. Build

OBSERVED RESULT

Errors out at a missing member

EXPECTED RESULT

Build successful
 
Log attached
Comment 1 David Edmundson 2020-11-10 09:39:48 UTC
Odd, builds here and on our CI

Can you confirm what frameworks you have?
Comment 2 Parker Reed 2020-11-10 09:46:40 UTC
plasma-framework-git r15640.8b7b4f74c-1

https://invent.kde.org/frameworks/plasma-framework/-/commit/8b7b4f74c6bdfd51fe9247fec28e71c377004045

Only does it if I leave the default cmake BUILD_TESTS enabled. Disabling tests lets it compile successfully.
Comment 3 Parker Reed 2020-11-21 06:18:19 UTC
This appears to be working now. Built fine on the same install with the default options.