Hi Vedran, thanks for the pointer -- we'll take care of it.
Regards, Andreas Kind regards / Mit freundlichen Grüßen ****************************************************************** Andreas Löffler | VirtualBox Engineering Principal Software Engineer | Oracle Virtualization Oracle Global Services Germany GmbH Riesstr. 25, D-80992 München Registergericht: Amtsgericht München, HRB 246209 Geschäftsführer: Ralf Herrmann Green Oracle <http://www.oracle.com/commitment> Oracle is committed to developing practices and products that help protect the environment On 23.04.20 13:22, Vedran Vrbanc wrote: > Hello, > > > headless build on linux fails with this error: > > VirtualBox-6.1.6/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11-stubs.cpp:98:42: > error: ‘PSHCLFORMATDATA’ has not been declared > > Seems to be introduced here > > https://www.virtualbox.org/changeset/83624/vbox > > PSHCLFORMATDATA was renamed to PSHCLFORMATS everywhere except in > VBoxSharedClipboardSvc-x11-stubs.cpp. > > Regular (non-headless) build works fine. > > > Steps to reproduce: > > ./configure --build-headless --disable-dbus --disable-kmods > --disable-alsa --disable-docs --disable-java --disable-devmapper > --disable-pulse --disable-python --disable-opengl > source env.sh > kmk > > These configure parameters are what I'm using, but I'm guessing that > only --build-headless is the important one (I.E. triggers build failure). > > > This seems to be the fix: > VBoxSharedClipboardSvc-x11-stubs.cpp:98 > - PSHCLFORMATDATA pFormats) > + PSHCLFORMATS pFormats) > > > > regards, > Vedran > _______________________________________________ > vbox-dev mailing list > [email protected] > https://www.virtualbox.org/mailman/listinfo/vbox-dev
0x6DC478CF.asc
Description: application/pgp-keys
signature.asc
Description: OpenPGP digital signature
_______________________________________________ vbox-dev mailing list [email protected] https://www.virtualbox.org/mailman/listinfo/vbox-dev
