To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53572
------- Additional comments from [EMAIL PROTECTED] Thu Sep 7 00:43:32 -0700
2006 -------
@tono: I got some questions about your changes.
1) in binfilter/legacysmgr/source/legacy/makefile.mk:
.ELIF "$(GUI)$(COM)"=="WNTGCC"
SHL1VERSIONMAP=gcc3_linux_intel.map
Why do you use gcc3_linux_intel.map? Is it not better to use another name, say
gcc3_windows_intel.map?
2) in extensions/source/config/ldap/makefile.mk don't understand:
.IF "$(OS)" == "MACOSX" || "$(WITH_MOZILLA)" == "NO"
dummy:
@echo "Nothing to build for OS $(OS)"
.ELSE "$(OS)" == "MACOSX"
Going to ignore changes in this file
3) changes in testtools/source/bridgetest/cli/makefile.mk do not seem to be ok,
please review
4) in framework/util/makefile.mk in m182 there are 4 libraries in SHL1STDLIBS,
please review
5) in bridges/source/jni_uno/jni_java2uno.cxx &
bridges/source/jni_uno/jni_uno2java.cxx you define:
#ifdef __MINGW32__
#define BROKEN_ALLOCA
#endif
Is it necessary to define this macro only for these files and not to use
__MINGW32__ macro directly?
---------------------------------------------------------------------
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]