Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 84033 invoked by uid 500); 24 Mar 2003 10:18:05 -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 84022 invoked from network); 24 Mar 2003 10:18:05 -0000 Message-ID: <3E7EDB8F.2090800@attglobal.net> Date: Mon, 24 Mar 2003 05:18:55 -0500 From: Jeff Trawick Reply-To: trawick@attglobal.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@apr.apache.org Subject: Re: autoconf problems with the apr RC2 / powerpc-ibm-aix5.1.0.0 References: <3E7D2985.7060900@stason.org> <3E7D3F4D.2070905@stason.org> In-Reply-To: <3E7D3F4D.2070905@stason.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Stas Bekman wrote: > Stas Bekman wrote: > >> >> Making all in srclib >> Making all in apr >> Making all in strings >> /bin/sh /build/httpd/httpd-2.0/srclib/apr/libtool --silent >> --mode=compile cc_r -g -qHALT=E -qinfo=pro -qfullpath -qinitauto=FE >> -qcheck=all -DHAVE_CONFIG_H -U__STR__ -D_USE_IRS -D_THREAD_SAFE >> -I../include -I../include/arch/unix -c apr_cpystrn.c && touch >> apr_cpystrn.lo >> "../include/apr.h", line 396.1: 1506-191 (E) The character @ is not a >> valid C source character. >> "../include/apr.h", line 396.14: 1506-191 (E) The character @ is not a >> valid C source character. >> "../include/apr.h", line 397.1: 1506-191 (E) The character @ is not a >> valid C source character. >> "../include/apr.h", line 396.2: 1506-166 (S) Definition of function >> uint64_t_fmt requires parentheses. >> "../include/apr.h", line 397.18: 1506-191 (E) The character @ is not a >> valid C source character. >> >> These don't get substituted: >> @uint64_t_fmt@ >> @uint64_t_fmt_len@ Stas, it looks good for me this a.m. on AIX 5.2: /* And APR_UINT64_T_FMT */ #define APR_UINT64_T_FMT "llu" #define APR_UINT64_T_FMT_LEN 3 Is it possible that you didn't run buildconf after picking up the new configure.in or that something in the cache is messing things up?