Re: icb?
Tristan Horn <[email protected]> Sun, 10 Dec 2006 17:38:24 -0800
| Newsgroups | gmane.network.irc.irssi.user |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Dec 10, 2006 at 03:48:00PM -0800, detainee treatment wrote: > >I meant "i have tried and failed to compile ircicb, >ircicb depends on a lot of BSD only stuff" oh... I'd forgotten about that! the quickest (though unsafe) way to make it compile on Linux is: gcc -o icbirc icbirc.c icb.c irc.c -Dstrlcpy=strncpy better would be to grab a strlcpy replacement from somewhere (say rsync) and compile that in. Tris