To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71986
Issue #|71986
Summary|More MINGW related changes to guw
Component|tools
Version|current
Platform|PC
URL|
OS/Version|Windows, all
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P3
Subcomponent|configure
Assigned to|vq
Reported by|tono
------- Additional comments from [EMAIL PROTECTED] Sun Nov 26 04:24:00 -0800
2006 -------
Some updates are needed for guw.
1. Specifying ccache as a command for ignorepara is no longer needed.
2. Command for -DLOCAL_RULE_LANGS is g++, not gcc (in i18npool/source/collator)
3. Newly required ignorepara's:
-DPACKAGE for gcc (in libxmlsec) and -DUPD (in
svtools/source/Accessibility), -DMINOR (ditto), -DBUILD_ID (ditto), -
DSC_INFO_OSVERSION (in sc/source/core/tool) for g++
--- ooo_src680_m195/config_office/guw/guw.cc.orig 2006-10-25
00:35:01.000000000 +0900
+++ ooo_src680_m195/config_office/guw/guw.cc 2006-11-07 21:48:31.000000000
+0900
@@ -84,10 +84,10 @@
"cl -clr: -Z",
"climaker StarOffice/OpenOffice",
"csc -target:",
- "ccache -DUDATA_SO_SUFFIX -DSTATIC_O"
- " -DLOCAL_RULE_LANGS",
+ "g++ -DLOCAL_RULE_LANGS -DUPD -DMINOR"
+ " -DBUILD_ID -DSC_INFO_OSVERSION",
"gcc -DUDATA_SO_SUFFIX -DSTATIC_O"
- " -DLOCAL_RULE_LANGS",
+ " -DPACKAGE",
"lib /OUT: -out: -def: -machine:",
"link /BASE: /COMMENT: /DEBUG: /DLL /ENTRY:"
" /MACHINE: /MAP /NODEFAULTLIB /OPT: /RELEASE"
@@ -278,7 +278,7 @@
fullcommand.erase(slen-4);
// get the program name - Only one subexpression
- if (!match2s(fullcommand, "([[:alnum:]_~\\. \\-]+)$",
+ if (!match2s(fullcommand, "([[:alnum:]_~. +-]+)$",
shortcommand, sub2)) {
Fatal("No basename found in: " + fullcommand);
}
-----------------------------------------------------------------------------
---------------------------------------------------------------------
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]