Advertisement
Guest User

Untitled

a guest
Jun 11th, 2016
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.39 KB | None | 0 0
  1. make  all-recursive
  2. make[1]: Entering directory '/home/baratiistok3/Downloads/rcssserver-15.3.0'
  3. Making all in rcssbase
  4. make[2]: Entering directory '/home/baratiistok3/Downloads/rcssserver-15.3.0/rcssbase'
  5. Making all in net
  6. make[3]: Entering directory '/home/baratiistok3/Downloads/rcssserver-15.3.0/rcssbase/net'
  7. /bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..  -I../.. -I/include/boost-0 -W -Wall -g -O2 -MT addr.lo -MD -MP -MF .deps/addr.Tpo -c -o addr.lo addr.cpp
  8. libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/include/boost-0 -W -Wall -g -O2 -MT addr.lo -MD -MP -MF .deps/addr.Tpo -c addr.cpp  -fPIC -DPIC -o .libs/addr.o
  9. In file included from addr.cpp:25:0:
  10. addr.hpp:24:32: fatal error: boost/shared_ptr.hpp: No such file or directory
  11. compilation terminated.
  12. Makefile:492: recipe for target 'addr.lo' failed
  13. make[3]: *** [addr.lo] Error 1
  14. make[3]: Leaving directory '/home/baratiistok3/Downloads/rcssserver-15.3.0/rcssbase/net'
  15. Makefile:429: recipe for target 'all-recursive' failed
  16. make[2]: *** [all-recursive] Error 1
  17. make[2]: Leaving directory '/home/baratiistok3/Downloads/rcssserver-15.3.0/rcssbase'
  18. Makefile:423: recipe for target 'all-recursive' failed
  19. make[1]: *** [all-recursive] Error 1
  20. make[1]: Leaving directory '/home/baratiistok3/Downloads/rcssserver-15.3.0'
  21. Makefile:354: recipe for target 'all' failed
  22. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement