Advertisement
Guest User

Untitled

a guest
Feb 6th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. make[1]: Entering directory `/opt/libs/src/rtmpdump/librtmp'
  2. gcc -Wall -DRTMPDUMP_VERSION=\"2.4\" -DUSE_POLARSSL -O2 -c -o rtmp.o rtmp.c
  3. In file included from handshake.h:83:0,
  4. from rtmp.c:127:
  5. dh.h: In function ‘MDH_compute_key’:
  6. dh.h:75:3: warning: pointer targets in passing argument 3 of ‘dhm_calc_secret’ differ in signedness [-Wpointer-sign]
  7. /usr/include/polarssl/dhm.h:124:5: note: expected ‘int *’ but argument is of type ‘size_t *’
  8. In file included from rtmp.c:127:0:
  9. handshake.h: In function ‘InitRC4Encryption’:
  10. handshake.h:116:16: warning: variable ‘digestLen’ set but not used [-Wunused-but-set-variable]
  11. rtmp.c: In function ‘RTMP_Connect1’:
  12. rtmp.c:867:7: warning: implicit declaration of function ‘ssl_set_ciphersuites’ [-Wimplicit-function-declaration]
  13. rtmp.c:867:251: error: ‘ssl_default_ciphersuites’ undeclared (first use in this function)
  14. rtmp.c:867:251: note: each undeclared identifier is reported only once for each function it appears in
  15. rtmp.c: In function ‘RTMP_ReadPacket’:
  16. rtmp.c:2933:7: warning: variable ‘didAlloc’ set but not used [-Wunused-but-set-variable]
  17. make[1]: *** [rtmp.o] Error 1
  18. make[1]: Leaving directory `/opt/libs/src/rtmpdump/librtmp'
  19. make: *** [librtmp/librtmp.a] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement