[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Help with compiling

From: Maureen Barger <mobarger_at_gmail.com>
Date: Mon, 8 Apr 2013 11:54:16 -0400

Did this, not finding a authz.i file (searched entire disk).

On Mon, Apr 8, 2013 at 11:44 AM, Philip Martin
<philip.martin_at_wandisco.com> wrote:
> Maureen Barger <mobarger_at_gmail.com> writes:
>
>> libtool: compile: gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -g -O2 -g
>> -O2 -pthread -Werror=implicit-function-declaration
>> -I/etc/apache2/include -I./subversion/include -I./subversion
>> -I/etc/apache2/include -I/etc/apache2/include
>> -I/usr/local/serf/include/serf-0
>> -I/home/scm/subversion-1.7.9/sqlite-amalgamation -c
>> subversion/mod_dav_svn/authz.c -o subversion/mod_dav_svn/authz.o
>>>/dev/null 2>&1
>
> You need to repeat this compile commmand manually and add -save-temps
> option:
>
> gcc -save-temps -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -g -O2 -g -O2 -pthread -Werror=implicit-function-declaration -I/etc/apache2/include -I./subversion/include -I./subversion -I/etc/apache2/include -I/etc/apache2/include -I/usr/local/serf/include/serf-0 -I/home/scm/subversion-1.7.9/sqlite-amalgamation -c subversion/mod_dav_svn/authz.c -o subversion/mod_dav_svn/authz.o /dev/null 2>&1
>
> and then look for http_log.h in the file authz.i to find out exactly which
> header is being included.
>
> --
> Certified & Supported Apache Subversion Downloads:
> http://www.wandisco.com/subversion/download
Received on 2013-04-08 17:55:10 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.