To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52977
                  Issue #:|52977
                  Summary:|OOO 2.0 m122 doesn't compile with --without-stlport4
                          |(even though configure --help says it does)
                Component:|api
                  Version:|OOo 2.0
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|sw
              Reported by:|bero





------- Additional comments from [EMAIL PROTECTED] Sat Aug  6 02:57:10 -0700 
2005 -------
Trying to compile --without-stlport4 on Linux/gcc 3.4.4 results in various  
errors; some are easily fixable, others are tricky. 
 
First is in ucb/source/ucp/webdav/DAVSessionFactory.hxx -- it includes 
<memory>, but min is #defined, and on GNU libstdc++ <memory> #includes classes 
that have min() as a method. 
 
Second, svx/source/accessibility/AccessibleEmptyEditSource.cxx triggers an 
error caused by std::swap: 
bits/stl_algobase.h: In function `void std::swap(_Tp&, _Tp&) [with _Tp = 
std::auto_ptr<SvxEditSource>]': 
svx/source/accessibility/AccessibleEmptyEditSource.cxx:320:   instantiated 
from here 
bits/stl_algobase.h:132: error: passing `const std::auto_ptr<SvxEditSource>' 
as `this' argument of `std::auto_ptr<_Tp>::operator std::auto_ptr_ref<_Tp1>() 
[with _Tp1 = SvxEditSource, _Tp = SvxEditSource]' discards qualifiers 
 
 
Third (currently blocking my progress on fixing this, there doesn't seem to be 
an easy workaround for this), 
dbaccess/source/core/api/RowSetCacheIterator.hxx's 
ORowSetCacheIterator::isNull() compares an iterator type to NULL, but 
iterators aren't pointers.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to