From owner-freebsd-stable Fri Oct 15 16: 3:28 1999 Delivered-To: freebsd-stable@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id CF2F2150C8; Fri, 15 Oct 1999 16:02:28 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id C09E11CD46B; Fri, 15 Oct 1999 16:02:28 -0700 (PDT) (envelope-from kris@hub.freebsd.org) Date: Fri, 15 Oct 1999 16:02:28 -0700 (PDT) From: Kris Kennaway To: Chris Byrnes Cc: FreeBSD Stable Mailing List Subject: Re: Apache SSL. In-Reply-To: <3.0.6.32.19991014165039.00794100@jeah.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 14 Oct 1999, Chris Byrnes wrote: > ===> Building for apache+ssl-1.3.9+1.37 > ===> src > ===> src/os/unix > cc -c -I../../os/unix -I../../include -I/usr/local/include > -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" > -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char > -DTARGET=\"httpsd\" -DUSE_EXPAT -I../../lib/expat-lite -DAPACHE_SSL -O > -pipe -I/usr/local/include/openssl `../../apaci` os.c > In file included from ../../include/ap_config.h:1105, > from os.c:6: > /usr/local/include/regex.h:115: parse error before `re_void' > /usr/local/include/regex.h:115: warning: data definition has no type or > storage class > /usr/local/include/regex.h:281: parse error before `_ANSI_ARGS_' > /usr/local/include/regex.h:290: parse error before `_ANSI_ARGS_' > /usr/local/include/regex.h:293: parse error before `_ANSI_ARGS_' > *** Error code 1 Looks like it's picking up /usr/local/include/regex.h instead of /usr/include/regex.h - I'm not sure which port installs that. As a workaround, you can temporarily rename that file and it should have a better chance of building. This question should also have gone to ports@freebsd.org. Kris ---- XOR for AES -- join the campaign! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message