[postgis-devel] Ready for 1.0.2 ? (FOR WINDOWS)

Jean David TECHER davidtecher at yahoo.fr
Thu Jun 30 01:36:11 PDT 2005


Hi Master

Sorry for my being late for tests!

Yesterday I've begun to compil postgis cvs on windows xp with geos cvs and proj 4.4.9

Geos CVS = NO PROBLEM ! ! !

Proj 4.4.9 = NO PROBLEM ! ! !

About PostGIS:

I've seen U want for next PostGIS 1.1X to build PostGIS without PostgreSQL SRC...Great news Master!!!

----------------[ postgis/lwgeom/Makefile.shlib ]-------------------------------------------------------------

>From line 231 to 236:

ifeq ($(PORTNAME), win32)
    DLLTOOL = dlltool
    DLLWRAP = dllwrap
    shlib  = lib$(NAME).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)$(DLSUFFIX)
    haslibarule = yes
endif

For win32 from line 335 to 340 just need to add $(PGBELIBS) on line  "$(DLLWRAP) $(LDFLAGS_SL) -o $(shlib)......"

# win32 case
$(shlib) lib$(NAME).a: $(OBJS)
ifndef DLL_DEFFILE
 $(DLLTOOL) --export-all $(DLLTOOL_DEFFLAGS) --output-def $(NAME).def $(OBJS)
 $(DLLWRAP) $(LDFLAGS_SL) -o $(shlib) --dllname $(shlib) $(DLLWRAP_FLAGS) --def $(NAME).def $(OBJS) $(SHLIB_LINK) $(PGBELIBS)
 $(DLLTOOL) --dllname $(shlib) $(DLLTOOL_LIBFLAGS) --def $(NAME).def --output-lib lib$(NAME).a
else

------------------[ postgis/lwgeom/Makefile]------------------------------------------------------------------

for lines 142 and 143 comment this line

#ifneq ($(PORTNAME), cygwin)
#ifneq($(PORTNAME), win32)
....
...
...
#endif # not win32
#endif # not cygwin

Sorry for iconv I've had problem so I put USE_ICONV=0 in postgis/Makefile.config.in

Make and make install works fine!!!

I will do few test this afternoon (French Hour)
    
---------------------------------------------------------------
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: Tuesday, June 28, 2005 5:18 PM
  Subject: [postgis-devel] Ready for 1.0.2 ?


  Changes since last release (2005/05/24)

          - Fault tolerant btree ops
          - Memory Leak fix in pg_error
          - Rtree index fix. See:
            http://archives.postgresql.org/pgsql-hackers/2005-06/msg01108.php
          - Chunked GeomUnion implementation (much faster)
          - Support for postgresql 8.1
          - Cleaner build scripts: avoided mix of CFLAGS and CXXFLAGS

  If we release a new version we'll have more changes to get
  people testing concurrent GiST indexing.

  As for chunked GeomUnion chances are people will hit memory
  limits. Tests with that could also help tweeking chunk size
  definition.

  Votes ?

  --strk;
  _______________________________________________
  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/8cda3463/attachment.html>


More information about the postgis-devel mailing list