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


User sb changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'cmc,dtardon'             |'cmc,dtardon,jsc'
--------------------------------------------------------------------------------
                  Status|STARTED                   |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from s...@openoffice.org Wed Jun 23 09:16:48 +0000 
2010 -------
<http://hg.services.openoffice.org/cws/sb126/rev/e7381920688b> removes the
complete block from cppu/inc/uno/lbnames.h that defines CPPU_ENV and checks for
specific compiler versions:

CPPU_ENV is always already defined: for the OOo build environment it is defined
in solenv/inc/tg_compv.mk and solenv/inc/target.mk, for the SDK it is defined in
odk/settings/settings.mk, and stand-alone URE users need to define it
themselves, see ure/source/uretest/Makefile.pln.  (Further proof that it already
needs to be defined is that (a) sal/rtl/source/bootstrap.cxx uses CPPU_ENV
without including lbnames.h, and (b) for certain GCC versions lbnames.h
contained a typo (__CPPU_ENV vs. TMP_CPPU_ENV) and thus would never have set
CPPU_ENV, anyway.)

Checking for specific compiler versions, if necessary at all, needs to be done
during configuration (of OOo build environment or of SDK) or centrally (in
sal/config.h), 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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to