Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. No package 'protobuf' found
  2. g++ -DHAVE_CONFIG_H -I. -I../../.. -Wno-deprecated -Wall -g -pipe -I. -I./../websearch -I./../../utils -I./../../lsh -I./../../proxy -I./../../dht -I./../query_capture -I./../img_websearch -Wall -g -DSEEKS_CONFIGDIR="/usr/local/etc/seeks/" -g -O2 -MT libseekshttpservplugin_la-httpserv.lo -MD -MP -MF .deps/libseekshttpservplugin_la-httpserv.Tpo -c httpserv.cpp -fPIC -DPIC -o .libs/libseekshttpservplugin_la-httpserv.o
  3. In file included from httpserv.h:26,
  4. from httpserv.cpp:19:
  5. /usr/include/evhttp.h:111: error: expected ';' before 'next'
  6. In file included from httpserv.cpp:34:
  7. ./../query_capture/query_capture.h:36: error: expected class-name before '{' token
  8. ./../query_capture/query_capture.h:69: error: ISO C++ forbids declaration of 'db_record' with no type
  9. ./../query_capture/query_capture.h:69: error: invalid use of '::'
  10. ./../query_capture/query_capture.h:69: error: expected ';' before '*' token
  11. httpserv.cpp: In constructor 'seeks_plugins::httpserv::httpserv(const std::string&, const u_short&)':
  12. httpserv.cpp:51: error: 'event_base_new' was not declared in this scope
  13. httpserv.cpp:52: error: 'evhttp_new' was not declared in this scope
  14. httpserv.cpp:53: error: 'evhttp_bind_socket' was not declared in this scope
  15. httpserv.cpp: In member function 'virtual void seeks_plugins::httpserv::start()':
  16. httpserv.cpp:100: error: 'event_base_new' was not declared in this scope
  17. httpserv.cpp:101: error: 'evhttp_new' was not declared in this scope
  18. httpserv.cpp:102: error: 'evhttp_bind_socket' was not declared in this scope
  19. httpserv.cpp:109: warning: unused variable 'err'
  20. httpserv.cpp: In member function 'virtual void seeks_plugins::httpserv::stop()':
  21. httpserv.cpp:118: error: 'event_base_loopbreak' was not declared in this scope
  22. make[2]: *** [libseekshttpservplugin_la-httpserv.lo] Error 1
  23. make[2]: Leaving directory /home/arnaud/seeks/src/plugins'
  24. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement