[postgis-tickets] [PostGIS] #2275: doxygen and html/pdf document building is broken

PostGIS trac at osgeo.org
Mon Apr 22 04:35:16 PDT 2013


#2275: doxygen and html/pdf document building is broken
-----------------------------------+----------------------------------------
 Reporter:  robe                   |       Owner:  pramsey      
     Type:  defect                 |      Status:  new          
 Priority:  blocker                |   Milestone:  PostGIS 2.1.0
Component:  build/upgrade/install  |     Version:  trunk        
 Keywords:                         |  
-----------------------------------+----------------------------------------

Comment(by robe):

 comparing my configures.  This is what the doc one looks like


 {{{
 CPPFLAGS="-I${PGPATH}/include"  \
 LDFLAGS="-L${PGPATH}/lib"  ./configure \
   --with-pgconfig=${PGPATH}/bin/pg_config \
   --with-geosconfig=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/bin/geos-
 config \
   --without-raster
 }}}


 I just noticed somebody must have changed the tar one because I have this
 line I don't remember putting in  the source tar and regress builds
 (perhaps dustymugs because I know the rest of you are too chicken to
 change anything :) ):


 {{{
 if [ `expr "${POSTGIS_TAG}" : "trunk"` -gt 0 ]; then
         PGCONFIG="--with-pg_config=${PGPATH}/bin/pg_config"
 else
         PGCONFIG="--with-pgconfig=${PGPATH}/bin/pg_config"
 fi
 }}}


 However the regress one looks like this:


 {{{
 ./configure \
     --with-
 pgconfig=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}/bin/pg_config \
     --with-geosconfig=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/bin
 /geos-config \
     --with-gdalconfig=${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/bin
 /gdal-config --without-topology
 }}}


 The without-topology I had put in because I was trying to debug our
 configure things and it was acting oddly  if I did a make distclean and it
 was in there.

 I guess we should probably move these scripts to subversion so we can
 better monitor these changes.

 The winnie ones haven't changed much though (since those are in
 subversion.  I just recently added Bborie's conditional make distclean).
 I'll retest because the last one I hand tested after my make distclean
 change was w32 which always fails because of some weirdness on winnie with
 the with-gui test.

 http://trac.osgeo.org/postgis/browser/buildbots/windows/mingw64/scripts/regress_postgis.sh
 and has


 {{{
  --with-pgconfig=${PGPATH}/bin/pg_config
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2275#comment:4>
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