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

Re: Compilation errors building subversion 1.7.6: missing headers

From: David Fleck <dcfleck_at_gmail.com>
Date: Wed, 29 Aug 2012 12:57:43 -0500

> David Fleck <dcfleck_at_gmail.com> writes:
>
>> Building from tarballs on SUSE 11.1.
>> I thought I had all the necessary dependencies, but I get this error message:
>>
>> /bin/sh /tc_work/fleck/subversion-1.7.6/libtool --tag=CC --silent
>> --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -g -O2 -g
>> -O2 -pthread -Werror=implicit-function-declaration
>> -I./subversion/include -I./subversion -I/usr/local/apr/include/apr-1
>> -I/usr/local/apr/include/apr-1
>> -I/tc_work/fleck/subversion-1.7.6/sqlite-amalgamation -o
>> tools/server-side/mod_dontdothat/mod_dontdothat.lo -c
>> tools/server-side/mod_dontdothat/mod_dontdothat.c
>> tools/server-side/mod_dontdothat/mod_dontdothat.c:25:19: error:
>> httpd.h: No such file or directory
>> tools/server-side/mod_dontdothat/mod_dontdothat.c:26:25: error:
>> http_config.h: No such file or directory
>> (plus many more)
>>
>> ...so obviously I need some Apache headers. What tarball(s) do I need
>> to obtain and install to provide the needed headers?

On Wed, Aug 29, 2012 at 11:42 AM, Philip Martin
<philip.martin_at_wandisco.com> wrote:
>
> 1.7.6 attempts to build mod_dontdothat even when Apache is not
> installed. I've just written a release note describing one workaround
> for building without Apache. Does this work for you:
>
> http://subversion.apache.org/docs/release-notes/1.7#mod_dontdothat-issue
>
> --
> Philip

Yes, that appears to resolve the issue. Thanks!
Received on 2012-08-29 19:58:17 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.