To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68283
User rene changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
Target milestone|--- |OOo 2.0.4
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Aug 9 09:44:12 -0700
2006 -------
what about this?:
--- configure.in 9 Aug 2006 16:33:58 -0000 1.171.2.7
+++ configure.in 9 Aug 2006 16:42:48 -0000
@@ -1208,6 +1208,11 @@
_make_longver=`echo $_make_version | $AWK -F. '{ print
\$1*10000+\$2*100+\$3 }'`
if test "$_make_longver" -ge "037901" ; then
AC_MSG_RESULT([$GNUMAKE $_make_version])
+ if test "$_os" = "WINNT" && test "$enable_build_mozilla" != "no"; then
+ if test "$_make_longver" = "038100"; then
+ AC_MSG_ERROR([Mozilla doesn't build with GNU make 3.81 on Windows.
Use < 3.81 or
+ use prebuilt mozilla...])
+ fi
else
if test "$_os" = "Darwin"; then
if test "$_make_longver" -ge "037900" ; then
---------------------------------------------------------------------
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]