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

Re: [PATCH] misc svn build errors

From: Bob Miller <kbob_at_jogger-egg.com>
Date: 2000-09-20 17:14:34 CEST

Greg Stein wrote:

> I was building mod_dav_svn without a problem, so I would be suspect of your
> particular situation. What kind of problem did you observe? Did you make
> sure to use autogen.sh after your most recent "cvs update"? That would
> regenerate the appropriate APACHE_INCLUDES that I mentioned (by automake).

The error I saw is that <httpd.h> couldn't be found. I don't have
that file in /usr/include. I also observed that the compilation line
did not say -I.../apache/.... After I made the Makefile.am change,
these args were added to the compile command.

        -I/home/kbob/src/apache_2.0alpha6/src/include
        -I/home/kbob/src/apache_2.0alpha6/src/os/unix
        -I/home/kbob/src/apache_2.0alpha6/src/modules/dav/main
        -I/home/kbob/src/apache_2.0alpha6/src/lib/apr/include

Yes, I ran autogen.sh. I always run a shell script that does, among
other things,

        rm -rf subversion
        cvs co subversion
        cd subversion
        ./autogen.sh
        ./configure ... --with-apache=...
        make

Do you use the --with-apache= flag?

I readily admit that I don't know enough about autoconf or automake,
and that my patch might not be the right way to fix it. But I'm
certain the current version doesn't work. (-:

-- 
                                        K<bob>
kbob_at_jogger-egg.com, http://www.jogger-egg.com/
Received on Sat Oct 21 14:36:08 2006

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

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