Guest User

Untitled

a guest
Jul 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. $ make
  2. make all-recursive
  3. Making all in src
  4. Making all in utils
  5. cd ../.. && /bin/sh /Users/jacklaxson/Projects/critterding-svn/missing --run automake-1.11 --gnu src/utils/Makefile
  6. cd ../.. && /bin/sh ./config.status src/utils/Makefile depfiles
  7. config.status: creating src/utils/Makefile
  8. config.status: executing depfiles commands
  9. Making all in bullet
  10. make[4]: Nothing to be done for `all'.
  11. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./bullet -I/usr/include/freetype2 -I/sw/include/ -g -O2 -MT randgen.lo -MD -MP -MF .deps/randgen.Tpo -c -o randgen.lo randgen.cpp
  12. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./bullet -I/usr/include/freetype2 -I/sw/include/ -g -O2 -MT randgen.lo -MD -MP -MF .deps/randgen.Tpo -c randgen.cpp -fno-common -DPIC -o .libs/randgen.o
  13. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./bullet -I/usr/include/freetype2 -I/sw/include/ -g -O2 -MT randgen.lo -MD -MP -MF .deps/randgen.Tpo -c randgen.cpp -o randgen.o >/dev/null 2>&1
  14. mv -f .deps/randgen.Tpo .deps/randgen.Plo
  15. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./bullet -I/usr/include/freetype2 -I/sw/include/ -g -O2 -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c -o timer.lo timer.cpp
  16. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./bullet -I/usr/include/freetype2 -I/sw/include/ -g -O2 -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.cpp -fno-common -DPIC -o .libs/timer.o
  17. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./bullet -I/usr/include/freetype2 -I/sw/include/ -g -O2 -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.cpp -o timer.o >/dev/null 2>&1
  18. mv -f .deps/timer.Tpo .deps/timer.Plo
  19. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./bullet -I/usr/include/freetype2 -I/sw/include/ -g -O2 -MT fps.lo -MD -MP -MF .deps/fps.Tpo -c -o fps.lo fps.cpp
  20. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./bullet -I/usr/include/freetype2 -I/sw/include/ -g -O2 -MT fps.lo -MD -MP -MF .deps/fps.Tpo -c fps.cpp -fno-common -DPIC -o .libs/fps.o
  21. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./bullet -I/usr/include/freetype2 -I/sw/include/ -g -O2 -MT fps.lo -MD -MP -MF .deps/fps.Tpo -c fps.cpp -o fps.o >/dev/null 2>&1
  22. mv -f .deps/fps.Tpo .deps/fps.Plo
  23. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./bullet -I/usr/include/freetype2 -I/sw/include/ -g -O2 -MT sleeper.lo -MD -MP -MF .deps/sleeper.Tpo -c -o sleeper.lo sleeper.cpp
  24. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./bullet -I/usr/include/freetype2 -I/sw/include/ -g -O2 -MT sleeper.lo -MD -MP -MF .deps/sleeper.Tpo -c sleeper.cpp -fno-common -DPIC -o .libs/sleeper.o
  25. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./bullet -I/usr/include/freetype2 -I/sw/include/ -g -O2 -MT sleeper.lo -MD -MP -MF .deps/sleeper.Tpo -c sleeper.cpp -o sleeper.o >/dev/null 2>&1
  26. mv -f .deps/sleeper.Tpo .deps/sleeper.Plo
  27. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./bullet -I/usr/include/freetype2 -I/sw/include/ -g -O2 -MT settings.lo -MD -MP -MF .deps/settings.Tpo -c -o settings.lo settings.cpp
  28. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./bullet -I/usr/include/freetype2 -I/sw/include/ -g -O2 -MT settings.lo -MD -MP -MF .deps/settings.Tpo -c settings.cpp -fno-common -DPIC -o .libs/settings.o
  29. In file included from logbuffer.h:7,
  30. from settings.h:10,
  31. from settings.cpp:1:
  32. ../gui/textprinter.h:12:37: error: ../utils/ftgl/FTGL/ftgl.h: No such file or directory
  33. In file included from settings.cpp:1:
  34. settings.h:11:19: error: GL/gl.h: No such file or directory
  35. In file included from logbuffer.h:7,
  36. from settings.h:10,
  37. from settings.cpp:1:
  38. ../gui/textprinter.h:45: error: ISO C++ forbids declaration of ‘FTFont’ with no type
  39. ../gui/textprinter.h:45: error: expected ‘;’ before ‘*’ token
  40. make[4]: *** [settings.lo] Error 1
  41. make[3]: *** [all-recursive] Error 1
  42. make[2]: *** [all-recursive] Error 1
  43. make[1]: *** [all-recursive] Error 1
  44. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment