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





------- Additional comments from [EMAIL PROTECTED] Thu Nov 24 04:07:37 -0800 
2005 -------
I wonder why g++ seems to behave different to other platforms, IMO the compiler
frontend parsing the C++ file is platform-independent.
What version of g++ are you using?  Did you try to compile that C++ file using
different versions?

Just for information:
Despite the fact that using system-boost is valid, boost may currently not be
exchangeable with the patched version on Windows: I have patched in

#if defined(_MSC_VER) && !defined(BOOST_MEM_FN_ENABLE_CDECL)
// enable support for __cdecl (SAL_CALL) C++-UNO interface methods;
// makes sense to shift this to command line some day:
// -DBOOST_MEM_FN_ENABLE_CDECL
#define BOOST_MEM_FN_ENABLE_CDECL
#endif

into two headers.  When building e.g. with mingw on Windows with system-boost
(which AFAIK nobody currently does, IIRC Vladimir has tested this once), this
needs to be switched on via command line, -D...
Keeping the cmd line small, it is currently patched into the corresponding 
headers.


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