Changes between Initial Version and Version 1 of Ticket #3916, comment 3


Ignore:
Timestamp:
Oct 25, 2017, 3:06:10 PM (7 years ago)
Author:
robe

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3916, comment 3

    initial v1  
    33
    44{{{
     5make[2]: Leaving directory '/projects/postgis/branches/2.5/doc'
     6make[1]: Leaving directory '/projects/postgis/branches/2.5/doc'
     7for 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; \
     10done;
     11---- Making install in liblwgeom
     12make[1]: Entering directory '/projects/postgis/branches/2.5/liblwgeom'
     13/bin/sh ../libtool --mode=install ../ liblwgeom.la "/usr/local/lib/liblwgeom.la"
     14libtool: install: ../ .libs/liblwgeom.lai /usr/local/lib/liblwgeom.la
     15../libtool: line 1733: ../: Is a directory
    516Makefile:166: recipe for target 'install-liblwgeom' failed
    617make[1]: *** [install-liblwgeom] Error 126
     
    819GNUmakefile:16: recipe for target 'install' failed
    920make: *** [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
    1422
    1523}}}