<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
<b>Here is the last lines of the configure output (see also attachment):</b><br>
./configure --with-proj=/usr/local --with-geos=/usr/bin/geos-config
> configure.log 2>&1<br>
...<br>
checking for pg_config... /usr/local/pgsql/bin/pg_config<br>
checking for geos-config... /usr/bin/geos-config<br>
checking for proj... /usr/local/bin/proj<br>
checking for flex... /usr/bin/flex<br>
checking for dllwrap... no<br>
checking for dlltool... no<br>
checking for yacc... /usr/bin/yacc<br>
checking for perl... /usr/bin/perl<br>
checking for xsltproc... /usr/local/bin/xsltproc<br>
checking for pdfxmltex... /usr/bin/pdfxmltex<br>
checking for jw... /usr/bin/jw<br>
checking which template to use... linux<br>
configure: creating ./config.status<br>
config.status: creating Makefile.config<br>
config.status: creating config.h<br>
 <br>
 SUMMARY<br>
 -------------------------------------------------------<br>
 <br>
 HOST_OS: linux-gnu<br>
 <br>
   PGSQL: /usr/local/pgsql/bin/pg_config<br>
    GEOS: /usr/bin/geos-config<br>
    PROJ: dir=/usr/local<br>
   ICONV: 1 <br>
  <br>
 PORTNAME: linux<br>
   PREFIX: /usr/local/pgsql<br>
  EPREFIX: ${prefix}<br>
      DOC: ${prefix}/share/doc<br>
     DATA: ${prefix}/share/postgresql/contrib<br>
      MAN: ${prefix}/man<br>
      BIN: ${exec_prefix}/bin<br>
      EXT: /usr/local/pgsql/lib (\$$libdir)<br>
 -------------------------------------------------------<br>
 <br>
<b>Here is the beginning of the make ouput (see also attachment):</b><br>
...<br>
gcc -DUSE_VERSION=74 -DPOSTGIS_LIB_VERSION='"1.1.0"'
-DPOSTGIS_VERSION='"1.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1"'
-DPOSTGIS_SCRIPTS_VERSION='"1.1.0"' -DPOSTGIS_BUILD_DATE='"2006-01-10
08:42:54"' -I/usr/local/include -DUSE_PROJ 
-I/usr/local/pgsql/include/server -DAUTOCACHE_BBOX=1  -DUSE_STATS -Wall
-g -O2 -fPIC -fexceptions -DUSE_GEOS    -c -o lwcollection.o
lwcollection.c<br>
g++ -I/usr/include  -Wall -g -O2 -fPIC -fexceptions -DUSE_GEOS   -c -o
lwgeom_geos_wrapper.o lwgeom_geos_wrapper.cpp<br>
lwgeom_geos_wrapper.cpp:11:23: geos/geom.h : Aucun fichier ou
répertoire de ce type<br>
lwgeom_geos_wrapper.cpp:12:23: geos/util.h : Aucun fichier ou
répertoire de ce type<br>
lwgeom_geos_wrapper.cpp:14:26: geos/opValid.h : Aucun fichier ou
répertoire de ce type<br>
lwgeom_geos_wrapper.cpp:15:31: geos/opPolygonize.h : Aucun fichier ou
répertoire de ce type<br>
lwgeom_geos_wrapper.cpp:16:30: geos/opLinemerge.h : Aucun fichier ou
répertoire de ce type<br>
lwgeom_geos_wrapper.cpp:22: error: namespace `geos' undeclared<br>
lwgeom_geos_wrapper.cpp:98: error: `Geometry' was not declared in this
scope<br>
lwgeom_geos_wrapper.cpp:98: error: `g1' was not declared in this scope<br>
lwgeom_geos_wrapper.cpp:98: error: `Geometry' was not declared in this
scope<br>
lwgeom_geos_wrapper.cpp:98: error: `g2' was not declared in this scope<br>
lwgeom_geos_wrapper.cpp:98: attention : `GEOSrelate' initialized and
declared <br>
   `extern'<br>
lwgeom_geos_wrapper.cpp:98: error: liste d'initaliseurs a été traité
comme une <br>
   expression composée<br>
lwgeom_geos_wrapper.cpp:102: error: `Geometry' was not declared in this
scope<br>
....<br>
<br>
It fails to load the files : geom.h, util.h, opValid.h; opPolygonize.h,
opLinemerge.h because it does not exist. <br>
Have you any ideas of what's wrong ?<br>
<br>
Thanks.<br>
Véronique<br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:strk@refractions.net">strk@refractions.net</a> wrote:
<blockquote cite="mid20060109155808.GB54002@keybit.net" type="cite">
  <pre wrap="">It looks like compiler failed to load the geos.h file.
It's weird you don't see a warning or error about
that, anyway...

Could you show last lines of ./configure output
and seek for other (prior) errors or warning in the build process ?

--strk; 

On Mon, Jan 09, 2006 at 03:41:33PM +0100, Veronique Chaffard wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I am trying to install Postgis-1.1.0 with postgresql-7.4.6 on Fedora Core 2.
I get this error with make:
.....
lwgeom_geos_wrapper.cpp:1699: error: erreur de syntaxe before `}' token
    </pre>
  </blockquote>
  <pre wrap=""><!---->
...
_______________________________________________
postgis-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a>
<a class="moz-txt-link-freetext" href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</a>

  </pre>
</blockquote>
<br>
</body>
</html>