I'm not entirely sure on the best fix though. I have got beecrypt headers
in /usr/local/include/beecrypt but if I add this include path in the
compile, it gives another error:
gmake
source='digest.c' object='digest.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -I. -I.
-I.. -I. -I.. -I../lua/include -I../lua/local -I../syck/lib - I../popt
-I../misc -I../zlib -I/usr/local/include/beecrypt - D_REENTRANT -g -c -o
digest.lo digest.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../lua/include -I../lua/ local
-I../syck/lib -I../popt -I../misc -I../zlib -I/usr/local/ include/beecrypt
-D_REENTRANT -g -c digest.c -KPIC -DPIC -o .libs/ digest.o
"./rpmio_internal.h", line 15: cannot find include file: <beecrypt.api.h>
"/usr/local/include/beecrypt/beecrypt.h", line 33: cannot find include
file: "beecrypt/api.h"
"/usr/local/include/beecrypt/beecrypt.h", line 35: cannot find include
file: "beecrypt/memchunk.h"
"/usr/local/include/beecrypt/beecrypt.h", line 36: cannot find include
file: "beecrypt/mpnumber.h"
"/usr/local/include/beecrypt/beecrypt.h", line 82: undefined or not a
type: BEECRYPTAPI
"/usr/local/include/beecrypt/beecrypt.h", line 82: parameter not in
identifier list: entropySourceCount
"/usr/local/include/beecrypt/beecrypt.h", line 92: cannot recover from
previous errors
cc: acomp failed for digest.c
gmake: *** [digest.lo] Error 1