Guest User

Untitled

a guest
Jul 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. gcc -shared -o ../../../.ext/i686-linux/mathn/rational.so rational.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc
  2. make[1]: Leaving directory `/home/mond/Downloads/ruby_programming/ruby-1.9.1-p243/ext/mathn/rational'
  3. compiling nkf
  4. make[1]: Entering directory `/home/mond/Downloads/ruby_programming/ruby-1.9.1-p243/ext/nkf'
  5. gcc -shared -o ../../.ext/i686-linux/nkf.so nkf.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc
  6. make[1]: Leaving directory `/home/mond/Downloads/ruby_programming/ruby-1.9.1-p243/ext/nkf'
  7. compiling openssl
  8. make[1]: Entering directory `/home/mond/Downloads/ruby_programming/ruby-1.9.1-p243/ext/openssl'
  9. gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -Wall -Wno-parentheses -o ossl_ssl.o -c ossl_ssl.c
  10. ossl_ssl.c:99: warning: initialization from incompatible pointer type
  11. ossl_ssl.c:100: warning: initialization from incompatible pointer type
  12. ossl_ssl.c:101: warning: initialization from incompatible pointer type
  13. ossl_ssl.c:102: warning: initialization from incompatible pointer type
  14. ossl_ssl.c:103: warning: initialization from incompatible pointer type
  15. ossl_ssl.c:104: warning: initialization from incompatible pointer type
  16. ossl_ssl.c:105: warning: initialization from incompatible pointer type
  17. ossl_ssl.c:106: warning: initialization from incompatible pointer type
  18. ossl_ssl.c:107: warning: initialization from incompatible pointer type
  19. ossl_ssl.c:108: warning: initialization from incompatible pointer type
  20. ossl_ssl.c:109: warning: initialization from incompatible pointer type
  21. ossl_ssl.c:110: warning: initialization from incompatible pointer type
  22. ossl_ssl.c: In function ‘ossl_sslctx_get_ciphers’:
  23. ossl_ssl.c:626: error: ‘STACK’ undeclared (first use in this function)
  24. ossl_ssl.c:626: error: (Each undeclared identifier is reported only once
  25. ossl_ssl.c:626: error: for each function it appears in.)
  26. ossl_ssl.c:626: error: expected expression before ‘)’ token
  27. ossl_ssl.c:629: error: expected expression before ‘)’ token
  28. ossl_ssl.c:629: error: too few arguments to function ‘sk_value’
  29. ossl_ssl.c: In function ‘ossl_ssl_get_peer_cert_chain’:
  30. ossl_ssl.c:1198: warning: passing argument 1 of ‘sk_num’ from incompatible pointer type
  31. /usr/include/openssl/stack.h:79: note: expected ‘const struct _STACK *’ but argument is of type ‘struct stack_st_X509 *’
  32. ossl_ssl.c:1201: warning: passing argument 1 of ‘sk_value’ from incompatible pointer type
  33. /usr/include/openssl/stack.h:80: note: expected ‘const struct _STACK *’ but argument is of type ‘struct stack_st_X509 *’
  34. ossl_ssl.c: In function ‘ossl_ssl_get_cipher’:
  35. ossl_ssl.c:1223: warning: assignment discards qualifiers from pointer target type
  36. make[1]: *** [ossl_ssl.o] Error 1
  37. make[1]: Leaving directory `/home/mond/Downloads/ruby_programming/ruby-1.9.1-p243/ext/openssl'
  38. make: *** [mkmain.sh] Error 1
Add Comment
Please, Sign In to add comment