Hi, I reprodced this..cppunit you use is external one. thanks Nakata Maho From: Pedro Giffuni <[email protected]> Subject: Problem building main/sal/cppunittester Date: Wed, 2 Nov 2011 21:41:00 -0700 (PDT)
> Hi; > > I am advancing slowly through the FreeBSD build > and I found this: > > ... > > Entering > /usr/ports/editors/openoffice.org-3-devel/work/ooo/main/sal/cppunittester > > Making: all_cppunittester.dpobj > Compiling: sal/cppunittester/cppunittester.cxx > In file included from /usr/include/c++/4.2/memory:53, > from > /usr/ports/editors/openoffice.org-3-devel/work/ooo/main/solver/340/unxfbsdx.pro/inc/stl/preextstl.h:52, > from > /usr/ports/editors/openoffice.org-3-devel/work/ooo/main/sal/cppunittester/cppunittester.cxx:48: > /usr/include/c++/4.2/bits/stl_algobase.h:321: error: 'ostreambuf_iterator' > was not declared in this scope > /usr/include/c++/4.2/bits/stl_algobase.h:321: error: template argument 2 is > invalid > /usr/include/c++/4.2/bits/stl_algobase.h:321: error: expected unqualified-id > before '>' token > /usr/include/c++/4.2/bits/stl_algobase.h:326: error: 'ostreambuf_iterator' > was not declared in this scope > /usr/include/c++/4.2/bits/stl_algobase.h:326: error: template argument 2 is > invalid > /usr/include/c++/4.2/bits/stl_algobase.h:326: error: expected unqualified-id > before '>' token > /usr/include/c++/4.2/bits/stl_algobase.h:331: error: template declaration of > 'typename __gnu_cxx::__enable_if<std::__is_char<_Tp>::__value, > _CharT*>::__type std::__copy_aux' > /usr/include/c++/4.2/bits/stl_algobase.h:331: error: 'istreambuf_iterator' > was not declared in this scope > /usr/include/c++/4.2/bits/stl_algobase.h:331: error: expected > primary-expression before '>' token > /usr/include/c++/4.2/bits/stl_algobase.h:331: error: expected > primary-expression > ./usr/include/c++/4.2/bits/stl_algobase.h:332: error: expected > primary-expression before '*' token > /usr/include/c++/4.2/bits/stl_algobase.h:332: error: expected > primary-expression before ')' token > /usr/include/c++/4.2/bits/stl_algobase.h:407: error: 'ostreambuf_iterator' > was not declared in this scope > /usr/include/c++/4.2/bits/stl_algobase.h:407: error: template argument 2 is > invalid > /usr/include/c++/4.2/bits/stl_algobase.h:407: error: expected unqualified-id > before '>' token > /usr/ports/editors/openoffice.org-3-devel/work/ooo/main/sal/cppunittester/cppunittester.cxx: > In function 'int sal_main()': > /usr/ports/editors/openoffice.org-3-devel/work/ooo/main/sal/cppunittester/cppunittester.cxx:139: > error: no matching function for call to > 'CppUnit::PlugInManager::load(_STL::string)' > /usr/local/include/cppunit/plugin/PlugInManager.h:47: note: candidates are: > void CppUnit::PlugInManager::load(const std::string&, const > CppUnit::PlugInParameters& > dmake: Error code 1, while making '../unxfbsdx.pro/obj/cppunittester.obj' > > 1 module(s): > sal > > ... > ________ > > Any ideas? > > cheers, > > Pedro. > >
