To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=75844
------- Additional comments from [EMAIL PROTECTED] Sun Apr 22 11:40:11 +0000 2007 ------- @vg: Please see the following comment. I will attach patch set fixing the comment 1-8 for the current cws. 1. external/glibc-2.1.3.patch The patch is needed because __argc and __argv are defined as macros in mingw environment. So I have changed the names in the prototypes in getopt.h. However, the new names may coincide with something in other environments. So I followed your advise to make them conditional. 2. shell/source/win32/shlxthandler/makefile.mk Yes, $(COMCTL32LIB) is not required for MSVC or other managed platforms where comctl32 entries are dynamically resolved in case the isolation awareness is specified. I made it conditional. 3. libxmlsec/xmlsec1-1.2.6.patch The checks for .a style import library may be dangerous for some other platforms and I made them conditional. 4. config_office/configure.in The check for AC_SYS_LARGEFILE implies the use of the compiler and must be done after $CC is fixed. 5. salhelper/source/mingw_intel.map This newly added file is missing. 6. solenv/inc/tg_def.mk The arguments in LIBRARY statements have to be enclosed in double quotes if it includes two or more '.' for GNU tools. It does not do any harm to MS tools. 7. tools/inc/tools/solar.h SYSTEM_WNTGCCI is defined twice. 8. psprint Some new patches are supplied for psprint, scp2, solenv and vcl to use static link. Please note that psprint/util/libpsp_mingw.map is no longer needed. 9. icu I am going to include host parameter in makefile so as to use mh-mingw. Some patches should be needed to conform with OOo's unicode expression convention. I will check them in a couple of weeks. 10. python The tricky configure script is to make aware of Windows native thread handling but I think just always using it in case of mingw may be safer and easier to understand. As icu, I will update the patch in a couple of weeks. --------------------------------------------------------------------- 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]
