Date: prev next · Thread: first prev next last
2015 Archives by date, by thread · List index


Back here again, going on building :)
next error is a Boost error on fastserializer, a lot of errors actually:
...
[build CXX] sax/source/tools/fastserializer.cxx
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
In file included from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/CachedOutputStream.hxx:
 In constructor 'sax_fastparser::CachedOutputStream::CachedOutputStream()':
/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
::shared_ptr(std::nullptr_t)'
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/CachedOutputStream.hxx:50:46:
 note: candidates are:
In file included from /usr/include/boost/shared_ptr.hpp:17:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/usr/include/boost/smart_ptr/shared_ptr.hpp:362:5: note: template
boost::shared_ptr::shared_ptr(boost::shared_ptr
&, typename boost::detail::sp_enable_if_convertible
::type)
/usr/include/boost/smart_ptr/shared_ptr.hpp:362:5: note:   template argument deduction/substitution 
failed:
In file included from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/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
' and 'std::nullptr_t'
In file included from /usr/include/boost/shared_ptr.hpp:17:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/usr/include/boost/smart_ptr/shared_ptr.hpp:353:5: note: boost::shared_ptr
::shared_ptr(boost::shared_ptr
&) [with T = sax_fastparser::ForMergeBase; boost::shared_ptr
= boost::shared_ptr
]
/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
&'
/usr/include/boost/smart_ptr/shared_ptr.hpp:295:14: note: template
boost::shared_ptr::shared_ptr(Ap, typename boost::detail::sp_enable_if_auto_ptr
::type)
/usr/include/boost/smart_ptr/shared_ptr.hpp:295:14: note:   template argument 
deduction/substitution failed:
/usr/include/boost/smart_ptr/shared_ptr.hpp: In substitution of 'template
boost::shared_ptr::shared_ptr(Ap, typename boost::detail::sp_enable_if_auto_ptr
::type) [with Ap = std::nullptr_t]':
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/CachedOutputStream.hxx:50:46:
   required from here
/usr/include/boost/smart_ptr/shared_ptr.hpp:295:14: error: no type named 'type' in 'struct 
boost::detail::sp_enable_if_auto_ptr
'
/usr/include/boost/smart_ptr/shared_ptr.hpp:285:14: note: template
boost::shared_ptr::shared_ptr(std::auto_ptr
&
/usr/include/boost/smart_ptr/shared_ptr.hpp:285:14: note:   template argument 
deduction/substitution failed:
In file included from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/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
' and 'std::nullptr_t'
In file included from /usr/include/boost/shared_ptr.hpp:17:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/usr/include/boost/smart_ptr/shared_ptr.hpp:274:5: note: template
boost::shared_ptr::shared_ptr(const boost::shared_ptr
& boost::detail::polymorphic_cast_tag)
/usr/include/boost/smart_ptr/shared_ptr.hpp:274:5: note:   template argument deduction/substitution 
failed:
In file included from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/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
' and 'std::nullptr_t'
In file included from /usr/include/boost/shared_ptr.hpp:17:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/usr/include/boost/smart_ptr/shared_ptr.hpp:265:5: note: template
boost::shared_ptr::shared_ptr(const boost::shared_ptr
& boost::detail::dynamic_cast_tag)
/usr/include/boost/smart_ptr/shared_ptr.hpp:265:5: note:   template argument deduction/substitution 
failed:
In file included from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/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
' and 'std::nullptr_t'
In file included from /usr/include/boost/shared_ptr.hpp:17:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/usr/include/boost/smart_ptr/shared_ptr.hpp:260:5: note: template
boost::shared_ptr::shared_ptr(const boost::shared_ptr
& boost::detail::const_cast_tag)
/usr/include/boost/smart_ptr/shared_ptr.hpp:260:5: note:   template argument deduction/substitution 
failed:
In file included from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/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
' and 'std::nullptr_t'
In file included from /usr/include/boost/shared_ptr.hpp:17:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/usr/include/boost/smart_ptr/shared_ptr.hpp:255:5: note: template
boost::shared_ptr::shared_ptr(const boost::shared_ptr
& boost::detail::static_cast_tag)
/usr/include/boost/smart_ptr/shared_ptr.hpp:255:5: note:   template argument deduction/substitution 
failed:
In file included from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/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
' and 'std::nullptr_t'
In file included from /usr/include/boost/shared_ptr.hpp:17:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/usr/include/boost/smart_ptr/shared_ptr.hpp:250:5: note: template
boost::shared_ptr::shared_ptr(const boost::shared_ptr
& T*)
/usr/include/boost/smart_ptr/shared_ptr.hpp:250:5: note:   template argument deduction/substitution 
failed:
In file included from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/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
' and 'std::nullptr_t'
In file included from /usr/include/boost/shared_ptr.hpp:17:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/usr/include/boost/smart_ptr/shared_ptr.hpp:237:5: note: template
boost::shared_ptr::shared_ptr(const boost::shared_ptr
& typename boost::detail::sp_enable_if_convertible
::type)
/usr/include/boost/smart_ptr/shared_ptr.hpp:237:5: note:   template argument deduction/substitution 
failed:
In file included from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/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
' and 'std::nullptr_t'
In file included from /usr/include/boost/shared_ptr.hpp:17:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/usr/include/boost/smart_ptr/shared_ptr.hpp:226:5: note: template
boost::shared_ptr::shared_ptr(const boost::weak_ptr
& boost::detail::sp_nothrow_tag)
/usr/include/boost/smart_ptr/shared_ptr.hpp:226:5: note:   template argument deduction/substitution 
failed:
In file included from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/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
' and 'std::nullptr_t'
In file included from /usr/include/boost/shared_ptr.hpp:17:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/usr/include/boost/smart_ptr/shared_ptr.hpp:219:14: note: template
boost::shared_ptr::shared_ptr(const boost::weak_ptr
&
/usr/include/boost/smart_ptr/shared_ptr.hpp:219:14: note:   template argument 
deduction/substitution failed:
In file included from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/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
' and 'std::nullptr_t'
In file included from /usr/include/boost/shared_ptr.hpp:17:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/usr/include/boost/smart_ptr/shared_ptr.hpp:212:5: note: boost::shared_ptr
::shared_ptr(const boost::shared_ptr
& [with T = sax_fastparser::ForMergeBase; boost::shared_ptr
= boost::shared_ptr
]
/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
&
/usr/include/boost/smart_ptr/shared_ptr.hpp:201:41: note: template
boost::shared_ptr::shared_ptr(Y*, D, A)
/usr/include/boost/smart_ptr/shared_ptr.hpp:201:41: note:   template argument 
deduction/substitution failed:
In file included from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/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'
In file included from /usr/include/boost/shared_ptr.hpp:17:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/usr/include/boost/smart_ptr/shared_ptr.hpp:194:32: note: template
boost::shared_ptr::shared_ptr(Y*, D)
/usr/include/boost/smart_ptr/shared_ptr.hpp:194:32: note:   template argument 
deduction/substitution failed:
In file included from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/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'
In file included from /usr/include/boost/shared_ptr.hpp:17:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/usr/include/boost/smart_ptr/shared_ptr.hpp:183:14: note: template
boost::shared_ptr::shared_ptr(Y*)
/usr/include/boost/smart_ptr/shared_ptr.hpp:183:14: note:   template argument 
deduction/substitution failed:
In file included from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:28:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/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'
In file included from /usr/include/boost/shared_ptr.hpp:17:0,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/include/sax/fshelper.hxx:25,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.hxx:27,
from 
/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2/sax/source/tools/fastserializer.cxx:20:
/usr/include/boost/smart_ptr/shared_ptr.hpp:178:5: note: boost::shared_ptr
::shared_ptr() [with T = sax_fastparser::ForMergeBase]
/usr/include/boost/smart_ptr/shared_ptr.hpp:178:5: note:   candidate expects 0 arguments, 1 provided

Context


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.