To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55967





------- Additional comments from [EMAIL PROTECTED] Tue Nov  1 05:40:22 -0800 
2005 -------
Well, yes, that is, what I'm doing -- for classes, which are only available in 
the __gnu_cxx:: namespace.  
  
But, of course, I only do this, when compiling with GNU C++. This is why the 
"change" is split between a patch (which can be used with any compiler) and a 
script (which only has to run, when using GNU C++).  
  
The patch removes unneeded #include-s (including from mdbtools) and renames a 
few items, to ease the job of the script (i.e. "hash" -> "hasher").  
  
The reason OOo does not notice a problem, is because stlport headers are 
included at compile time, even when configured to build without stlport.  
  
If you _remove_ the stlport sub-directory prior to building, the problems I'm 
trying to solve will pop up. 

---------------------------------------------------------------------
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