Guest User

Untitled

a guest
Jun 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. >make all
  2. Making all in managementgen
  3. make[1]: Entering directory `/home/elsbroek/fides/my/bin/qpidc-0.5/managementgen'
  4. make[1]: Nothing to be done for `all'.
  5. make[1]: Leaving directory `/home/elsbroek/fides/my/bin/qpidc-0.5/managementgen'
  6. Making all in etc
  7. make[1]: Entering directory `/home/elsbroek/fides/my/bin/qpidc-0.5/etc'
  8. echo guest | /usr/sbin/saslpasswd2 -c -p -f qpidd.sasldb -u QPID guest
  9. make[1]: Leaving directory `/home/elsbroek/fides/my/bin/qpidc-0.5/etc'
  10. Making all in src
  11. make[1]: Entering directory `/home/elsbroek/fides/my/bin/qpidc-0.5/src'
  12. make all-recursive
  13. make[2]: Entering directory `/home/elsbroek/fides/my/bin/qpidc-0.5/src'
  14. Making all in .
  15. make[3]: Entering directory `/home/elsbroek/fides/my/bin/qpidc-0.5/src'
  16. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -Igen -I./gen -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -DCONF_FILE=\"/home/elsbroek/fides/my/bin/qpidc-tools/etc/qpid/qpidc.conf\" -g -O2 -MT qpid/client/sslconnector_la-SslConnector.lo -MD -MP -MF qpid/client/.deps/sslconnector_la-SslConnector.Tpo -c -o qpid/client/sslconnector_la-SslConnector.lo `test -f 'qpid/client/SslConnector.cpp' || echo './'`qpid/client/SslConnector.cpp
  17. mkdir qpid/client/.libs
  18. g++ -DHAVE_CONFIG_H -I. -Igen -I./gen -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -DCONF_FILE=\"/home/elsbroek/fides/my/bin/qpidc-tools/etc/qpid/qpidc.conf\" -g -O2 -MT qpid/client/sslconnector_la-SslConnector.lo -MD -MP -MF qpid/client/.deps/sslconnector_la-SslConnector.Tpo -c qpid/client/SslConnector.cpp -fPIC -DPIC -o qpid/client/.libs/sslconnector_la-SslConnector.o
  19. In file included from qpid/client/SslConnector.cpp:32:
  20. ./qpid/sys/ssl/SslSocket.h:26:24: error: nspr4/nspr.h: No such file or directory
  21. In file included from qpid/client/SslConnector.cpp:32:
  22. ./qpid/sys/ssl/SslSocket.h:105: error: ISO C++ forbids declaration of 'PRFileDesc' with no type
  23. ./qpid/sys/ssl/SslSocket.h:105: error: expected ';' before '*' token
  24. ./qpid/sys/ssl/SslSocket.h:111: error: ISO C++ forbids declaration of 'PRFileDesc' with no type
  25. ./qpid/sys/ssl/SslSocket.h:111: error: expected ';' before '*' token
  26. ./qpid/sys/ssl/SslSocket.h:113: error: 'PRFileDesc' has not been declared
  27. make[3]: *** [qpid/client/sslconnector_la-SslConnector.lo] Error 1
  28. make[3]: Leaving directory `/home/elsbroek/fides/my/bin/qpidc-0.5/src'
  29. make[2]: *** [all-recursive] Error 1
  30. make[2]: Leaving directory `/home/elsbroek/fides/my/bin/qpidc-0.5/src'
  31. make[1]: *** [all] Error 2
  32. make[1]: Leaving directory `/home/elsbroek/fides/my/bin/qpidc-0.5/src'
  33. make: *** [all-recursive] Error 1
Add Comment
Please, Sign In to add comment