[postgis-devel] [PostGIS] #521: Can't compile PostGIS 1.5 against PostgreSQL 9.0 beta1 under MingW

PostGIS trac at osgeo.org
Mon May 10 05:47:56 PDT 2010


#521: Can't compile PostGIS 1.5 against PostgreSQL 9.0 beta1 under MingW
----------------------+-----------------------------------------------------
  Reporter:  robe     |       Owner:  pramsey      
      Type:  defect   |      Status:  new          
  Priority:  medium   |   Milestone:  PostGIS 1.5.2
 Component:  postgis  |     Version:  1.5.X        
Resolution:           |    Keywords:               
----------------------+-----------------------------------------------------
Comment (by mcayland):

 On first glance, it's likely that the issue is due to using a Windows-
 style path (C:\foo\bar) rather than an MSYS-style path (/c/foo/bar) in
 MSYS.

 I generally always build PostGIS against an MSYS-built PostgreSQL in order
 to prevent these type of issues sneaking in, but maybe that is no longer
 practical.

 In terms of a VS build, the infrastructure is pretty much there. The hard
 part is getting someone to maintain the independent build system, since it
 can't be expected for non-Windows users to have to make alterations to
 files that they can't really test. I know the PostgreSQL people try to get
 around this by parsing the existing Makefiles with Perl scripts, which is
 distinctly suboptimal :(

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/521#comment:1>
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-devel mailing list