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





------- Additional comments from [EMAIL PROTECTED] Sat Nov 12 10:15:46 -0800 
2005 -------
regcomp started to use JAVA_HOME and CLASSPATH. They are usually in posix form
in a W32-tcsh environment, but adding -env to guw.pl translates them (and
others) into the desired DOS form.

This patch fixes the problem for me:

+++ solenv/inc/settings.mk      12 Nov 2005 18:14:28 -0000
@@ -1130,7 +1130,7 @@
 IDLC*=$(WRAPCMD) idlc
 REGMERGE*=$(WRAPCMD) regmerge
 REGCOMPARE*=$(WRAPCMD) regcompare
-REGCOMP*=$(WRAPCMD) regcomp
+REGCOMP*:=$(WRAPCMD_ENV) regcomp
 CPPUMAKER*=$(WRAPCMD) cppumaker
 JAVAMAKER*=$(WRAPCMD) javamaker
 RDBMAKER*=$(WRAPCMD) rdbmaker

Please fix on master.

---------------------------------------------------------------------
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