(Max CC'ed)

I can report the same failure.  I even removed db3, so that the olnly db.h
was from db31.

my output is similar to what was reported by chixon , except that I get
...
checking for db3/db.h... no
...

Here's some lines from config.log:

configure:9284: checking for db3 compiler flags
configure:9305: checking for db3/db.h
configure:9315: gcc -E -I/sw/include/db3 -no-cpp-precomp
-I/sw/include -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2
-I/sw/lib/glib/include -I/usr/X11R6/include conftest.c
>/dev/null 2>conftest.out
configure:9311:20: db3/db.h: No such file or directory
configure: failed program was:
#line 9310 "configure"
#include "confdefs.h"
#include <db3/db.h>
configure:9343: checking db3 header version
configure:9368: gcc -c -g -O2 -Wall -Wunused
-I/sw/include/db3 -no-cpp-precomp -I/sw/include
-I/sw/include/gtk-1.2 -I/sw/include/glib-1.2
-I/sw/lib/glib/include -I/usr/X11R6/include conftest.c 1>&5
configure:9356:18: #error
configure: failed program was:
#line 9349 "configure"

If, on the other hand, I have db3 installed, the relevant lines
from config.log look like:

configure:9284: checking for db3 compiler flags
configure:9305: checking for db3/db.h
configure:9315: gcc -E -I/sw/include/db3 -no-cpp-precomp -I/sw/include
-I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include
-I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:9343: checking db3 header version
configure:9368: gcc -c -g -O2 -Wall -Wunused  -I/sw/include/db3
-no-cpp-precomp -I/sw/include -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2
-I/sw/lib/glib/include -I/usr/X11R6/include conftest.c 1>&5
configure:9356:18: #error
configure: failed program was:
#line 9349 "configure"

It looks as though the configuration is looking in /sw/include/db3 rather
than /sw/include/db31 for db.h .  If db3 is installed, the complaint is
that the version of db3 is wrong, and if it isn't installed, the
configuration doesn't find it.

I've verified that I have /sw/include/db31/db.h present on my system, in
either case.

--
Alexander K. Hansen
Associate Research Scientist, Columbia University
visiting MIT Plasma Science and Fusion Center
Levitated Dipole Experiment
175 Albany Street, NW17-219
Cambridge, MA  02139-4213

On Fri, 24 Jan 2003 [EMAIL PROTECTED] wrote:

> I'm trying to install evolution.
>
> I'm in version 0.5.1.cvs, with the Dec 2002 dev tools.
>
> The message I get is:
>
> checking if ctime_r wants three arguments... no
> checking for gethostbyname_r... no
> checking for db3 compiler flags... -I/sw/include/db3
> checking for db3/db.h... yes
> checking db3 header version... configure: error: Found db.h is not version
> 3.1.17
> ### execution of ./configure failed, exit code 1
> Failed: compiling evolution-1.0.7-2 failed
>
>
> But fink list | grep db3 gives:
>
>  i      db3     3.3.11-13       Berkeley DB embedded database
>         db3-bin 3.3.11-13       Binary utilities for db3
>         db3-doc 3.3.11-13       Documentation for db3
>  i      db3-shlibs      3.3.11-13       Shared Libraries for db3
>  i      db31    3.1.17-8        Berkeley DB embedded database
>
> Any ideas?
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> _______________________________________________
> Fink-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/fink-users
>


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to