i'm having some trouble compiling this on Mac OS X 10.3.8, here's what i get from GCC after doing:
./configure
make
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
make: *** [all] Error 2
-1
iPod Viewer
Damage Isolation
The name for this program is brilliant. I love it.
5 stars all the way.
mmcalcService
libopendaap
i'm having some trouble compiling this on Mac OS X 10.3.8, here's what i get from GCC after doing:
./configure
make
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
make: *** [all] Error 2
what should i do?
-1