Bug 470663 - [kdesrc-build] [kf6] Spectacle build errors in VideoPlatformWayland.cpp
Summary: [kdesrc-build] [kf6] Spectacle build errors in VideoPlatformWayland.cpp
Status: RESOLVED NOT A BUG
Alias: None
Product: Spectacle
Classification: Applications
Component: General (show other bugs)
Version: git-master
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Noah Davis
URL:
Keywords: qt6
Depends on:
Blocks:
 
Reported: 2023-06-05 11:52 UTC by Kyle Devir
Modified: 2023-06-21 09:13 UTC (History)
4 users (show)

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


Attachments
build.log with full output (18.84 KB, text/x-log)
2023-06-05 11:52 UTC, Kyle Devir
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle Devir 2023-06-05 11:52:32 UTC
Created attachment 159475 [details]
build.log with full output

SUMMARY

/run/media/valmar/DataSSD/KDE/Sources/graphics/spectacle/src/Platforms/VideoPlatformWayland.cpp: In member function ‘virtual QStringList VideoPlatformWayland::suggestedExtensions() const’:
/run/media/valmar/DataSSD/KDE/Sources/graphics/spectacle/src/Platforms/VideoPlatformWayland.cpp:81:64: error: invalid initialization of reference of type ‘const QByteArray&’ from expression of type ‘PipeWireBaseEncodedStream::Encoder’
   81 |     for (const QByteArray &enc : m_recorder->suggestedEncoders()) {
      |                                                                ^
/run/media/valmar/DataSSD/KDE/Sources/graphics/spectacle/src/Platforms/VideoPlatformWayland.cpp: In member function ‘virtual void VideoPlatformWayland::setExtension(const QString&)’:
/run/media/valmar/DataSSD/KDE/Sources/graphics/spectacle/src/Platforms/VideoPlatformWayland.cpp:108:32: error: cannot convert ‘const char [7]’ to ‘PipeWireBaseEncodedStream::Encoder’
  108 |         m_recorder->setEncoder("libvpx");
      |                                ^~~~~~~~
      |                                |
      |                                const char [7]
In file included from /run/media/valmar/DataSSD/KDE/usr-Plasma6-20230605-1835/include/KPipeWire/pipewirerecord.h:11:
/run/media/valmar/DataSSD/KDE/usr-Plasma6-20230605-1835/include/KPipeWire/pipewirebaseencodedstream.h:69:29: note:   initializing argument 1 of ‘void PipeWireBaseEncodedStream::setEncoder(Encoder)’
   69 |     void setEncoder(Encoder encoder);
      |                     ~~~~~~~~^~~~~~~
/run/media/valmar/DataSSD/KDE/Sources/graphics/spectacle/src/Platforms/VideoPlatformWayland.cpp:110:32: error: cannot convert ‘const char [8]’ to ‘PipeWireBaseEncodedStream::Encoder’
  110 |         m_recorder->setEncoder("libx264");
      |                                ^~~~~~~~~
      |                                |
      |                                const char [8]



SOFTWARE/OS VERSIONS

Operating System: Arch Linux 
KDE Plasma Version: 5.27.80
KDE Frameworks Version: 5.240.0
Qt Version: 6.5.1
Kernel Version: 6.3.5-arch1-1-custom (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 5600X 6-Core Processor
Memory: 15.5 GiB of RAM
Graphics Processor: AMD Radeon Graphics
Manufacturer: Micro-Star International Co., Ltd.
Product Name: MS-7B85
System Version: 1.0
Comment 1 Nicolas Fella 2023-06-10 16:07:32 UTC
Spectacle isn't actually building against Qt6 in your build
Comment 2 Kyle Devir 2023-06-11 05:38:29 UTC
(In reply to Nicolas Fella from comment #1)
> Spectacle isn't actually building against Qt6 in your build

Hmmmmm. If that's the case... then consider this invalid. You can close it then.

Turns out from speaking with another tester, I might have somehow missed something in my kdesrc-build config, so not everything is building against Qt6. There wasn't anything obvious, so I wasn't sure what was happening, until they showed me their kdesrc-build config file.

Was somehow missing -DQT_MAJOR_VERSION=6 -DBUILD_WITH_QT6=ON in cmake-options.