Advertisement
Guest User

Mongoose Hello World Example Code::Blocks Build Messages Log

a guest
Sep 8th, 2013
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.11 KB | None | 0 0
  1. D:\pdthrow\cppprojects\server\mongoose.c|176|warning: "INT64_MAX" redefined [enabled by default]|
  2. e:\8\code blocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\..\..\..\..\include\stdint.h|95|note: this is the location of the previous definition|
  3. D:\pdthrow\cppprojects\server\mongoose.c||In function 'set_ports_option':|
  4. D:\pdthrow\cppprojects\server\mongoose.c|4626|warning: format '%d' expects argument of type 'int', but argument 6 has type 'DWORD' [-Wformat]|
  5. D:\pdthrow\cppprojects\server\mongoose.c||In function 'getreq':|
  6. D:\pdthrow\cppprojects\server\mongoose.c|5027|warning: implicit declaration of function '_strtoi64' [-Wimplicit-function-declaration]|
  7. obj\Debug\mongoose.o||In function `sockaddr_to_string':|
  8. D:\pdthrow\cppprojects\server\mongoose.c|614|undefined reference to `inet_ntoa@4'|
  9. obj\Debug\mongoose.o||In function `poll':|
  10. D:\pdthrow\cppprojects\server\mongoose.c|1258|undefined reference to `select@20'|
  11. D:\pdthrow\cppprojects\server\mongoose.c|1260|undefined reference to `__WSAFDIsSet@8'|
  12. obj\Debug\mongoose.o||In function `set_non_blocking_mode':|
  13. D:\pdthrow\cppprojects\server\mongoose.c|1374|undefined reference to `ioctlsocket@12'|
  14. obj\Debug\mongoose.o||In function `push':|
  15. D:\pdthrow\cppprojects\server\mongoose.c|1499|undefined reference to `send@16'|
  16. obj\Debug\mongoose.o||In function `pull':|
  17. D:\pdthrow\cppprojects\server\mongoose.c|1526|undefined reference to `recv@16'|
  18. obj\Debug\mongoose.o||In function `conn2':|
  19. D:\pdthrow\cppprojects\server\mongoose.c|2596|undefined reference to `gethostbyname@4'|
  20. D:\pdthrow\cppprojects\server\mongoose.c|2598|undefined reference to `socket@12'|
  21. D:\pdthrow\cppprojects\server\mongoose.c|2603|undefined reference to `htons@4'|
  22. D:\pdthrow\cppprojects\server\mongoose.c|2605|undefined reference to `connect@12'|
  23. D:\pdthrow\cppprojects\server\mongoose.c|2608|undefined reference to `closesocket@4'|
  24. obj\Debug\mongoose.o||In function `prepare_cgi_environment':|
  25. D:\pdthrow\cppprojects\server\mongoose.c|3298|undefined reference to `ntohs@4'|
  26. obj\Debug\mongoose.o||In function `get_remote_ip':|
  27. D:\pdthrow\cppprojects\server\mongoose.c|4274|undefined reference to `ntohl@4'|
  28. obj\Debug\mongoose.o||In function `redirect_to_https_port':|
  29. D:\pdthrow\cppprojects\server\mongoose.c|4422|undefined reference to `ntohs@4'|
  30. obj\Debug\mongoose.o||In function `close_all_listening_sockets':|
  31. D:\pdthrow\cppprojects\server\mongoose.c|4542|undefined reference to `closesocket@4'|
  32. obj\Debug\mongoose.o||In function `parse_port_string':|
  33. D:\pdthrow\cppprojects\server\mongoose.c|4568|undefined reference to `htonl@4'|
  34. D:\pdthrow\cppprojects\server\mongoose.c|4569|undefined reference to `htons@4'|
  35. D:\pdthrow\cppprojects\server\mongoose.c|4580|undefined reference to `htons@4'|
  36. obj\Debug\mongoose.o||In function `set_ports_option':|
  37. D:\pdthrow\cppprojects\server\mongoose.c|4611|undefined reference to `socket@12'|
  38. D:\pdthrow\cppprojects\server\mongoose.c|4615|undefined reference to `setsockopt@20'|
  39. D:\pdthrow\cppprojects\server\mongoose.c|4622|undefined reference to `bind@12'|
  40. D:\pdthrow\cppprojects\server\mongoose.c|4624|undefined reference to `listen@8'|
  41. D:\pdthrow\cppprojects\server\mongoose.c|4627|undefined reference to `closesocket@4'|
  42. D:\pdthrow\cppprojects\server\mongoose.c|4632|undefined reference to `closesocket@4'|
  43. obj\Debug\mongoose.o||In function `close_socket_gracefully':|
  44. D:\pdthrow\cppprojects\server\mongoose.c|4913|undefined reference to `setsockopt@20'|
  45. D:\pdthrow\cppprojects\server\mongoose.c|4917|undefined reference to `shutdown@8'|
  46. D:\pdthrow\cppprojects\server\mongoose.c|4932|undefined reference to `closesocket@4'|
  47. obj\Debug\mongoose.o||In function `mg_connect':|
  48. D:\pdthrow\cppprojects\server\mongoose.c|4972|undefined reference to `closesocket@4'|
  49. D:\pdthrow\cppprojects\server\mongoose.c|4977|undefined reference to `closesocket@4'|
  50. D:\pdthrow\cppprojects\server\mongoose.c|4987|undefined reference to `getsockname@12'|
  51. obj\Debug\mongoose.o||In function `worker_thread':|
  52. D:\pdthrow\cppprojects\server\mongoose.c|5175|undefined reference to `ntohs@4'|
  53. D:\pdthrow\cppprojects\server\mongoose.c|5178|undefined reference to `ntohl@4'|
  54. obj\Debug\mongoose.o||In function `set_sock_timeout':|
  55. D:\pdthrow\cppprojects\server\mongoose.c|5238|undefined reference to `setsockopt@20'|
  56. D:\pdthrow\cppprojects\server\mongoose.c|5239|undefined reference to `setsockopt@20'|
  57. obj\Debug\mongoose.o||In function `accept_new_connection':|
  58. D:\pdthrow\cppprojects\server\mongoose.c|5249|undefined reference to `accept@12'|
  59. D:\pdthrow\cppprojects\server\mongoose.c|5250|undefined reference to `ntohl@4'|
  60. D:\pdthrow\cppprojects\server\mongoose.c|5253|undefined reference to `closesocket@4'|
  61. D:\pdthrow\cppprojects\server\mongoose.c|5260|undefined reference to `getsockname@12'|
  62. D:\pdthrow\cppprojects\server\mongoose.c|5267|undefined reference to `setsockopt@20'|
  63. obj\Debug\mongoose.o||In function `mg_stop':|
  64. D:\pdthrow\cppprojects\server\mongoose.c|5384|undefined reference to `WSACleanup@0'|
  65. obj\Debug\mongoose.o||In function `mg_start':|
  66. D:\pdthrow\cppprojects\server\mongoose.c|5397|undefined reference to `WSAStartup@8'|
  67. ||=== Build finished: 41 errors, 3 warnings (0 minutes, 3 seconds) ===|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement