Re: Build problems with Linux 2.6.11.7
Damion Wilson <[email protected]> Tue, 9 Aug 2005 16:32:08 +0000 (UTC)
| Newsgroups | gmane.comp.encryption.cipe |
|---|---|
| Message-ID | <[email protected]> |
Jon Foster <jon <at> jfpossibilities.com> writes:
>
> I'm trying to build cipe 1.6.0 against Linux 2.6.11.7. It works a while
> then I start to see warnings about "CURRENT_TIME_SEC" being redefined
> and then the build process finally blows with the following error:
>
> /usr/src/cipe-1.6.0/2.6.11.7-i386-cb/output.c: In function `cipe_xmit':
...
> What am I doing wrong?
>
> TIA - Jon
Try changing the line:
#define IOPT(c) (&(c)->sock->inet)
in cipe/cipe.h to:
#define IOPT(c) (c->sock)
and compile.
--
Message sent by the [email protected] mailing list.
Unsubscribe: mail [email protected], "unsubscribe cipe-l" in body
Other commands available with "help" in body to the same address.
CIPE info and list archive: <URL:http://sites.inka.de/~bigred/devel/cipe.html>