[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: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 08 Apr 2013 16:44:54 +0100

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:45:29 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.