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] Wed Nov 1 06:03:18 -0800 2006 ------- @vg: I have modified patches for python and moz based on your comments and testing the build, but I cannot clearly understand your comment for libxmlsec. Please see the followings. 1. python The GETPATH_OBJS='Module/getpath.o in python configure script is corrected. I also have made changes to separate mingw specific part in configure as much as possible. configure script had modified to handle NT_THREADS definition and placing it in mingw specific section is no longer necessary. 2. libxmlsec My recent modifications are (1) cygwin specific part (2) mscrypto handling (3) libtool modification to handle .lib files and I do not think these changes will affect other platforms as unix platforms do not handle mscrypto nor .lib files, will they? I have added "--exclude-libs,ALL" option so that we can use import libraries in Platform SDK. I had been using reimp utility distributed in mingw tools and creating .a style import libraries in external project in older patch set. However, I thought using reimp utility for proprietary libraries is not good and I have changed the strategy to use those import libraries directly. Without "--exclude-libs,ALL" the linkage will fail. 3. moz I have rewritten macros in misc/build/mozilla/widget/src/windows/nsWindow.cpp as they are not compatible with the w32api headers. The caution you raised for namings is absolutely right and I have modified them. 4. setup_native setup_native/source/win32/customactions/reg4msdoc/registrar.cxx,SHELL_COMMAND: Yes, it is a build breaker for gcc. gcc does not allow enum names as a scope specifier. tono (Takashi Ono) --------------------------------------------------------------------- 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]
