]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
1.3 won't compile with Sun WorkShop.
authorJeff Trawick <trawick@apache.org>
Mon, 10 Sep 2001 12:34:49 +0000 (12:34 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 10 Sep 2001 12:34:49 +0000 (12:34 +0000)
My feelings certainly won't be hurt if somebody else jumps in :)  I
need to get some other stuff off my plate before looking into this.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90982 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6c78e60655e318b94556bda803c59f0783444595..2b4d6500b312ca8d79793c2777c4889b2c0ce60a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 1.3 STATUS:                                             -*-text-*-
-  Last modified at [$Date: 2001/08/21 15:30:28 $]
+  Last modified at [$Date: 2001/09/10 12:34:49 $]
 
 Release:
 
@@ -36,6 +36,14 @@ Release:
 
 RELEASE SHOWSTOPPERS:
 
+    The AcceptMutex code doesn't compile with Sun WorkShop 6 on Solaris.
+    The line "SAFE_ACCEPT((accept_mutex_child_init(pchild)));" in 
+    http_main.c is where it blows, complaining with
+      "http_main.c", line 4111: syntax error before or at: {
+    This is on Solaris 2.6, but with the latest Sun WorkShop.  This was
+    also seen on Solaris 2.5.1 with some previous level of Sun WorkShop.
+    Jeff will try to find time to unravel the macros and make it compile.
+
     ab is broken on many platforms.  Dirk has offered patch, it does not
     apply cleanly, he has offered to clean this up.