i'm having some trouble compiling this on Mac OS X 10.3.8, here's what i get from GCC after doing: http_client.c: In function `bind_socket': http_client.c:87: error: storage size of `saddrBindingSocket' isn't known http_client.c:93: error: `INADDR_ANY' undeclared (first use in this function) http_client.c:93: error: (Each undeclared identifier is reported only once http_client.c:93: error: for each function it appears in.) http_client.c:87: warning: unused variable `saddrBindingSocket' http_client.c: In function `httpwatch_callback': http_client.c:816: warning: unused parameter `fd' make[2]: *** [http_client.lo] Error 1 make[1]: *** [all-recursive] Error 1 what should i do? (Version 0.3) |