[postgis-devel] [PostGIS] #273: ST_GeomFromGML crashes in Windows compiled in MingW

PostGIS trac at osgeo.org
Sun Nov 22 17:53:15 PST 2009


#273: ST_GeomFromGML crashes in Windows compiled in MingW
----------------------+-----------------------------------------------------
  Reporter:  robe     |       Owner:  colivier     
      Type:  defect   |      Status:  new          
  Priority:  medium   |   Milestone:  PostGIS 1.5.0
 Component:  postgis  |     Version:  trunk        
Resolution:           |    Keywords:               
----------------------+-----------------------------------------------------
Comment (by robe):

 Strange.  Maybe its something else I install getting in the way or I'm not
 compiling libxml right.  I have another box I can try on later.   Nicklas
 -- you have a mingw install -- if its not asking too much -- can you try
 compiling and doing the simple


 {{{
 SELECT
 ST_GeomFromGML('<gml:Point><gml:coordinates>1,2</gml:coordinates></gml:Point>')
 }}}
 to see if it works.

 Olivier - what  is your mingw gcc and mingw/msys versions?  On my gcc 3.5
 box, I was able to compile and install without errors (except libxml make
 checks fail), but got crashes when doing the above test.  On my upgraded
 mingw running gcc 4.4, I can't compile libxml at all.

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