u36218093:~/irc > make
Building src
make[1]: Entering directory `/homepages/15/d99530129/htdocs/irc/src'
gcc -I../include -I/kunden/homepages/15/d99530129/htdocs/irc/extras/regexp/include -pipe -g -O2 -funsigned-char -DUSE_LIBCURL -export-dynamic -c url.c
url.c: In function `url_do_transfers_async':
url.c:328: `CURLINFO_RESPONSE_CODE' undeclared (first use in this function)
url.c:328: (Each undeclared identifier is reported only once
url.c:328: for each function it appears in.)
make[1]: *** [url.o] Error 1
make[1]: Leaving directory `/homepages/15/d99530129/htdocs/irc/src'
make: *** [build] Error 2
Now I know this isnt a CHMOD problem because two other files are inserted in there. Please help me. I want to have this up for my site at the unvailing in January. Everything seems fine with installataion except for this SOB.
Did you install libcurl? (Read INSTALL.REMOTEINC)
*edit* on second thought, if you didn't why wouldn't it have the "no such include file" type errors? :/ */edit*
Because he is using a (old) stock version of curl (like a rpm/deb/.. package), instead of reading INSTALL.REMOTEINC and installing curl+c-ares properly ;). [CURLINFO_RESPONSE_CODE existed already before we first released our unrealircd w/remote includes version ;p]
I read and followed all the directions in INSTALL.REMOTEINC. I downloaded both the newest of ares and curl. IDK if I was supposesd to scroll down and download a different curl. Plus a lot of the files copied except that one.
gcc -I../include -I/kunden/homepages/15/d99530129/htdocs/irc/extras/regexp/include -pipe -g -O2 -funsigned-char -DUSE_LIBCURL -export-dynamic -c url.c
url.c: In function `url_do_transfers_async':
url.c:328: `CURLINFO_RESPONSE_CODE' undeclared (first use in this function)
url.c:328: (Each undeclared identifier is reported only once
url.c:328: for each function it appears in.)
make[1]: *** [url.o] Error 1
make[1]: Leaving directory `/homepages/15/d99530129/htdocs/irc/src'
make: *** [build] Error 2
And I downloaded both 7.12.3 of Curl (latest), and 1.2.1 of C-Ares (latest). This isnt a old version error.
What codemastr means (I think) is that you did not supply the correct path to curl during ./Config... I too, don't see any such thing (there's no -I in your 'make' paste thingies).
Good idea to try it all again: