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 <gbulfon@sonicle.com>
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 <mstahl@redhat.com>
A: libreoffice@lists.freedesktop.org
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
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Context
- [Solved]: error building fastserializer on xstreamos/illumos (continued)
Re: error building fastserializer on xstreamos/illumos · Gabriele Bulfon
- Re: error building fastserializer on xstreamos/illumos · Ashod Nakashian
Re: error building fastserializer on xstreamos/illumos · Stephan Bergmann
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.