[postgis-devel] [PostGIS] #1785: Can't compile under mingw 64-bit anymore

PostGIS trac at osgeo.org
Sun Apr 22 09:49:50 PDT 2012


#1785: Can't compile under mingw 64-bit anymore
-----------------------------------+----------------------------------------
 Reporter:  robe                   |       Owner:  strk         
     Type:  defect                 |      Status:  new          
 Priority:  blocker                |   Milestone:  PostGIS 2.0.1
Component:  build/upgrade/install  |     Version:  trunk        
 Keywords:                         |  
-----------------------------------+----------------------------------------
 I'm going to try recompiling 2.0.0 to make sure its not something that has
 changed in my environment, but 2.0.1 doesn't compile -- gives this error:

 {{{
 ---- Making all in libpgcommon
 make[1]: Entering directory
 `/c/ming64/projects/postgis/postgis-2.0.1SVN/libpgcommon'
 x86_64-w64-mingw32-gcc -g -O2 -I../liblwgeom
 -Ic:/ming64/projects/pgx64/pg91/include/POSTGR~1/server
 -Ic:/ming64/projects/pgx64/pg91/include/POSTGR~1/server/port/win32
 -I/c/ming64/projects/proj/rel-4.8.0w64/include  -DDLL_EXPORT -DPIC  -Wal
 l -Wmissing-prototypes  -c -o gserialized_gist.o gserialized_gist.c
 x86_64-w64-mingw32-gcc -g -O2 -I../liblwgeom
 -Ic:/ming64/projects/pgx64/pg91/include/POSTGR~1/server
 -Ic:/ming64/projects/pgx64/pg91/include/POSTGR~1/server/port/win32
 -I/c/ming64/projects/proj/rel-4.8.0w64/include  -DDLL_EXPORT -DPIC  -Wall
 -Wmissing-prototypes  -c -o lwgeom_transform.o lwgeom_transform.c
 x86_64-w64-mingw32-gcc -g -O2 -I../liblwgeom
 -Ic:/ming64/projects/pgx64/pg91/inc
 lude/POSTGR~1/server
 -Ic:/ming64/projects/pgx64/pg91/includ/POSTGR~1/server/port/win32
 -I/c/ming64/projects/proj/rel-4.8.0w64/include  -DDLL_EXPORT -DPIC  -Wall
 -Wmissing-prototypes  -c -o lwgeom_pg.o lwgeom_pg.c
 ar rs libpgcommon.a gserialized_gist.o lwgeom_transform.o lwgeom_pg.o
 c:\ming64\mingw64\bin\ar.exe: creating libpgcommon.a
 make[1]: Leaving directory
 `/c/ming64/projects/postgis/postgis-2.0.1SVN/libpgcom
 mon'
 ---- Making all in postgis
 make[1]: Entering directory
 `/c/ming64/projects/postgis/postgis-2.0.1SVN/postgis
 '
 I../libpgcommon postgis.sql.in.c | grep -v '^#' > postgis.sql.in
 /bin/sh: I../libpgcommon: No such file or directory
 }}}

 My mingw 3.4.5 32-bit still compiles okay

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1785>
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