Changes between Initial Version and Version 1 of Ticket #3916, comment 3
- Timestamp:
- 10/25/17 15:06:10 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3916, comment 3
initial v1 3 3 4 4 {{{ 5 make[2]: Leaving directory '/projects/postgis/branches/2.5/doc' 6 make[1]: Leaving directory '/projects/postgis/branches/2.5/doc' 7 for s in liblwgeom libpgcommon postgis regress raster topology loader utils doc extensions; do \ 8 echo "---- Making install in ${s}"; \ 9 make -C ${s} install || exit 1; \ 10 done; 11 ---- Making install in liblwgeom 12 make[1]: Entering directory '/projects/postgis/branches/2.5/liblwgeom' 13 /bin/sh ../libtool --mode=install ../ liblwgeom.la "/usr/local/lib/liblwgeom.la" 14 libtool: install: ../ .libs/liblwgeom.lai /usr/local/lib/liblwgeom.la 15 ../libtool: line 1733: ../: Is a directory 5 16 Makefile:166: recipe for target 'install-liblwgeom' failed 6 17 make[1]: *** [install-liblwgeom] Error 126 … … 8 19 GNUmakefile:16: recipe for target 'install' failed 9 20 make: *** [install] Error 1 10 C:\ming64gcc48\mingw64\bin\strip.exe: 'liblwgeom/.libs/*.dll': No such file 11 cp: target '/projects/postgresql/rel/pg10w64gcc48edb/share/contrib/postgis-2.5' is not a directory 12 cp: target '/projects/postgresql/rel/pg10w64gcc48edb/share/contrib/postgis-2.5' is not a directory 13 cp: target '/projects/postgresql/rel/pg10w64gcc48edb/share/contrib/postgis-2.5' is not a directory 21 14 22 15 23 }}}