Re: [vbox-dev] Virtualbox 7.0.4 fails to build when the liblzf library is provided by system

2023-01-16 Thread Sérgio Basto via vbox-dev
I use this patch https://pkgs.rpmfusion.org/cgit/free/VirtualBox.git/tree/VirtualBox-lzf.patch to build with system lzf (since abr 30 2021) SDK_VBOX_LZF_LIBS="lzf"\ SDK_VBOX_LZF_INCS="/usr/include/liblzf"\ On Mon, 2023-01-16 at 11:55 +0

Re: [vbox-dev] Virtualbox 7.0.4 fails to build when the liblzf library is provided by system

2023-01-16 Thread Andreas Löffler via vbox-dev
Should be fixed with the next SVN sync. On 16.01.23 10:44, Andreas Löffler via vbox-dev wrote: Hi John, I'll also have a peek at this, thanks for letting us know. ___ vbox-dev mailing list vbox-dev@virtualbox.org https://www.virtualbox.org/mailman/l

Re: [vbox-dev] Virtualbox 7.0.4 fails to build when the liblzf library is provided by system

2023-01-16 Thread Andreas Löffler via vbox-dev
Hi John, I'll also have a peek at this, thanks for letting us know. -- Kind regards / Mit freundlichen Grüßen ** Andreas Löffler | VirtualBox Engineering Principal Software Engineer | Oracle Virtualization Oracle Global Services G

[vbox-dev] Virtualbox 7.0.4 fails to build when the liblzf library is provided by system

2023-01-15 Thread John Lumby via vbox-dev
Same kind of problem as reported in https://www.virtualbox.org/pipermail/vbox-dev/2020-September/015559.html In my case,g++ compilation of zip.cpp was including lzf.h from /usr/include/lzf.h (which does not know about C++ callers) instead of /opt/VirtualBox-7.0.4/src/libs/liblzf-3.6/lzf.h