problems compiling with remote includes enabled
Posted: Sun Jun 27, 2004 10:13 pm
I can run the curlinstall script and it sets up alright, but when i type make i get this compile time error:
gcc -I../include -I/home/ezchat/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -DZIP_LINKS -DUSE_LIBCURL -export-dynamic -c url.c
url.c: In function `download_file':
url.c:171: `CURLOPT_NOSIGNAL' undeclared (first use in this function)
url.c:171: (Each undeclared identifier is reported only once
url.c:171: for each function it appears in.)
url.c: In function `download_file_async':
url.c:265: `CURLOPT_PRIVATE' undeclared (first use in this function)
url.c:272: `CURLOPT_NOSIGNAL' undeclared (first use in this function)
url.c: In function `url_do_transfers_async':
url.c:328: `CURLINFO_RESPONSE_CODE' undeclared (first use in this function)
url.c:329: `CURLINFO_PRIVATE' undeclared (first use in this function)
make[1]: *** [url.o] Error 1
make[1]: Leaving directory `/home/ezchat/Unreal3.2/src'
make: *** [build] Error 2
This machine is running redhat 9
any ideas on how to fix or get around this?
Thanks,
John
ScoobyNET Network Administrator.
gcc -I../include -I/home/ezchat/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -DZIP_LINKS -DUSE_LIBCURL -export-dynamic -c url.c
url.c: In function `download_file':
url.c:171: `CURLOPT_NOSIGNAL' undeclared (first use in this function)
url.c:171: (Each undeclared identifier is reported only once
url.c:171: for each function it appears in.)
url.c: In function `download_file_async':
url.c:265: `CURLOPT_PRIVATE' undeclared (first use in this function)
url.c:272: `CURLOPT_NOSIGNAL' undeclared (first use in this function)
url.c: In function `url_do_transfers_async':
url.c:328: `CURLINFO_RESPONSE_CODE' undeclared (first use in this function)
url.c:329: `CURLINFO_PRIVATE' undeclared (first use in this function)
make[1]: *** [url.o] Error 1
make[1]: Leaving directory `/home/ezchat/Unreal3.2/src'
make: *** [build] Error 2
This machine is running redhat 9
any ideas on how to fix or get around this?
Thanks,
John
ScoobyNET Network Administrator.