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





------- Additional comments from [EMAIL PROTECTED] Wed Mar 30 06:00:08 -0800 
2005 -------
> The default for directx is to enable it (set to TRUE), so no warning at the 
> default. Wheres the not enabling of VCLTK is default... and the checks are 
> done with .IF "$(ENABLE_DIRECTX)" != "". (which can be changed...) And 
> ENABLE_VCTK only exuists in config_office. Hmm.. vq? :) 

Perl stupidity. It exactly works as desired, but should not give a warning.

The only way around this warning (that I know of) is:

$ENABLE_DIRECTX="@ENABLE_DIRECTX@";
if("$ENABLE_DIRECTX") { ...

Same for @ENABLE_VCTK@, it is only used in set_soenv to get some paths right,
but we shouldn't remove it because I hope we can build OOo with the free
(as in you may download and use it ;) ) MS Visual C++ Toolkit sometimes.

> scp2/source/ooo/makefile.mk:.IF "$(ENABLE_DIRECTX)" != ""
This cannot be a problem because dmake makefiles have no problems
with empty environment variables. (The variable *is*/may be defined for
windows.)

vq->rene: Do you have a configureX CWS I can commit this patch to?

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