Unable to build on debian jessie
An easy CA managing tool for graphical and command line environments
Brought to you by:
davefx
I am unable to build gnomint on debian, due to various strictness options in compiler and some deprecation warnings. There is a package available, but i was interested in sha256 option which was added post release.
First build fails with
main.c: In function ‘main’:
main.c:117:2: error: ‘g_thread_init’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:265) [-Werror=deprecated-declarations]
g_thread_init (NULL);
^
cc1: all warnings being treated as errors
However there are plenty more build problems after working that one around.
For some reason, building through official debian package works just fine, i just backported recent git patches and got it running.