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





------- Additional comments from [EMAIL PROTECTED] Tue Jun 24 15:08:06 +0000 
2008 -------
blauwal:

configure checks for Compiler version.

config.log:configure:6328: result: found Compiler version 001300103077.

it becomes

COMEX="10"

see configure.in:

                        AC_MSG_RESULT([found Compiler version $CCNUMVER.])
                        if test "$CCNUMVER" -ge "001500000000"; then
                                COMEX=12
                                AC_MSG_RESULT([found .NET 2008 / VS 9.0.])
                        elif test "$CCNUMVER" -ge "001400000000"; then
                                COMEX=11
                                AC_MSG_RESULT([found .NET 2005.])
                        elif test "$CCNUMVER" -ge "001300102240"; then
                                COMEX=10
                                AC_MSG_RESULT([found .NET 2003.])
                        else
                                AC_MSG_ERROR([Compiler too old. Use Microsoft C/
C++ .NET 2003/2005 compiler.])
                        fi

You can check the value for both compilers in your env. I can't.

In the meantime, please revert the changes that broke builds with .Net2003. I 
volunteer to QA the cws 
with the conflicting changes.



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