To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=109853
------- Additional comments from [email protected] Thu May 20 20:36:02 +0000 2010 ------- @cmc: Sorry, got confused by the code and thought 3.4 was our minimum requirement to choose "gcc3" while it obviously is 3.0; so what I would condense the stuff to would be ... #elif defined __GNUC__ #if __GNUC__ >= 3 #define TMP_CPPU_ENV gcc3 #else #error "Unsupported gcc major version." #endif #endif --------------------------------------------------------------------- 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]
