<div style="font-family: Verdana; font-size: 12;">Back here again, going on building :)<br><br>next error is a Boost error on fastserializer, a lot of errors actually:<br><br>...<br>[build CXX] sax/source/tools/fastserializer.cxx<br>S=/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2 && I=$S/instdir && W=$S/workdir &&  mkdir -p $W/CxxObject/sax/source/tools/ $W/Dep/CxxObject/sax/source/tools/ && cd /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2 &&   /usr/gcc/4.7/bin/g++ -DCPPU_ENV=gcc3 -DINTEL -DLIBO_INTERNAL_ONLY -DNDEBUG -DOPTIMIZE -DOSL_DEBUG_LEVEL=0 -DSOLARIS -DSUN -DSUN4 -DSYSV -DUNIX -DUNX -D_POSIX_PTHREAD_SEMANTICS -D_PTHREADS -D_REENTRANT  -DRTL_USING   -DSAX_DLLIMPLEMENTATION   -DHAVE_GCC_VISIBILITY_FEATURE -fvisibility=hidden   -Wall -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunused-macros -fmessage-length=0 -fno-common -pipe  -fvisibility-inlines-hidden -fPIC -Wshadow -Woverloaded-virtual -std=gnu++11    -DEXCEPTIONS_ON -fexceptions -fno-enforce-eh-specs -m32  -c $S/sax/source/tools/fastserializer.cxx -o $W/CxxObject/sax/source/tools/fastserializer.o -MMD -MT $W/CxxObject/sax/source/tools/fastserializer.o -MP -MF $W/Dep/CxxObject/sax/source/tools/fastserializer.d_ -I$S/sax/source/tools/ -I$S/sax/inc  -I$S/include  -I/usr/local/include -I/usr/jdk/jdk1.7.0_45/include -I/usr/jdk/jdk1.7.0_45/include/solaris -I$S/config_host   -I/usr/include  -I$W/UnoApiHeadersTarget/udkapi/normal -I$W/UnoApiHeadersTarget/offapi/normal  && mv $W/Dep/CxxObject/sax/source/tools/fastserializer.d_ $W/Dep/CxxObject/sax/source/tools/fastserializer.d <br>In file included from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/CachedOutputStream.hxx: In constructor 'sax_fastparser::CachedOutputStream::CachedOutputStream()':<br>/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)'<br>/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/CachedOutputStream.hxx:50:46: note: candidates are:<br>In file included from /usr/include/boost/shared_ptr.hpp:17:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:362:5: note: template<class Y> boost::shared_ptr::shared_ptr(boost::shared_ptr<Y>&&, typename boost::detail::sp_enable_if_convertible<Y, T>::type)<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:362:5: note:   template argument deduction/substitution failed:<br>In file included from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/CachedOutputStream.hxx:50:46: note:   mismatched types 'boost::shared_ptr<T>' and 'std::nullptr_t'<br>In file included from /usr/include/boost/shared_ptr.hpp:17:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:353:5: note: boost::shared_ptr<T>::shared_ptr(boost::shared_ptr<T>&&) [with T = sax_fastparser::ForMergeBase; boost::shared_ptr<T> = boost::shared_ptr<sax_fastparser::ForMergeBase>]<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:353:5: note:   no known conversion for argument 1 from 'std::nullptr_t' to 'boost::shared_ptr<sax_fastparser::ForMergeBase>&&'<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:295:14: note: template<class Ap> boost::shared_ptr::shared_ptr(Ap, typename boost::detail::sp_enable_if_auto_ptr<Ap, int>::type)<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:295:14: note:   template argument deduction/substitution failed:<br>/usr/include/boost/smart_ptr/shared_ptr.hpp: In substitution of 'template<class Ap> boost::shared_ptr::shared_ptr(Ap, typename boost::detail::sp_enable_if_auto_ptr<Ap, int>::type) [with Ap = std::nullptr_t]':<br>/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/CachedOutputStream.hxx:50:46:   required from here<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:295:14: error: no type named 'type' in 'struct boost::detail::sp_enable_if_auto_ptr<std::nullptr_t, int>'<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:285:14: note: template<class Y> boost::shared_ptr::shared_ptr(std::auto_ptr<_Tp1>&)<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:285:14: note:   template argument deduction/substitution failed:<br>In file included from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/CachedOutputStream.hxx:50:46: note:   mismatched types 'std::auto_ptr<Y>' and 'std::nullptr_t'<br>In file included from /usr/include/boost/shared_ptr.hpp:17:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:274:5: note: template<class Y> boost::shared_ptr::shared_ptr(const boost::shared_ptr<Y>&, boost::detail::polymorphic_cast_tag)<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:274:5: note:   template argument deduction/substitution failed:<br>In file included from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/CachedOutputStream.hxx:50:46: note:   mismatched types 'const boost::shared_ptr<T>' and 'std::nullptr_t'<br>In file included from /usr/include/boost/shared_ptr.hpp:17:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:265:5: note: template<class Y> boost::shared_ptr::shared_ptr(const boost::shared_ptr<Y>&, boost::detail::dynamic_cast_tag)<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:265:5: note:   template argument deduction/substitution failed:<br>In file included from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/CachedOutputStream.hxx:50:46: note:   mismatched types 'const boost::shared_ptr<T>' and 'std::nullptr_t'<br>In file included from /usr/include/boost/shared_ptr.hpp:17:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:260:5: note: template<class Y> boost::shared_ptr::shared_ptr(const boost::shared_ptr<Y>&, boost::detail::const_cast_tag)<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:260:5: note:   template argument deduction/substitution failed:<br>In file included from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/CachedOutputStream.hxx:50:46: note:   mismatched types 'const boost::shared_ptr<T>' and 'std::nullptr_t'<br>In file included from /usr/include/boost/shared_ptr.hpp:17:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:255:5: note: template<class Y> boost::shared_ptr::shared_ptr(const boost::shared_ptr<Y>&, boost::detail::static_cast_tag)<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:255:5: note:   template argument deduction/substitution failed:<br>In file included from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/CachedOutputStream.hxx:50:46: note:   mismatched types 'const boost::shared_ptr<T>' and 'std::nullptr_t'<br>In file included from /usr/include/boost/shared_ptr.hpp:17:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:250:5: note: template<class Y> boost::shared_ptr::shared_ptr(const boost::shared_ptr<Y>&, T*)<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:250:5: note:   template argument deduction/substitution failed:<br>In file included from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/CachedOutputStream.hxx:50:46: note:   mismatched types 'const boost::shared_ptr<T>' and 'std::nullptr_t'<br>In file included from /usr/include/boost/shared_ptr.hpp:17:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:237:5: note: template<class Y> boost::shared_ptr::shared_ptr(const boost::shared_ptr<Y>&, typename boost::detail::sp_enable_if_convertible<Y, T>::type)<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:237:5: note:   template argument deduction/substitution failed:<br>In file included from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/CachedOutputStream.hxx:50:46: note:   mismatched types 'const boost::shared_ptr<T>' and 'std::nullptr_t'<br>In file included from /usr/include/boost/shared_ptr.hpp:17:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:226:5: note: template<class Y> boost::shared_ptr::shared_ptr(const boost::weak_ptr<Y>&, boost::detail::sp_nothrow_tag)<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:226:5: note:   template argument deduction/substitution failed:<br>In file included from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/CachedOutputStream.hxx:50:46: note:   mismatched types 'const boost::weak_ptr<Y>' and 'std::nullptr_t'<br>In file included from /usr/include/boost/shared_ptr.hpp:17:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:219:14: note: template<class Y> boost::shared_ptr::shared_ptr(const boost::weak_ptr<Y>&)<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:219:14: note:   template argument deduction/substitution failed:<br>In file included from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/CachedOutputStream.hxx:50:46: note:   mismatched types 'const boost::weak_ptr<Y>' and 'std::nullptr_t'<br>In file included from /usr/include/boost/shared_ptr.hpp:17:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:212:5: note: boost::shared_ptr<T>::shared_ptr(const boost::shared_ptr<T>&) [with T = sax_fastparser::ForMergeBase; boost::shared_ptr<T> = boost::shared_ptr<sax_fastparser::ForMergeBase>]<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:212:5: note:   no known conversion for argument 1 from 'std::nullptr_t' to 'const boost::shared_ptr<sax_fastparser::ForMergeBase>&'<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:201:41: note: template<class Y, class D, class A> boost::shared_ptr::shared_ptr(Y*, D, A)<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:201:41: note:   template argument deduction/substitution failed:<br>In file included from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/CachedOutputStream.hxx:50:46: note:   mismatched types 'Y*' and 'std::nullptr_t'<br>In file included from /usr/include/boost/shared_ptr.hpp:17:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:194:32: note: template<class Y, class D> boost::shared_ptr::shared_ptr(Y*, D)<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:194:32: note:   template argument deduction/substitution failed:<br>In file included from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/CachedOutputStream.hxx:50:46: note:   mismatched types 'Y*' and 'std::nullptr_t'<br>In file included from /usr/include/boost/shared_ptr.hpp:17:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:183:14: note: template<class Y> boost::shared_ptr::shared_ptr(Y*)<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:183:14: note:   template argument deduction/substitution failed:<br>In file included from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/CachedOutputStream.hxx:50:46: note:   mismatched types 'Y*' and 'std::nullptr_t'<br>In file included from /usr/include/boost/shared_ptr.hpp:17:0,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,<br>                 from /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:178:5: note: boost::shared_ptr<T>::shared_ptr() [with T = sax_fastparser::ForMergeBase]<br>/usr/include/boost/smart_ptr/shared_ptr.hpp:178:5: note:   candidate expects 0 arguments, 1 provided<br><br><div><br><br></div></div>