Hi, I have a similar problem.
On 11/29/2016 08:47:22 AM, Helmut Jarausch wrote:
The last version of balsa I could compile (using this now) is 2.5.2-71-gd032986. Meanwhile, GTK+ is at version 3.22.6-1 (Debian/sid), and I just tried compiling balsa from the current master branch.Hi,probably after the update to gtk+-3.22.4 the GIT-version of Balsa (gtk3 branch) fails to compile:
libbalsa.c: In function 'ask_cert_real':libbalsa.c:564:5: error: 'gtk_window_set_wmclass' is deprecated [-Werror=deprecated-declarations]libbalsa.c: In function 'ask_timeout_real':libbalsa.c:611:5: error: 'gtk_window_set_wmclass' is deprecated [-Werror=deprecated-declarations]
Different output here: ***imap-tls.c:113:1: error: ‘dyn_destroy_function’ defined but not used [-Werror=unused-function]
dyn_destroy_function(struct CRYPTO_dynlock_value *l, ^~~~~~~~~~~~~~~~~~~~imap-tls.c:103:1: error: ‘dyn_lock_function’ defined but not used [-Werror=unused-function]
dyn_lock_function(int mode, struct CRYPTO_dynlock_value *l, ^~~~~~~~~~~~~~~~~imap-tls.c:91:1: error: ‘dyn_create_function’ defined but not used [-Werror=unused-function]
dyn_create_function(const char *file, int line) ^~~~~~~~~~~~~~~~~~~imap-tls.c:80:1: error: ‘id_function’ defined but not used [-Werror=unused-function]
id_function(void) ^~~~~~~~~~~imap-tls.c:71:1: error: ‘locking_function’ defined but not used [-Werror=unused-function]
locking_function(int mode, int n, const char *file, int line) ^~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors ***The pattern is the same, though: Warnings are treated as errors (how can I stop that?), and therefore, the build fails. I have attached the logfile from make.
Best regards Andreas
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/pc/System/git/balsa/missing autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory '/home/pc/System/git/balsa'
Making all in po
make[2]: Entering directory '/home/pc/System/git/balsa/po'
MSGFMT am.gmo
MSGFMT ar.gmo
MSGFMT az.gmo
MSGFMT bg.gmo
MSGFMT ca.gmo
MSGFMT cs.gmo
MSGFMT da.gmo
MSGFMT de.gmo
MSGFMT dz.gmo
MSGFMT el.gmo
MSGFMT en_CA.gmo
MSGFMT en_GB.gmo
MSGFMT es.gmo
MSGFMT et.gmo
MSGFMT eu.gmo
MSGFMT fi.gmo
MSGFMT fr.gmo
MSGFMT ga.gmo
MSGFMT gl.gmo
MSGFMT he.gmo
MSGFMT hi.gmo
MSGFMT hr.gmo
MSGFMT hu.gmo
MSGFMT id.gmo
MSGFMT it.gmo
MSGFMT ja.gmo
MSGFMT ko.gmo
MSGFMT lt.gmo
MSGFMT lv.gmo
MSGFMT mk.gmo
MSGFMT ml.gmo
MSGFMT ms.gmo
MSGFMT nb.gmo
MSGFMT ne.gmo
MSGFMT nl.gmo
MSGFMT nn.gmo
MSGFMT oc.gmo
MSGFMT pa.gmo
MSGFMT pl.gmo
MSGFMT pt.gmo
MSGFMT pt_BR.gmo
MSGFMT ro.gmo
MSGFMT ru.gmo
MSGFMT rw.gmo
MSGFMT sk.gmo
MSGFMT sl.gmo
MSGFMT sq.gmo
MSGFMT sr.gmo
MSGFMT [email protected]
MSGFMT sv.gmo
MSGFMT tr.gmo
MSGFMT uk.gmo
MSGFMT vi.gmo
MSGFMT wa.gmo
MSGFMT zh_CN.gmo
MSGFMT zh_HK.gmo
MSGFMT zh_TW.gmo
make[2]: Leaving directory '/home/pc/System/git/balsa/po'
Making all in sounds
make[2]: Entering directory '/home/pc/System/git/balsa/sounds'
ITMRG balsa.soundlist
make[2]: Leaving directory '/home/pc/System/git/balsa/sounds'
Making all in images
make[2]: Entering directory '/home/pc/System/git/balsa/images'
Making all in mimetypes
make[3]: Entering directory '/home/pc/System/git/balsa/images/mimetypes'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/pc/System/git/balsa/images/mimetypes'
Making all in 16x16
make[3]: Entering directory '/home/pc/System/git/balsa/images/16x16'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/pc/System/git/balsa/images/16x16'
Making all in 24x24
make[3]: Entering directory '/home/pc/System/git/balsa/images/24x24'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/pc/System/git/balsa/images/24x24'
make[3]: Entering directory '/home/pc/System/git/balsa/images'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/pc/System/git/balsa/images'
make[2]: Leaving directory '/home/pc/System/git/balsa/images'
Making all in doc
make[2]: Entering directory '/home/pc/System/git/balsa/doc'
GEN cs/cs.mo
GEN cs/
GEN de/de.mo
GEN de/
GEN el/el.mo
GEN el/
GEN es/es.mo
GEN es/
GEN fr/fr.mo
GEN fr/
GEN sl/sl.mo
GEN sl/
make[2]: Leaving directory '/home/pc/System/git/balsa/doc'
Making all in libbalsa
make[2]: Entering directory '/home/pc/System/git/balsa/libbalsa'
Making all in imap
make[3]: Entering directory '/home/pc/System/git/balsa/libbalsa/imap'
CC auth-cram.o
CC auth-gssapi.o
CC imap-auth.o
CC imap-commands.o
CC imap_compress.o
CC imap-handle.o
CC imap_search.o
CC imap-tls.o
imap-tls.c:113:1: error: ‘dyn_destroy_function’ defined but not used [-Werror=unused-function]
dyn_destroy_function(struct CRYPTO_dynlock_value *l,
^~~~~~~~~~~~~~~~~~~~
imap-tls.c:103:1: error: ‘dyn_lock_function’ defined but not used [-Werror=unused-function]
dyn_lock_function(int mode, struct CRYPTO_dynlock_value *l,
^~~~~~~~~~~~~~~~~
imap-tls.c:91:1: error: ‘dyn_create_function’ defined but not used [-Werror=unused-function]
dyn_create_function(const char *file, int line)
^~~~~~~~~~~~~~~~~~~
imap-tls.c:80:1: error: ‘id_function’ defined but not used [-Werror=unused-function]
id_function(void)
^~~~~~~~~~~
imap-tls.c:71:1: error: ‘locking_function’ defined but not used [-Werror=unused-function]
locking_function(int mode, int n, const char *file, int line)
^~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Makefile:510: recipe for target 'imap-tls.o' failed
make[3]: *** [imap-tls.o] Error 1
make[3]: Leaving directory '/home/pc/System/git/balsa/libbalsa/imap'
Makefile:785: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/pc/System/git/balsa/libbalsa'
Makefile:681: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pc/System/git/balsa'
Makefile:478: recipe for target 'all' failed
make: *** [all] Error 2
pgpeajZjWy1lP.pgp
Description: PGP signature
_______________________________________________ balsa-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/balsa-list
