Re: ipsvd-0.12.0 available
Charlie Brady <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 3 Feb 2006, Gerrit Pape wrote:
> Hi, a new test package of ipsvd is available through
>
> http://smarden.org/ipsvd/
Doesn't build for me, using matrixssl-1-7-3-open.tar.gz. I'll dig deeper.
gzip -dc matrixssl.tar.gz |tar xf -
sed -e 's/#define USE_MULTITHREADING/#undef USE_MULTITHREADING/' \
<matrixssl/src/matrixConfig.h >matrixConfig.h && \
mv -f matrixConfig.h matrixssl/src/matrixConfig.h
touch matrixssl
./compile sslio.c
sslio.c:1: warning: -malign-loops is obsolete, use -falign-loops
sslio.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
sslio.c:1: warning: -malign-functions is obsolete, use -falign-functions
sslio.c:3:23: matrixSsl.h: No such file or directory
In file included from sslio.c:21:
ssl_io.h:19: error: syntax error before '*' token
ssl_io.h:19: warning: type defaults to `int' in declaration of `ssl'
ssl_io.h:19: warning: data definition has no type or storage class
ssl_io.h:20: error: syntax error before '*' token
ssl_io.h:20: warning: type defaults to `int' in declaration of `keys'
ssl_io.h:20: warning: data definition has no type or storage class
make[1]: *** [sslio.o] Error 1
make[1]: Leaving directory
`/home/charlieb/mezzanine/ipsvd/build.mezz/BUILD/ipsvd-0.12.0/net/ipsvd-0.12.0/compile'
make: *** [default] Error 2