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





------- Additional comments from [EMAIL PROTECTED] Thu May 31 07:07:25 +0000 
2007 -------
@cmc:  I see.  salhelper/source/makefile.mk:1.26 similarly misses LINUXXgcc3,
with a similarly problematic
salhelper::ConditionWaiter::ConditionWaiter(salhelper::Condition&,sal_uInt32)
export.

@*:  So, we settled on creating specific map files for LINUXXgcc3 where
necessary, instead of massaging the existing LINUXIgcc3 ones?  Fine with me. 
(Although with Mac OS X we took the other route, on the grounds that each
additional map file is a maintenance burden, so if we can reduce the number of
map files with only mild trickery, that is not without benefits either.)

@kr:  va_copy is in C99, so maybe we can assume it is available everywhere
instead of conditionally using either __va_copy or some construct that is not
guaranteed to do anything sensible, even if it compiles (i.e., assignment
between va_list values).  (Then again, va_copy can only be called if va_end is
also called *in the same function*, see the C99 Standard, so the whole code is
probably dubious, anyway.)

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