Advertisement
Guest User

geomview_compilation_error_pre-fix

a guest
Mar 1st, 2015
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.04 KB | None | 0 0
  1.  
  2. make[4]: Entering directory `/home/USER/packages/geomview-1.9.5/src/lib/shade'
  3. /bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -g -O2 -MT appearance.lo -MD -MP -MF .deps/appearance.Tpo -c -o appearance.lo appearance.c
  4. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -g -O2 -MT appearance.lo -MD -MP -MF .deps/appearance.Tpo -c appearance.c  -fPIC -DPIC -o .libs/appearance.o
  5. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -g -O2 -MT appearance.lo -MD -MP -MF .deps/appearance.Tpo -c appearance.c -o appearance.o >/dev/null 2>&1
  6. mv -f .deps/appearance.Tpo .deps/appearance.Plo
  7. /bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -g -O2 -MT apstream.lo -MD -MP -MF .deps/apstream.Tpo -c -o apstream.lo apstream.c
  8. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -g -O2 -MT apstream.lo -MD -MP -MF .deps/apstream.Tpo -c apstream.c  -fPIC -DPIC -o .libs/apstream.o
  9. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -g -O2 -MT apstream.lo -MD -MP -MF .deps/apstream.Tpo -c apstream.c -o apstream.o >/dev/null 2>&1
  10. mv -f .deps/apstream.Tpo .deps/apstream.Plo
  11. /bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -g -O2 -MT texture.lo -MD -MP -MF .deps/texture.Tpo -c -o texture.lo texture.c
  12. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -g -O2 -MT texture.lo -MD -MP -MF .deps/texture.Tpo -c texture.c  -fPIC -DPIC -o .libs/texture.o
  13. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -g -O2 -MT texture.lo -MD -MP -MF .deps/texture.Tpo -c texture.c -o texture.o >/dev/null 2>&1
  14. mv -f .deps/texture.Tpo .deps/texture.Plo
  15. /bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -g -O2 -MT material.lo -MD -MP -MF .deps/material.Tpo -c -o material.lo material.c
  16. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -g -O2 -MT material.lo -MD -MP -MF .deps/material.Tpo -c material.c  -fPIC -DPIC -o .libs/material.o
  17. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -g -O2 -MT material.lo -MD -MP -MF .deps/material.Tpo -c material.c -o material.o >/dev/null 2>&1
  18. mv -f .deps/material.Tpo .deps/material.Plo
  19. /bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -g -O2 -MT light.lo -MD -MP -MF .deps/light.Tpo -c -o light.lo light.c
  20. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -g -O2 -MT light.lo -MD -MP -MF .deps/light.Tpo -c light.c  -fPIC -DPIC -o .libs/light.o
  21. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -g -O2 -MT light.lo -MD -MP -MF .deps/light.Tpo -c light.c -o light.o >/dev/null 2>&1
  22. mv -f .deps/light.Tpo .deps/light.Plo
  23. /bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -g -O2 -MT image.lo -MD -MP -MF .deps/image.Tpo -c -o image.lo image.c
  24. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -g -O2 -MT image.lo -MD -MP -MF .deps/image.Tpo -c image.c  -fPIC -DPIC -o .libs/image.o
  25. image.c:1028:34: error: 'gzip_data_pipe' undeclared here (not in a function)
  26.   { decompressors+1, "gzip -dc", gzip_data_pipe, { "z", "gz", "gzip", NULL } },
  27.                                  ^
  28. image.c:1030:17: error: 'zlib_data_pipe' undeclared here (not in a function)
  29.   { NULL, NULL, zlib_data_pipe, { "zlib", NULL } },
  30.                 ^
  31. make[4]: *** [image.lo] Error 1
  32. make[4]: Leaving directory `/home/USER/packages/geomview-1.9.5/src/lib/shade'
  33. make[3]: *** [all-recursive] Error 1
  34. make[3]: Leaving directory `/home/USER/packages/geomview-1.9.5/src/lib'
  35. make[2]: *** [all-recursive] Error 1
  36. make[2]: Leaving directory `/home/USER/packages/geomview-1.9.5/src'
  37. make[1]: *** [all-recursive] Error 1
  38. make[1]: Leaving directory `/home/USER/packages/geomview-1.9.5'
  39. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement