Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2015
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. -formed in C++11 [-Wnarrowing]
  2. g++ -W -Wall -O -I../include -pthread -fPIC -c ../src/markup.cc
  3. g++ -W -Wall -O -I../include -pthread -fPIC -c ../src/parse_http_request.cc
  4. In file included from ../src/parse_http_request.cc:21:0:
  5. /usr/include/boost/spirit.hpp:18:4: warning: #warning "This header is deprecated. Please use: boost/spirit/include/classic.hpp" [-Wcpp]
  6. # warning "This header is deprecated. Please use: boost/spirit/include/classic.hpp"
  7. ^
  8. ../src/parse_http_request.cc:22:50: fatal error: boost/spirit/actor/insert_at_actor.hpp: No such file or directory
  9. #include <boost/spirit/actor/insert_at_actor.hpp>
  10. ^
  11. compilation terminated.
  12. make[3]: *** [parse_http_request.o] Error 1
  13. make[3]: Leaving directory `/usr/local/src/anyterm-1.1.29/libpbe/build'
  14. make[2]: *** [libpbe.a] Error 2
  15. make[2]: Leaving directory `/usr/local/src/anyterm-1.1.29/libpbe'
  16. make[1]: *** [../libpbe/libpbe.a] Error 2
  17. make[1]: Leaving directory `/usr/local/src/anyterm-1.1.29/build'
  18. make: *** [anytermd] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement