To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=45875
User rene changed the following: What |Old value |New value ================================================================================ CC|'' |'vq' -------------------------------------------------------------------------------- Status|NEW |STARTED -------------------------------------------------------------------------------- ------- Additional comments from [EMAIL PROTECTED] Wed Mar 30 03:30:33 -0800 2005 ------- This are the following lines.... 977: if ( '@ENABLE_DIRECTX@' ) { 1065: if ( "@ENABLE_VCTK@" and $PATH !~ /(?:[:]|\A)(?: $NMAKE_PATH)(?:[:]|\Z)/ ) { 1277: if ( '@ENABLE_DIRECTX@' ) { scp2/source/ooo/makefile.mk:.IF "$(ENABLE_DIRECTX)" != "" The problem here is that when e.g. --disable-directx is given this stuff is subsituted to nothing, resulting in if ( '' ) {. 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? :) Regards, Rene --------------------------------------------------------------------- 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]