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
