Date: Fri, 15 Oct 1999 16:02:28 -0700 (PDT) From: Kris Kennaway <kris@hub.freebsd.org> To: Chris Byrnes <chris@jeah.net> Cc: FreeBSD Stable Mailing List <freebsd-stable@freebsd.org> Subject: Re: Apache SSL. Message-ID: <Pine.BSF.4.10.9910151559120.76862-100000@hub.freebsd.org> In-Reply-To: <3.0.6.32.19991014165039.00794100@jeah.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9910151559120.76862-100000>