Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 90803 invoked by uid 500); 20 Mar 2003 19:00:27 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 90792 invoked from network); 20 Mar 2003 19:00:27 -0000 Errors-To: Message-Id: <5.2.0.9.2.20030320124816.02e35e00@pop3.rowe-clan.net> X-Sender: wrowe%rowe-clan.net@pop3.rowe-clan.net X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Thu, 20 Mar 2003 12:49:41 -0600 To: Wilfredo =?iso-8859-1?Q?S=E1nchez?= From: "William A. Rowe, Jr." Subject: Re: One more OS/X make bogosity Cc: dev@apr.apache.org In-Reply-To: References: <5.2.0.9.2.20030305172556.02fd2e98@pop3.rowe-clan.net> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Fred, thanks for all your answers... I later realized that we recovered after attempting that step without the build dying. Although it's somewhat loud and disconcerting, I think we are OK with things as-is. A patch or pointer to a patch would be useful. Bill At 11:44 AM 3/20/2003, Wilfredo S=E1nchez wrote: > Hrm. -no-cpp-precomp kinda should turn off cpp-precomp, so the fact that= it's trying anyway is a toolchain bug. > > -wsv > > >On Wednesday, March 5, 2003, at 03:27 PM, William A. Rowe, Jr. wrote: > >>Does this look familiar to any OS/X or other Unix folk? >>It seems to happen after the build is successful. >> >>Is it bad? Neutral? If not bad, can we quiet it? >> >>Bill >> >>~/apr-cvs/apr/.libs >>Found newer headers. Will rebuild apr.exp. >>rm -f apr.exp exports.c export_vars.h >>awk -f /Users/wrowe/apr-cvs/apr/build/make_var_export.awk= /Users/wrowe/apr-cvs/apr/include/*.h > export_vars.h >>awk -f /Users/wrowe/apr-cvs/apr/build/make_exports.awk= /Users/wrowe/apr-cvs/apr/include/*.h > exports.c >>cc -E -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK= -no-cpp-precomp -I./include -I../include exports.c | grep "ap_hack_" |= sed -e 's/^.*[)]\(.*\);$/\1/' >> apr.exp >>cc -E -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK= -no-cpp-precomp -I./include -I../include export_vars.h | sed -e= 's/^\#[^!]*//' | sed -e '/^$/d' >> apr.exp >>export_vars.h:1: undefined type, found `apr_month_snames' >>export_vars.h:2: illegal external declaration, missing `;' after= `apr_day_snames' >>cpp-precomp: warning: errors during smart preprocessing, retrying in basic= mode >