[postgis-devel] [PostGIS] #219: Run 'make check' without needing 'make install' first

PostGIS trac at osgeo.org
Thu Jul 30 09:18:56 PDT 2009


#219: Run 'make check' without needing 'make install' first
--------------------------+-------------------------------------------------
  Reporter:  pramsey      |       Owner:  pramsey      
      Type:  enhancement  |      Status:  reopened     
  Priority:  medium       |   Milestone:  postgis 1.5.0
 Component:  postgis      |     Version:  trunk        
Resolution:               |    Keywords:               
--------------------------+-------------------------------------------------
Comment (by mcayland):

 Looking at this with a fresh pair of eyes, I think the simple approach
 implemented in SVN trunk is wrong. This is because the name of the source
 library .so/.dll before the copy to the PostgreSQL installation directory
 can very between platforms, and so only PGXS can know the correct voodoo
 to install it.

 I think that a better approach would be to alter the regression Makefile
 so that it does "make DESTDIR=regress/tmp -f ../Makefile" to install the
 binaries in a subdirectory under regression, and then use the files in
 this location which should resolve the issue.


 ATB,

 Mark.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/219#comment:9>
PostGIS <http://trac.osgeo.org/postgis/>
PostGIS


More information about the postgis-devel mailing list