I'm getting
CC ../testing/misc_tools.lo
../testing/misc_tools.c:43:20: fatal error: sodium.h: No such file or directory
#include "sodium.h"
when running make on v0.2.6 release. This is a regression that seems to have been introduced in v0.2.6 specifically commit fb89c03
I am using these configuration options:
./configure --with-pic --prefix "$FAKEDIR" --with-libsodium-headers="$SODIUMDIR/src/libsodium/include" --with-libsodium-libs="$SODIUMLIBSDIR"
The directories for sodium includes are all good and the same steps compile and build with 0.2.5
I'm getting
when running
makeonv0.2.6release. This is a regression that seems to have been introduced inv0.2.6specifically commit fb89c03I am using these configuration options:
The directories for sodium includes are all good and the same steps compile and build with 0.2.5