Advertisement
Guest User

Untitled

a guest
Jun 26th, 2014
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.63 KB | None | 0 0
  1. lsi@lsi:~/Mohit/postgis$ make
  2. /usr/bin/perl utils/svn_repo_revision.pl
  3. Not updating existing rev file at 12669
  4. for s in liblwgeom libpgcommon postgis regress raster topology loader utils extensions; do \
  5.         echo "---- Making all in ${s}"; \
  6.         make -C ${s} all || exit 1; \
  7.     done;
  8. ---- Making all in liblwgeom
  9. make[1]: Entering directory `/home/lsi/Mohit/postgis/liblwgeom'
  10. /bin/bash ../libtool --mode=compile gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I/usr/local/include   -c -o lwout_wkb.lo lwout_wkb.c
  11. libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_wkb.c  -fPIC -DPIC -o .libs/lwout_wkb.o
  12. libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_wkb.c -o lwout_wkb.o >/dev/null 2>&1
  13. /bin/bash ../libtool --mode=compile gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I/usr/local/include   -c -o lwin_geojson.lo lwin_geojson.c
  14. libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_geojson.c  -fPIC -DPIC -o .libs/lwin_geojson.o
  15. libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_geojson.c -o lwin_geojson.o >/dev/null 2>&1
  16. /bin/bash ../libtool --mode=compile gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I/usr/local/include   -c -o lwin_wkb.lo lwin_wkb.c
  17. libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_wkb.c  -fPIC -DPIC -o .libs/lwin_wkb.o
  18. libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_wkb.c -o lwin_wkb.o >/dev/null 2>&1
  19. /bin/bash ../libtool --mode=compile gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I/usr/local/include   -c -o lwout_wkt.lo lwout_wkt.c
  20. libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_wkt.c  -fPIC -DPIC -o .libs/lwout_wkt.o
  21. libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_wkt.c -o lwout_wkt.o >/dev/null 2>&1
  22. /bin/bash ../libtool --mode=compile gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I/usr/local/include   -c -o lwout_twkb.lo lwout_twkb.c
  23. libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_twkb.c  -fPIC -DPIC -o .libs/lwout_twkb.o
  24. libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_twkb.c -o lwout_twkb.o >/dev/null 2>&1
  25. yacc  lwin_wkt_parse.y
  26. lwin_wkt_parse.y:94: syntax error
  27. make[1]: *** [lwin_wkt_parse.c] Error 1
  28. make[1]: Leaving directory `/home/lsi/Mohit/postgis/liblwgeom'
  29. make: *** [all] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement