Hi -
Interesting... I'll look into it and apply a fix asap.
John
On May 25, 2005, at 7:15 AM, Michael Steinmann wrote:
> for some reason the local 'include' does not get included on Gentoo and
> the build fails.
>
> I've added the following patch to my ebuild to make it work:
>
> --- configure.in.orig 2005-05-25 12:16:13.000000000 +0200
> +++ configure.in 2005-05-25 12:14:27.000000000 +0200
> @@ -27,7 +27,7 @@
> cxxflags=`$withval -q CXXFLAGS`
> extra_cppflags=`$withval -q
> EXTRA_CPPFLAGS`
> extra_cflags=`$withval -q EXTRA_CFLAGS`
> - INCLUDES="-I$apache_inc -I$apr_inc -I$apu_inc"
> + INCLUDES="-I../include -I$apache_inc -I$apr_inc
> -I$apu_inc"
> HTTPD_DIR=`$withval -q PREFIX`
> CONF_DIR=`$withval -q SYSCONFDIR`
> MODULES_DIR=`$withval -q LIBEXECDIR`
>
> The ebuild can be checked-out here:
> http://sipx-wiki.calivia.com/svn/sipx-ebuilds/www-apache/mod_cplusplus/
>
> Mike
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by Yahoo.
> Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
> Search APIs Find out how you can build Yahoo! directly into your own
> Applications - visit
> http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
> _______________________________________________
> Modcplusplus-devel mailing list
> Mod...@li...
> https://lists.sourceforge.net/lists/listinfo/modcplusplus-devel
>
|