Hello, wondering it this is the right place to ask for help in compiling pubcookie on Jessie. (Feel free to chase me away or redirect me to another list).
I am trying to compile pubcookie-3.3.3 on Jessie. I am getting all sorts of compile errors like below. Should I be using a different openssl of gcc from backports?
libtool: compile: x86_64-linux-gnu-gcc -std=gnu99 -pthread -pipe -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DAPACHE -DAPACHE2 -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -I. -I/usr/include/apache2 -I. -I/usr/include/apr-1.0 -I/usr/include -c security_legacy.c -fPIC -DPIC -o .libs/security_legacy.o
security_legacy.c:914:1: warning: return type defaults to 'int'
libpbc_rd_priv_des (pool * p, const security_context * context,
^
security_legacy.c:1002:1: warning: return type defaults to 'int'
libpbc_rd_priv_aes (pool * p, const security_context * context,
^