Guest User

Untitled

a guest
Dec 18th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. make all-am
  2. make[1]: Going into directory '/c/Users/Test/Desktop/opusfile'
  3. CC examples/opusfile_example.o
  4. CC examples/win32utf8.o
  5. examples/win32utf8.c: In function 'win32_utf8_setup':
  6. examples/win32utf8.c:81:28: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'WCHAR ** (*)(const WCHAR *, int *)' {aka 'short unsigned int ** (*)(const short unsigned int *, int *)'} [-Wcast-function-type]
  7. command_line_to_argv_w=(command_line_to_argv_w_func)GetProcAddress(hlib,
  8. ^
  9. CC src/libopusurl_la-http.lo
  10. In file included from C:/Users/Test/Desktop/openssl-1.0.2l/include/openssl/ssl.h:152,
  11. from src/http.c:216:
  12. src/http.c: In function 'op_bio_retry_ctrl':
  13. C:/Users/Test/Desktop/openssl-1.0.2l/include/openssl/bio.h:254:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
  14. BIO_clear_flags(b, (BIO_FLAGS_RWS|BIO_FLAGS_SHOULD_RETRY))
  15. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  16. C:/Users/Test/Desktop/openssl-1.0.2l/include/openssl/bio.h:254:17: note: in definition of macro 'BIO_clear_retry_flags'
  17. BIO_clear_flags(b, (BIO_FLAGS_RWS|BIO_FLAGS_SHOULD_RETRY))
  18. ^~~~~~~~~~~~~~~
  19. src/http.c:1522:5: note: here
  20. case BIO_CTRL_EOF:
  21. ^~~~
  22. CC src/libopusurl_la-internal.lo
  23. CC src/libopusurl_la-wincerts.lo
  24. CC src/info.lo
  25. CC src/internal.lo
  26. CC src/opusfile.lo
  27. CC src/stream.lo
  28. CCLD libopusfile.la
  29. CCLD libopusurl.la
  30. CCLD examples/opusfile_example.exe
  31. C:/Users/Test/Desktop/openssl-1.0.2l/lib/libcrypto.a(rand_win.o):rand_win.c:(.text+0xd7a): undefined reference to `__imp_GetDeviceCaps'
  32. C:/Users/Test/Desktop/openssl-1.0.2l/lib/libcrypto.a(rand_win.o):rand_win.c:(.text+0xda6): undefined reference to `__imp_CreateCompatibleBitmap'
  33. C:/Users/Test/Desktop/openssl-1.0.2l/lib/libcrypto.a(rand_win.o):rand_win.c:(.text+0xdbc): undefined reference to `__imp_GetObjectW'
  34. C:/Users/Test/Desktop/openssl-1.0.2l/lib/libcrypto.a(rand_win.o):rand_win.c:(.text+0xe89): undefined reference to `__imp_GetDIBits'
  35. C:/Users/Test/Desktop/openssl-1.0.2l/lib/libcrypto.a(rand_win.o):rand_win.c:(.text+0xed4): undefined reference to `__imp_DeleteObject'
  36. collect2.exe: error: ld returned 1 exit status
  37. make[1]: *** [Makefile:612: examples/opusfile_example.exe] Error 1
  38. make[1]: Leaving directory '/c/Users/Test/Desktop/opusfile'
  39. make: *** [Makefile:471: all] Error 2
Add Comment
Please, Sign In to add comment