This does indeed look like old Boost issue. The problem is that nullptr_t is not actually a pointer type (it's integral). So unless there is an overload for it, no shared_ptr constructor will match it (which is the cause of some of the errors you have).
1.49 certainly had no nullptr_t support. You can try 1.53 as a minimum version. Btw, --without-system-boost, LO will automatically download and compile boost (that is known to work) in workdir/UnpackedTarball for you. You can then remove by deleting the folder, once you verify that otherwise you can build LO successfully. On Tue, Jan 20, 2015 at 12:35 PM, Gabriele Bulfon <[email protected]> wrote: > Actually I noticed this started to happen after I installed some other > package on the system and restarted build. > I also noticed that this is a point in build way before I was arrived > (xmlsec libs). > Is there any reason why fastserializer was not built at all before? > > > > ---------------------------------------------------------------------------------- > > Da: Michael Stahl <[email protected]> > A: [email protected] > Data: 20 gennaio 2015 18.08.14 CET > Oggetto: Re: error building fastserializer on xstreamos/illumos > > On 20.01.2015 17:49, Gabriele Bulfon wrote: > > Back here again, going on building :) > > > > next error is a Boost error on fastserializer, a lot of errors actually: > > > > /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/CachedOutputStream.hxx:50:46: > > error: no matching function for call to > > > 'boost::shared_ptr<sax_fastparser::ForMergeBase>::shared_ptr(std::nullptr_t)' > > probably your system boost is quite old and not C++11 ready... try > --without-system-boost > > > _______________________________________________ > LibreOffice mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/libreoffice > > > > _______________________________________________ > LibreOffice mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/libreoffice > >
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
