[postgis-tickets] [PostGIS] #2254: Add SFCGAL support

PostGIS trac at osgeo.org
Sun May 5 14:40:16 PDT 2013


#2254: Add SFCGAL support
--------------------------+-------------------------------------------------
 Reporter:  colivier      |       Owner:  colivier     
     Type:  enhancement   |      Status:  new          
 Priority:  medium        |   Milestone:  PostGIS 2.1.0
Component:  postgis       |     Version:  trunk        
 Keywords:  CGAL, SFCGAL  |  
--------------------------+-------------------------------------------------

Comment(by robe):

 Olivier,

 I already see problems.  I applied your patch to a clean download and fail
 on configure with this:

 {{{
 Using user-specified geos-config file:
 /c/ming64/projects/geos/rel-3.4.0devw64/b
 in/geos-config
 checking GEOS version... 3.4.0dev
 checking geos_c.h usability... yes
 checking geos_c.h presence... yes
 checking for geos_c.h... yes
 checking for initGEOS in -lgeos_c... yes
 checking for sfcgal-config... no
 configure: error: sfcgal-config cannot be found.
 }}}

 The default behavior should be I should be able to compile without sfcgal.

 My configure looks like this:

 {{{
 ./configure \
  --build=x86_64-w${OS_BUILD}-mingw32  \
   --with-xml2config=${PROJECTS}/libxml/rel-
 libxml2-2.7.8w${OS_BUILD}/bin/xml2-config \
   --with-pgconfig=${PROJECTS}/pgx${OS_BUILD}/pg${PG_VER}/bin/pg_config \
   --with-geosconfig=${PROJECTS}/geos/rel-${GEOSVER}/bin/geos-config \
   --with-projdir=${PROJECTS}/proj/rel-4.8.0w${OS_BUILD} \
   --with-gdalconfig=${PROJECTS}/gdal/rel-${GDAL_VER}/bin/gdal-config \
   --with-jsondir=${PROJECTS}/json-c/rel-${JSON_VER}w${OS_BUILD} \
   --with-libiconv=${PROJECTS}/rel-libiconv-1.13.1w${OS_BUILD} \
   --with-xsldir=${PROJECTS}/docbook/docbook-xsl-1.76.1 \
   --with-gui --with-gettext=no
 }}}


 where all the variables are just so I can compile with different variants
 of stuff.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2254#comment:13>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list