[postgis-devel] RES: postgis-devel Digest, Vol 75, Issue 43

Jairo de Almeida jairo.almeida at gempi.com.br
Tue Oct 27 12:49:24 PDT 2009


To com saudade da minha lorinha linda
=/
Poxa vida
Saudadeeeeeeeeeeeeeeeeeeee


 

-----Mensagem original-----
De: postgis-devel-bounces at postgis.refractions.net
[mailto:postgis-devel-bounces at postgis.refractions.net] Em nome de
postgis-devel-request at postgis.refractions.net
Enviada em: terça-feira, 27 de outubro de 2009 17:00
Para: postgis-devel at postgis.refractions.net
Assunto: postgis-devel Digest, Vol 75, Issue 43

Send postgis-devel mailing list submissions to
	postgis-devel at postgis.refractions.net

To subscribe or unsubscribe via the World Wide Web, visit
	http://postgis.refractions.net/mailman/listinfo/postgis-devel
or, via email, send a message with subject or body 'help' to
	postgis-devel-request at postgis.refractions.net

You can reach the person managing the list at
	postgis-devel-owner at postgis.refractions.net

When replying, please edit your Subject line so it is more specific than
"Re: Contents of postgis-devel digest..."


Today's Topics:

   1. Re: [PostGIS] #273: ST_GeomFromGML crashes in Windows
      compiled in MingW (PostGIS)
   2. [PostGIS] #275: documentation still points to	Google
      bug-tracker (PostGIS)


----------------------------------------------------------------------

Message: 1
Date: Mon, 26 Oct 2009 21:38:20 -0000
From: "PostGIS" <trac at osgeo.org>
Subject: Re: [postgis-devel] [PostGIS] #273: ST_GeomFromGML crashes in
	Windows compiled in MingW
Cc: postgis-devel at postgis.refractions.net
Message-ID: <055.a7e1988923afa659fff4e906e089466c at osgeo.org>
Content-Type: text/plain; charset="utf-8"

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

 Olivier,

 Sorry for taking so long to get back to you.  Under a lot of time
pressures with other projects this week so you probably won't here much
from me for at least another week or 2.

 Regarding the attached.  It doesn't compile for me at all.  Gives errors
like


 {{{
 lwgeom_in_gml.c:2179: warning: type defaults to `int' in declaration of
`name'
 lwgeom_in_gml.c:2179: error: syntax error before '<' token
 lwgeom_in_gml.c:2181: warning: type defaults to `int' in declaration of
`name'
 lwgeom_in_gml.c:2181: error: syntax error before '<' token
 lwgeom_in_gml.c:2183: warning: type defaults to `int' in declaration of
`name'
 lwgeom_in_gml.c:2183: error: syntax error before '<' token
 lwgeom_in_gml.c:2185: warning: type defaults to `int' in declaration of
`name'
 lwgeom_in_gml.c:2185: error: syntax error before '<' token
 lwgeom_in_gml.c:2187: warning: type defaults to `int' in declaration of
`name'
 lwgeom_in_gml.c:2187: error: syntax error before '<' token
 lwgeom_in_gml.c:2189: warning: type defaults to `int' in declaration of
`name'
 lwgeom_in_gml.c:2189: error: syntax error before '<' token
 lwgeom_in_gml.c:2195: warning: type defaults to `int' in declaration of
`geom'
 lwgeom_in_gml.c:2195: error: redefinition of 'geom'
 lwgeom_in_gml.c:2173: error: previous definition of 'geom' was here
 lwgeom_in_gml.c:2195: error: redefinition of 'geom'
 lwgeom_in_gml.c:247: error: previous definition of 'geom' was here
 lwgeom_in_gml.c:2195: error: syntax error before ')' token
 lwgeom_in_gml.c:2197: error: syntax error before ')' token
 lwgeom_in_gml.c:2223: warning: type defaults to `int' in declaration of
`xa'
 lwgeom_in_gml.c:2223: error: redefinition of 'xa'
 lwgeom_in_gml.c:2149: error: previous definition of 'xa' was here
 lwgeom_in_gml.c:2223: error: redefinition of 'xa'
 lwgeom_in_gml.c:1401: error: previous definition of 'xa' was here
 lwgeom_in_gml.c:2223: warning: data definition has no type or storage
class
 lwgeom_in_gml.c:2223: error: syntax error before '<' token  }}}

 and goes on and on.  The gml in BTW works fine on my OpenSUSE 10.3 (using
the same libxml source) (haven't tried my more finicky 11).  Even going
thru the gardent test seems to work fine.

 I think its an issue with compiling libxml2 under mingW.  I searched, and
it seems stories are the same with the libxml crashing when compiled under
mingw.  Possibly threading issues or something.  the compile of libxml2
also gives a ton of warnings about exceeded length of the form


 {{{
 .libs/lt-testModule.c:285: warning: string length `1611' is greater than
the length `509' ISO C89 compilers are required to support

 }}}


 So I fear this may be beyond my abilities to solve.  Perhaps Mark can take
a stab at it when he has the time to see if there is a trick to getting
this to behave correctly.

 My newer mingw 4.4 compiler refuses to even compile the libxml2.

 Thanks,
 Regina

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

------------------------------

Message: 2
Date: Tue, 27 Oct 2009 07:42:16 -0000
From: "PostGIS" <trac at osgeo.org>
Subject: [postgis-devel] [PostGIS] #275: documentation still points to
	Google bug-tracker
Cc: postgis-devel at postgis.refractions.net
Message-ID: <049.28cabc84dff8a0f3c9b271f1643c1746 at osgeo.org>
Content-Type: text/plain; charset="utf-8"

#275: documentation still points to Google bug-tracker
---------------------+--------------------------------------------------
---------------------+----
 Reporter:  nicklas  |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  postgis 1.5.0
Component:  postgis  |     Version:               
 Keywords:           |  
---------------------+--------------------------------------------------
---------------------+----
 All documentation still points to Google bug-tracker in chapter  "Reporting
Software Bugs"
 ch 7 or 9

--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/275>
PostGIS <http://trac.osgeo.org/postgis/> PostGIS

------------------------------

_______________________________________________
postgis-devel mailing list
postgis-devel at postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-devel


End of postgis-devel Digest, Vol 75, Issue 43
*********************************************


__________ NOD32 2047 (20070208) Information __________

This message was checked by NOD32 antivirus system.
http://www.eset.com





More information about the postgis-devel mailing list