[postgis-devel] [PostGIS] #250: Trunk doesn't compile under MingW because of regex

PostGIS trac at osgeo.org
Tue Sep 22 04:43:22 PDT 2009


#250: Trunk doesn't compile under MingW because of regex
----------------------+-----------------------------------------------------
  Reporter:  robe     |       Owner:  robe         
      Type:  defect   |      Status:  assigned     
  Priority:  medium   |   Milestone:  postgis 1.5.0
 Component:  postgis  |     Version:  trunk        
Resolution:           |    Keywords:               
----------------------+-----------------------------------------------------
Comment (by robe):

 Well - I can compile under MingW and it passes the cunit tests, but fails
 my torture test.

 Can't do this anymore:
 CREATE TABLE pgis_geoggarden (gid serial, the_geog geography(POINT,
 4326));

 Gives me a "Invalid geometry type modifier: point"

 Though I can do this yee pee:
 CREATE TABLE gtable ( id integer primary key, geog geography );

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


More information about the postgis-devel mailing list