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





------- Additional comments from [EMAIL PROTECTED] Sat Oct 14 16:59:48 -0700 
2006 -------
@vq: Mingw build will also require the following two modifications.

1) Preserve quotes in quoted parameters.
For icu project, MSVC build is supplying additinal make files but mingw build 
is supposed to rely on original configure script and make files and there are 
parameters -DUDATA_SO_SUFFIX=\".dll\" -DSTATIC_O=\".o\".

The quotes are removed by guw and cause a problem.

2) Do not cause fatal break on nonexistent short names.
In i18npool we have parameters like this.
-DLOCAL_RULE_LANGS="dz hu ja"
MSVC handles this as multi tokens in @file but mingw does not use @file and 
treat it as path and cause a fatal break.

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]

Reply via email to