[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Hi...



Hello Jan-Hendrik,

Saturday, August 18, 2001, 8:52:50 PM, you wrote:

> Hi,...

> first, I want to ask, who is here and who is working on OpenOffice? :)
> Does some has a complete compilation of OpenOffice? 

> second, does anyone has a hint, what`s wrong here?


> /home/palic/OpenOffice/oo_633_src/tools/bootstrp/command.cxx: In function 
> `static class ByteString CCommand::Search(ByteString = thePath, ByteString = "csh")':
> /home/palic/OpenOffice/oo_633_src/tools/bootstrp/command.cxx:550: 
> no match for `ByteString & == const char[4]'
> /usr/include/stlport/stl/_cwchar.h:119: candidates are: 
> bool _STL::operator ==(const _STL::__stl_mbstate_t &, const _STL::__stl_mbstate_t &)
> /usr/include/stlport/stl/char_traits.h:76:                 
> bool _STL::operator ==(const _STL::fpos<_STL::__stl_mbstate_t> &, const _STL::fpos<_STL::__stl_mbstate_t> &)

I don't have the sources here, and I'm new to C++ deep OO programming,
but my guess is that either:
1) '==' where '=' should be
2) mixup in use of 'virtual' in _STL or ByteString

could  you  post  a few lines around ./tools/bootstrp/command.cxx line
550    and    the    definition    of   ByteString::operator==   and
ByteString::operator= ( not the code, just the definition)

-- 
Best regards,
 Aigars                            mailto:aigarius@debian.org



Reply to: