To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83414
------- Additional comments from [EMAIL PROTECTED] Sat Nov 24 20:10:31 +0000
2007 -------
had a look again:
there's no occurance of TEMP/TEMP in configure (except one unrelated place). Now
let's look at set_soenv.in:
set_soenv.in: $UPD, $SOLARUPD, $WORK_STAMP, $TF_UCB,
set_soenv.in: $USE_DIRECTX5, $ATL_LIB, $ATL_INCLUDE, $MFC_LIB, $MFC_INCLUDE,
$NO_HIDS, $TEMP,
Hmm. Ok. $TEMP is unset, but Issue 83901 is about TMP. Not related
set_soenv.in:{ ToFile( "TEMP", $TEMP, "e" );
set_soenv.in: ToFile( "TMP", $TEMP, "e" );
Aha. That sounds related. Ok, so $TEMP is not set in the env, so nothing is set
for both TMP and TEMP. Should the second one maybe be TMP? ;-)
[ I seem to have been tired at my first try... ]
---------------------------------------------------------------------
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]