Hi
Linux and FreeBSD have always used the "gnu++98" standard:
openoffice-git/main]$ grep '\-std' solenv -R
solenv/inc/unxfbsd.mk:CFLAGSCXX= -pipe $(ARCH_FLAGS) -std=gnu++98
solenv/inc/unxlng.mk:CFLAGSCXX= -pipe $(ARCH_FLAGS) -std=gnu++98
solenv/gbuild/platform/freebsd.mk: -std=gnu++98 \
solenv/gb
Hi Damjan,
First with what C++ Standard do you build?
I have seen strange errors if you build with the wrong standard.
All the best
Peter
Am 23.08.22 um 02:58 schrieb Damjan Jovanovic:
Hi
--with-system-boost and boost-libs version 1.80.0, fails in the vcl
module in a lengthy error pasted l
Hi
--with-system-boost and boost-libs version 1.80.0, fails in the vcl module
in a lengthy error pasted later. An earlier version of boost-libs failed
too, possibly 1.79 or so.
--without-system-boost fails in the configmgr module instead, due to a
tuple definition bug in boost. Luckily I managed