Status: X-Status: X-Keywords: Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 12654 invoked by uid 500); 23 Apr 2001 20:34:23 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 12452 invoked from network); 23 Apr 2001 20:34:20 -0000 Sender: joe@sunstarsys.com To: "William Rusch" Cc: Subject: Re: libareq make problems References: From: Joe Schaefer Date: 23 Apr 2001 16:34:27 -0400 In-Reply-To: "William Rusch"'s message of "Mon, 23 Apr 2001 08:45:19 -0400" Message-ID: Lines: 32 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N "William Rusch" writes: > Hello I'm trying to compile libareq on an alpha running 4.0d however the > make dies as you can see below. Any help would be greatly appreciated > Please try out the latest version from http://www.apache.org/~jimw/ > cc: Error: apache_multipart_buffer.c, line 77: In this statement, "haystack" > may not be subtracted from "ptr". > len = haystacklen - (ptr - haystack); > -----------------------------^ > cc: Error: apache_multipart_buffer.c, line 85: In this statement, "ptr" does > not point to an object type. > ptr++; len--; > --------^ The latest CVS versions don't have the lines above. It looks like line 72: char *ptr = haystack; line 77: len = haystacklen - (ptr - (char *)haystack); Please report back if you experience problems with the latest version. Thanks. -- Joe Schaefer