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





------- Additional comments from [EMAIL PROTECTED] Fri Jul  6 19:21:42 +0000 
2007 -------
the build log is incomplete, the interesting part about DatabaseMetaData.cxx
being compiled is missing.

I think we're at the right place with the error (DatabaseMetaData.cxx:608), the
error sounds as if the compiler has some problem deducing the template arguments
of the .log call.

Reading the logs more carefully, however, it seems the compiler has a problem
with the "out" paramter to the "log" call, not with _pMethodName, which I
supposed so far.

Please try casting out to sal_Int, i.e. line 608 should look like
  m_aLogger.log( ..., (sal_Int16)out );

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

Reply via email to