[postgis-tickets] [PostGIS] #1668: ST_AsText, ST_AsEWKT under Windows 64-bit PostGIS 64-bit is all screwy

PostGIS trac at osgeo.org
Sun Jan 20 17:09:41 PST 2013


#1668: ST_AsText, ST_AsEWKT under Windows 64-bit PostGIS 64-bit is all screwy
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.1.0
Component:  postgis  |     Version:  trunk        
 Keywords:  mingw64  |  
---------------------+------------------------------------------------------

Comment(by woodbri):

 robe,

 I found this:

 > To sum up:
 > 1. 32-bit compiler from mingw.org project - defines __MINGW32__
 > 2. 32-bit compiler from mingw-w64.sf.net - defines __MINGW32__
 > 3. 64-bit compiler from mingw-w64.sf.net - defines both __MINGW32__ and
 > __MINGW64__

 at
 http://www.nntp.perl.org/group/perl.perl5.porters/2009/10/msg152622.html

 this might be helpful to add in a conditional compile based on platform.

 You can combine with the above WIN32 to determine if you are on a Windows
 platform because in theory can't you use mingw to compile for other
 systems?

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