[postgis-devel] POSTGIS pre_1_0_2_rc1
Jean David TECHER
davidtecher at yahoo.fr
Thu Jun 30 06:29:21 PDT 2005
Sandro the only solution
I found this only solution
on postgis/lwgeom/Makefile
from line 16 to line 22
For WIn32
ifeq ($finstring mingw, ....)
SHLIB=....
MODULE_FILENAME = \$$libdir/$(SHLIB)
else
SHLIB=...
MODULE_FILENAME = $(LPATH)/$(SHLIB)
endif
and using
configure --prefix=/c/PostgreSQL/8.0.3 --libexecdir==/c/PostgreSQL/8.0.3/lib
a better solution shold be to modify configure.in
---------------------------------------------------------------
TECHER Jean David
01MAP
e-mail: david at 01map.net
Tél: 04 67 45 60 27
Entreprise: http://www.01map.net
Perso: http://techer.pascal.free.fr/postgis/
---------------------------------------------------------------
----- Original Message -----
From: Jean David TECHER
To: PostGIS Development Discussion
Sent: Thursday, June 30, 2005 2:04 PM
Subject: Re: [postgis-devel] POSTGIS pre_1_0_2_rc1
Hi Sandro
On Windows
I've a little problem with lwpostgis.sql
for example my liblwgeom.1.1.dll is in /c/PostgreSQL/8.0.3/libexec
when I did
psql -d mydb -f c:\PostgreSQL\8.0.3\share\postgis\lwpostgis.sql
on DOS or MINGW I got error
The only solution in lwpostgis.sql is to replace '/c/' by 'c:/'
Perhaps the better solution is to replace the path by the variable $libdir as usual
it works fine for $libdir
---------------------------------------------------------------
TECHER Jean David
01MAP
e-mail: david at 01map.net
Tél: 04 67 45 60 27
Entreprise: http://www.01map.net
Perso: http://techer.pascal.free.fr/postgis/
---------------------------------------------------------------
----- Original Message -----
From: strk at refractions.net
To: postgis-devel at postgis.refractions.net
Sent: Wednesday, June 29, 2005 12:05 AM
Subject: [postgis-devel] POSTGIS pre_1_0_2_rc1
On Tue, Jun 28, 2005 at 11:17:06PM +0200, strk at refractions.net wrote:
> On Tue, Jun 28, 2005 at 10:49:18PM +0200, strk at refractions.net wrote:
> > PostGIS and GEOS repository have been tagged to act
> > as release candidates for 1.0.2 and 2.1.3 respectively
> >
> > GEOS: rel-2-1-3-rc1
> > POSTGIS: pre_1_0_2_unionTest
BUGFIX in POSTGIS support for postgresql 8.1
(estimator code required a change)
new tag: pre_1_0_2_rc1
--strk;
_______________________________________________
postgis-devel mailing list
postgis-devel at postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-devel
------------------------------------------------------------------------------
_______________________________________________
postgis-devel mailing list
postgis-devel at postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20050630/19c19d4f/attachment.html>
More information about the postgis-devel
mailing list