_______________________________________________________________________
| |
| UnrealIRCd Compile-Time Config |
|_______________________________________________________________________|
|_______________________________________________________________________|
| |
| Now all you have to do is type 'make' and let it compile. When that's |
| done, you will receive other instructions on what to do next. |
| |
|_______________________________________________________________________|
|_______________________________________________________________________|
| - The UnrealIRCd Team - |
| |
| * Stskeeps [email protected] |
| * codemastr [email protected] |
| * Syzop [email protected] |
|_______________________________________________________________________|
root@vps:/srv/unreal/Unreal3.2# make
Building src
make[1]: Entering directory `/srv/unreal/Unreal3.2/src'
gcc -I../include -I/srv/unreal/Unreal3.2/extras/regexp/include -I/srv/unreal/Unreal3.2/extras/c-ares/include -L../extras/c-ares/lib -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -DUSE_LIBCURL -export-dynamic -c ircd.c
ircd.c:75:23: error: curl/curl.h: No such file or directory
ircd.c: In function 'do_version_check':
ircd.c:875: warning: assignment makes pointer from integer without a cast
ircd.c:876: error: 'LIBCURL_VERSION' undeclared (first use in this function)
ircd.c:876: error: (Each undeclared identifier is reported only once
ircd.c:876: error: for each function it appears in.)
make[1]: *** [ircd.o] Error 1
make[1]: Leaving directory `/srv/unreal/Unreal3.2/src'
make: *** [build] Error 2
You could try latest CVS which contains a couple of fixes and major improvements for curl support.
NOTE: If you do use such a CVS version, then remember that we generally do not recommend running it on a production network, since it's likely less stable and/or contains more bugs than a (tested) release.