Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB18BFA62 for ; Mon, 8 Apr 2013 15:05:06 +0000 (UTC) Received: (qmail 83644 invoked by uid 500); 8 Apr 2013 15:05:06 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 83621 invoked by uid 500); 8 Apr 2013 15:05:05 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 83610 invoked by uid 99); 8 Apr 2013 15:05:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Apr 2013 15:05:05 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mobarger@gmail.com designates 209.85.210.181 as permitted sender) Received: from [209.85.210.181] (HELO mail-ia0-f181.google.com) (209.85.210.181) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Apr 2013 15:05:01 +0000 Received: by mail-ia0-f181.google.com with SMTP id o25so5278720iad.26 for ; Mon, 08 Apr 2013 08:04:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=vPo6fwwlb7R4AMTtN31WpVdbV90uErtsxAzbJwFuLSU=; b=cUpT2o5ULVbNEqmwM4/Lr3bIFTMUMX9c6Yg3AM7mpARFSTJAKMaSUv40CitwI/tTMB 5dpEQjPPV3Iv9X6XElE2U8hGSeAzvD9Uckw5FbKjWaF3sqb0/kHHTpG7RzqC0kzWyt7S dQW3ISJhzc74BvPGlcW3mSbWEMawTevhQABr0eVBmLcb26nZDjM2X8zI/uptkJJ4GGLV kxyHBOsUbyofNUA07ETrMoiapxaqPPbQhCvhqlH+Yns8UWg/wCiDprs7P4L4m22UYa5M NxrUGnRP2qISExO+bZyI3bzixi8wEuuyDVDVoHEvojBTKJA4CfmwWBJ++Zapo/spNrvv yRYg== X-Received: by 10.50.141.129 with SMTP id ro1mr7147289igb.39.1365433477348; Mon, 08 Apr 2013 08:04:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.34.138 with HTTP; Mon, 8 Apr 2013 08:04:17 -0700 (PDT) In-Reply-To: <87d2u5fhuf.fsf@ntlworld.com> References: <20130406163139.GA2961@lp-shahaf.local> <87d2u5fhuf.fsf@ntlworld.com> From: Maureen Barger Date: Mon, 8 Apr 2013 11:04:17 -0400 Message-ID: Subject: Re: Help with compiling To: Philip Martin Cc: Daniel Shahaf , users@subversion.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org This is very thorough and I thank you, but I am not finding anything like that in the subversion dir tree. Daniel, I am also not finding 'You could look for a '#define AP_HAVE_C99 1' line in files that http_log.h includes.' This is my first time compiling from scratch and I appreciate your patience with me. On Mon, Apr 8, 2013 at 6:16 AM, Philip Martin wrote: > Maureen Barger writes: > >> Did svn's build use the right copy of http_log.h? >> How do I check? > > If you look at the compile commad for one of the mod_dav_svn files you > should see something like: > > $ rm subversion/mod_dav_svn/authz.lo > $ make mod_dav_svn > /bin/sh /home/pm/sw/subversion/obj-1.7/libtool --tag=3DCC --silent --mode= =3Dcompile gcc -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/httpd-2.4/in= clude -I../src-1.7/subversion/include -I./subversion -I/usr/local/httpd-2.4= /include -I/usr/local/httpd-2.4/include -I/usr/include/neon -I/usr/local/= serf/include/serf-1 -o subversion/mod_dav_svn/authz.lo -c ../src-1.7/subve= rsion/mod_dav_svn/authz.c > > You can manually invoke that same libtool command but change --silent to > -verbose: > > $ /bin/sh /home/pm/sw/subversion/obj-1.7/libtool --tag=3DCC --verbose --m= ode=3Dcompile gcc -DLINUX -D_REENTRANT -D_GNU_SOURCE -DAPR_POOL_DEBUG=3D1 = -I/usr/local/httpd-2.4/include -I../src-1.7/subversion/include -I./subver= sion -I/usr/local/httpd-2.4/include -I/usr/local/httpd-2.4/include -I/usr= /include/neon -I/usr/local/serf/include/serf-1 -o subversion/mod_dav_svn/a= uthz.lo -c ../src-1.7/subversion/mod_dav_svn/authz.c > libtool: compile: gcc -DLINUX -D_REENTRANT -D_GNU_SOURCE -DAPR_POOL_DEBU= G=3D1 -I/usr/local/httpd-2.4/include -I../src-1.7/subversion/include -I./su= bversion -I/usr/local/httpd-2.4/include -I/usr/local/httpd-2.4/include -I/u= sr/include/neon -I/usr/local/serf/include/serf-1 -c ../src-1.7/subversion/m= od_dav_svn/authz.c -fPIC -DPIC -o subversion/mod_dav_svn/.libs/authz.o > > You can manually invoke the gcc command but add -save-temps > > gcc -save-temps -DLINUX -D_REENTRANT -D_GNU_SOURCE -DAPR_POOL_DEBUG=3D1 -= I/usr/local/httpd-2.4/include -I../src-1.7/subversion/include -I./subversio= n -I/usr/local/httpd-2.4/include -I/usr/local/httpd-2.4/include -I/usr/incl= ude/neon -I/usr/local/serf/include/serf-1 -c ../src-1.7/subversion/mod_dav_= svn/authz.c -fPIC -DPIC -o subversion/mod_dav_svn/.libs/authz.o > > Then look for http_log.h in the authz.i file: > > $ grep http_log.h authz.i | head -1 > # 1 "/usr/local/httpd-2.4/include/http_log.h" 1 > > -- > Certified & Supported Apache Subversion Downloads: > http://www.wandisco.com/subversion/download