Topic: problem with make curl with wolfSSL
system: ubuntu 12.04 in virtualbox
I have downloaded cyassl-2.8.0 embedded SSL and curl-7.32.0
for cyassl, entering directory and
./configure --prefix=/home/chris/installed_library/cyassl-2.8.0
make clean
make
make install
then successful installation.
for curl:
./configure --prefix=/home/chris/installed_library/curl-7.32.0 --without-ssl --with-cyassl==/home/chris/installed_library/cyassl-2.8.0
make clean
make
it failed, the error message is
/home/chris/installed_library/cyassl-2.8.0/include/cyassl/ctaocrypt/types.h:281:6: error: #error "bad math long / long long settings"
/home/chris/installed_library/cyassl-2.8.0/include/cyassl/ctaocrypt/types.h:283:1: error: expected identifier before '}' token
any suggestion?