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





------- Additional comments from [EMAIL PROTECTED] Tue Aug 22 04:13:36 -0700 
2006 -------
I don't think it's that trivial. The invocation of oowintool --msvc-productdir
in configure.in is already conditional and not done if --with-cl-home has been
entered.

As the output snippet in the Description has the oowintool error message after
"checking for dbghelp.dll", I assume it's the oowintool --msvc-copy-dlls
invocation that produces the first error message. The code for that in oowintool
needs to know the version of the installed MSVC, and has mapping from version
numbers to the version number as it occurs in the C library DLL name. Deducing
that from just running cl requires more mappings, from the blurb output by cl
("Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86")
to "70" for instance.

Etc.

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