Hi, Albrecht!

On 05/27/2016 08:22:26 PM, Albrecht Dreß wrote:
If you want to try the bleeding edge developments, use the 'gtk3' (2.5.x) git branch. Please note that the development for the 2.4 branch has more or less stopped.
I tried to install balsa from git, but as I never used git before, I'm sure there is some stupid mistake that prevents me from getting balsa compiled. I've been following the instructions on <https://pawsa.fedorapeople.org/balsa/git-help.html>, but perhaps that page is a bit dated, too? Perhaps you or somebody else on the list could review what I did and point out what I've made wrong?

1) I cloned the balsa tree from git to a local directory:

***
pc@lektoratex:~/System/git$ git clone http://git.gnome.org/browse/balsa
Cloning into 'balsa'...
remote: Counting objects: 57759, done.
remote: Compressing objects: 100% (12400/12400), done.
remote: Total 57759 (delta 46909), reused 55876 (delta 45259)
Receiving objects: 100% (57759/57759), 28.55 MiB | 3.70 MiB/s, done.
Resolving deltas: 100% (46909/46909), done.
Checking connectivity... done.
***

2) Then, after changing to that directory, I set the options I need:

***
pc@lektoratex:~/System/git/balsa$ ./autogen.sh --with-gpgme=/usr/bin/gpgme-config --with-gpg-app=/usr/bin/gpg2 --with-html-widget=webkit --with-nm=no --with-gtkspell --with-rubrica=yes --with-libnotify --with-canberra 2>&1 | tee configure.log
***

Pretty early during processing, I get a message "Please add the files codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 from the /usr/share/aclocal directory to your autoconf macro directory or directly to your aclocal.m4 file". Which directory is the "autoconf macro directory"? I also browsed aclocal.m4, but i really don't see where to add these files there. Otherwise, configuring seems to work, there is no error (see attached file configure.log).pc@lektoratex:~/System/git/balsa$ make 2>&1 | tee make.log

3) Finally, I try to compile everything:

***
pc@lektoratex:~/System/git/balsa$ make 2>&1 | tee make.log
***

This dies with errors after a while, notably in imap-server.c (see attached file make.log). I actually don't want IMAP-support, as I only use POP3 accounts. However, I have not found a configure option to disable it. Is that even possible?

I'm really quite desperate now, because balsa from Debian is really old and has this nasty 2+GB limit on mailboxes, while I seem not to be capable of building it myself. Any hint what I should do is really appreciated!

Best regards and many thanks

Andreas
Running gettextize...  Ignore non-fatal messages.
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

running intltoolize...
Running gnome-doc-prepare --force - ignore errors.
Running libtoolize...
libtoolize: putting auxiliary files in '.'.
libtoolize: linking file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: linking file 'm4/libtool.m4'
libtoolize: linking file 'm4/ltoptions.m4'
libtoolize: linking file 'm4/ltsugar.m4'
libtoolize: linking file 'm4/ltversion.m4'
libtoolize: linking file 'm4/lt~obsolete.m4'
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
libtoolize: 'AC_PROG_RANLIB' is rendered obsolete by 'LT_INIT'
Running aclocal...
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:205: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.in:205: the top level
configure.in:205: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.in:205: the top level
configure.in:345: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
configure.in:345: the top level
configure.in:353: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
configure.in:353: the top level
configure.in:205: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.in:205: the top level
configure.in:205: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.in:205: the top level
configure.in:345: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
configure.in:345: the top level
configure.in:353: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
configure.in:353: the top level
Running autoconf...
configure.in:205: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.in:205: the top level
configure.in:205: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.in:205: the top level
configure.in:345: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
configure.in:345: the top level
configure.in:353: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
configure.in:353: the top level
Running autoheader...
configure.in:205: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.in:205: the top level
configure.in:205: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.in:205: the top level
configure.in:345: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
configure.in:345: the top level
configure.in:353: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
configure.in:353: the top level
Running automake...
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:205: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.in:205: the top level
configure.in:205: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.in:205: the top level
configure.in:345: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
configure.in:345: the top level
configure.in:353: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
configure.in:353: the top level
configure.in:202: installing './compile'
configure.in:12: installing './missing'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
gnome-doc-utils.make:74: warning: if $(DOC_H_FILE: non-POSIX variable name
gnome-doc-utils.make:74: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:77: warning: if $(DOC_H_FILE: non-POSIX variable name
gnome-doc-utils.make:77: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:118: warning: if $(DOC_USER_FORMATS: non-POSIX variable name
gnome-doc-utils.make:118: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:123: warning: if $(filter environment,$(origin LINGUAS: non-POSIX variable name
gnome-doc-utils.make:123: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:123: warning: filter $(LINGUAS: non-POSIX variable name
gnome-doc-utils.make:123: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:134: warning: if $(DOC_ID: non-POSIX variable name
gnome-doc-utils.make:134: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:140: warning: shell $(PKG_CONFIG: non-POSIX variable name
gnome-doc-utils.make:140: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:171: warning: shell xmllint --format $(2: non-POSIX variable name
gnome-doc-utils.make:171: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:171: warning: notdir $(patsubst %/$(notdir $(2: non-POSIX variable name
gnome-doc-utils.make:171: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:171: warning: if $(_ENABLE_SK: non-POSIX variable name
gnome-doc-utils.make:171: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:187: warning: if $(DOC_MODULE: non-POSIX variable name
gnome-doc-utils.make:187: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:187: warning: wildcard $(_DOC_ABS_SRCDIR: non-POSIX variable name
gnome-doc-utils.make:187: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:191: warning: if $(_DOC_OMF_IN: non-POSIX variable name
gnome-doc-utils.make:191: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:191: warning: foreach lc,C $(_DOC_REAL_LINGUAS: non-POSIX variable name
gnome-doc-utils.make:191: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:200: warning: call db2omf_args,$@,$<,'docbook': non-POSIX variable name
gnome-doc-utils.make:200: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:204: warning: if $(_DOC_OMF_IN: non-POSIX variable name
gnome-doc-utils.make:204: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:204: warning: foreach lc,C $(_DOC_REAL_LINGUAS: non-POSIX variable name
gnome-doc-utils.make:204: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:215: warning: call db2omf_args,$@,$<,'xhtml': non-POSIX variable name
gnome-doc-utils.make:215: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:220: warning: if $(filter docbook,$(_DOC_REAL_FORMATS: non-POSIX variable name
gnome-doc-utils.make:220: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:220: warning: if $(filter html HTML,$(_DOC_REAL_FORMATS: non-POSIX variable name
gnome-doc-utils.make:220: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:233: warning: if $(DOC_MODULE: non-POSIX variable name
gnome-doc-utils.make:233: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:237: warning: foreach page,$(DOC_PAGES: non-POSIX variable name
gnome-doc-utils.make:237: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:241: warning: foreach ent,$(DOC_ENTITIES: non-POSIX variable name
gnome-doc-utils.make:241: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:245: warning: foreach inc,$(DOC_INCLUDES: non-POSIX variable name
gnome-doc-utils.make:245: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:262: warning: if $(DOC_FIGURES: non-POSIX variable name
gnome-doc-utils.make:262: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:262: warning: foreach fig,$(DOC_FIGURES: non-POSIX variable name
gnome-doc-utils.make:262: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:262: warning: patsubst $(srcdir: non-POSIX variable name
gnome-doc-utils.make:262: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:262: warning: wildcard $(srcdir: non-POSIX variable name
gnome-doc-utils.make:262: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:269: warning: foreach f,						\
gnome-doc-utils.make:269: 	$(shell xsltproc --xinclude 					\
gnome-doc-utils.make:269: 	  --stringparam db.chunk.basename "$(DOC_MODULE: non-POSIX variable name
gnome-doc-utils.make:269: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:280: warning: if $(DOC_MODULE: non-POSIX variable name
gnome-doc-utils.make:280: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:280: warning: foreach lc,$(_DOC_REAL_LINGUAS: non-POSIX variable name
gnome-doc-utils.make:280: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:288: warning: patsubst %.po,%.mo,$(_DOC_POFILES: non-POSIX variable name
gnome-doc-utils.make:288: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:295: warning: if $(DOC_MODULE: non-POSIX variable name
gnome-doc-utils.make:295: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:295: warning: foreach lc,$(_DOC_REAL_LINGUAS: non-POSIX variable name
gnome-doc-utils.make:295: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:300: warning: foreach lc,$(_DOC_REAL_LINGUAS: non-POSIX variable name
gnome-doc-utils.make:300: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:300: warning: foreach page,$(_DOC_C_PAGES: non-POSIX variable name
gnome-doc-utils.make:300: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:300: warning: notdir $(page: non-POSIX variable name
gnome-doc-utils.make:300: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:306: warning: foreach lc,$(_DOC_REAL_LINGUAS: non-POSIX variable name
gnome-doc-utils.make:306: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:306: warning: foreach inc,$(_DOC_C_INCLUDES: non-POSIX variable name
gnome-doc-utils.make:306: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:306: warning: notdir $(inc: non-POSIX variable name
gnome-doc-utils.make:306: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:313: warning: foreach lc,$(_DOC_REAL_LINGUAS: non-POSIX variable name
gnome-doc-utils.make:313: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:313: warning: foreach doc,$(_DOC_C_HTML: non-POSIX variable name
gnome-doc-utils.make:313: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:313: warning: notdir $(doc: non-POSIX variable name
gnome-doc-utils.make:313: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:319: warning: if $(filter html HTML,$(_DOC_REAL_FORMATS: non-POSIX variable name
gnome-doc-utils.make:319: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:325: warning: foreach lc,$(_DOC_REAL_LINGUAS: non-POSIX variable name
gnome-doc-utils.make:325: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:325: warning: patsubst C/%,$(lc: non-POSIX variable name
gnome-doc-utils.make:325: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:328: warning: foreach fig,$(_DOC_C_FIGURES: non-POSIX variable name
gnome-doc-utils.make:328: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:328: warning: foreach lc,C $(_DOC_REAL_LINGUAS: non-POSIX variable name
gnome-doc-utils.make:328: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:328: warning: wildcard $(srcdir: non-POSIX variable name
gnome-doc-utils.make:328: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:328: warning: patsubst C/%,%,$(fig: non-POSIX variable name
gnome-doc-utils.make:328: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:333: warning: dir $@: non-POSIX variable name
gnome-doc-utils.make:333: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:360: warning: dir $@: non-POSIX variable name
gnome-doc-utils.make:360: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:367: warning: dir $@: non-POSIX variable name
gnome-doc-utils.make:367: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:368: warning: notdir $@: non-POSIX variable name
gnome-doc-utils.make:368: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:378: warning: if $(DOC_MODULE: non-POSIX variable name
gnome-doc-utils.make:378: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:378: warning: if $(DOC_ID: non-POSIX variable name
gnome-doc-utils.make:378: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:390: warning: if $(filter html HTML,$(_DOC_REAL_FORMATS: non-POSIX variable name
gnome-doc-utils.make:390: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:393: warning: foreach lc,C $(_DOC_REAL_LINGUAS: non-POSIX variable name
gnome-doc-utils.make:393: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:396: warning: patsubst %.xhtml,%.xml,$@: non-POSIX variable name
gnome-doc-utils.make:396: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:441: warning: if $(_DOC_OMF_IN: non-POSIX variable name
gnome-doc-utils.make:441: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:442: warning: if $(_DOC_DSK_IN: non-POSIX variable name
gnome-doc-utils.make:442: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:443: warning: if $(_DOC_REAL_LINGUAS: non-POSIX variable name
gnome-doc-utils.make:443: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:444: warning: if $(DOC_MODULE: non-POSIX variable name
gnome-doc-utils.make:444: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:587: warning: if $(DOC_ID: non-POSIX variable name
gnome-doc-utils.make:587: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
gnome-doc-utils.make:625: warning: patsubst C/%,%,$(_DOC_C_FIGURES: non-POSIX variable name
gnome-doc-utils.make:625: (probably a GNU make extension)
doc/Makefile.am:2:   'gnome-doc-utils.make' included from here
libbalsa/Makefile.am: installing './depcomp'
libbalsa/imap/Makefile.am:47: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
libinit_balsa/Makefile.am:19: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Running configure --with-gpgme=/usr/bin/gpgme-config --with-gpg-app=/usr/bin/gpg2 --with-html-widget=webkit --with-nm=no --with-gtkspell --with-rubrica=yes --with-libnotify --with-canberra ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether ln -s works... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for struct utsname.domainname... yes
checking for pkg-config... /usr/bin/pkg-config
checking for gnome-doc-tool... /usr/bin/gnome-doc-tool
checking whether we have gnome-doc-utils... yes
checking pkg-config is at least version 0.9.0... yes
checking gnome-doc-utils >= 0.3.2... yes
checking whether NLS is requested... yes
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.22.2
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed...  am ar az bg bs ca cs da de dz el en_CA en_GB eo es et eu fi fr ga gl he hi hr hu id it ja ko lt lv mk ml ms nb ne nl nn oc pa pl pt pt_BR ro ru rw sk sl sq sr sr@latin sv tr uk vi wa zh_CN zh_HK zh_TW
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking whether we have gnome-keyring... yes
checking Gmime version... 2.6
checking for BALSA... yes
checking for BALSA_AB... yes
checking whether res_init is available... yes
checking whether to use an HTML widget... webkit
checking for HTML... yes
checking whether to build with gpgme/GnuPG support... checking gpgme library version... 1.6.0
checking /usr/bin/gpg2 version... gpg: keyserver option 'honor-http-proxy' is unknown
2.1.11
checking whether to include S/MIME support... yes
checking whether to use LDAP... no
checking whether to use SQLite... no
checking whether to include Rubrica2 support... yes
checking for LIBXML2... yes
checking whether to build ESMTP support... yes
checking for smtp_start_session in -lesmtp... yes
checking for smtp_option_require_all_recipients in -lesmtp... yes
checking for smtp_starttls_set_password_cb in -lesmtp... yes
checking Regular expressions... POSIX
checking whether to build SSL support... no
checking for NOTIFY... yes
checking NetworkManager-glib-devel... no
checking whether to build Compface support... no
checking whether to build with libUnique... no
checking whether to build with canberra... yes
checking for CANBERRA... yes
checking whether to include Mac OS X Desktop Integration... no
checking whether to configure for Touch UI... no
checking for SPELL... yes
checking for an ANSI C-conforming const... yes
checking for ANSI C header files... (cached) yes
checking whether localtime_r is declared... yes
checking whether gmtime_r is declared... yes
checking whether ctime_r is declared... yes
checking for localtime_r... yes
checking for gmtime_r... yes
checking for ctime_r... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking whether gcc understands -Wsign-compare... yes
checking whether gcc understands -Wpointer-arith... yes
checking whether gcc understands -Wnested-externs... yes
checking whether gcc understands -Wchar-subscripts... yes
checking whether gcc understands -Wuninitialized... yes
checking whether gcc understands -Wmissing-prototypes... yes
checking whether gcc understands -Wreturn-type... yes
checking whether gcc understands -Wdeclaration-after-statement... yes
checking for GIT information... yes
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for gai_strerror... yes
checking for isblank... yes
checking for gawk... (cached) mawk
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating balsa.1
config.status: creating balsa.spec
config.status: creating balsa.desktop.in
config.status: creating balsa-mailto-handler.desktop.in
config.status: creating po/Makefile.in
config.status: creating sounds/Makefile
config.status: creating images/Makefile
config.status: creating images/mimetypes/Makefile
config.status: creating images/16x16/Makefile
config.status: creating images/24x24/Makefile
config.status: creating doc/Makefile
config.status: creating libbalsa/Makefile
config.status: creating libbalsa/imap/Makefile
config.status: creating libinit_balsa/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands

================ Final configuration ===================
    Installing into prefix: /usr/local
      Using multithreading: yes
   Enable compile warnings: yes
                Use ESMTP : yes
               HTML widget: webkit
 Use Unique (experimental): no
                 Use GNOME: yes
              Use Canberra: yes
                 Use GPGME: yes
                  Use LDAP: no
                   Use GSS: no
                Use SQLite: no
                   Use SSL: no
        Use NetworkManager: no
              Use GtkSpell: yes
             Use Libnotify:  >= 0.7
         Use GtkSourceView: no
              Use Compface: no
  Install extra MIME icons: yes
    Configure for Touch UI: no
             GMime version: 2.6

============================== NOTICE ================================
                You are using Balsa from GIT source.
  The program is likely to be unstable, contain incomplete features,
or just plain not work. Use it at your own risk. You have been warned.
======================================================================

(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/pc/System/git/balsa/missing autoheader)
configure.in:205: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.in:205: the top level
configure.in:205: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.in:205: the top level
configure.in:345: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
configure.in:345: the top level
configure.in:353: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
configure.in:353: the top level
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'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/pc/System/git/balsa/po'
Making all in sounds
make[2]: Entering directory '/home/pc/System/git/balsa/sounds'
make[2]: Nothing to be done for 'all'.
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'
make[2]: Nothing to be done for 'all'.
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'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/pc/System/git/balsa/libbalsa/imap'
make[3]: Entering directory '/home/pc/System/git/balsa/libbalsa'
  CC       imap-server.o
imap-server.c: In function ‘libbalsa_imap_server_new_from_config’:
imap-server.c:555:6: error: ‘gnome_keyring_find_password_sync’ is deprecated: Use 'secret_password_lookup_sync' instead [-Werror=deprecated-declarations]
      r = gnome_keyring_find_password_sync(LIBBALSA_SERVER_KEYRING_SCHEMA,
      ^
In file included from imap-server.c:35:0:
/usr/include/gnome-keyring-1/gnome-keyring.h:497:26: note: declared here
 GnomeKeyringResult       gnome_keyring_find_password_sync     (const GnomeKeyringPasswordSchema* schema,
                          ^
imap-server.c:562:3: error: ‘gnome_keyring_free_password’ is deprecated: Use 'secret_password_free' instead [-Werror=deprecated-declarations]
   gnome_keyring_free_password(server->passwd);
   ^
In file included from imap-server.c:35:0:
/usr/include/gnome-keyring-1/gnome-keyring.h:513:26: note: declared here
 void                     gnome_keyring_free_password          (gchar *password);
                          ^
imap-server.c:569:7: error: ‘gnome_keyring_free_password’ is deprecated: Use 'secret_password_free' instead [-Werror=deprecated-declarations]
       libbalsa_free_password(server->passwd);
       ^
In file included from imap-server.c:35:0:
/usr/include/gnome-keyring-1/gnome-keyring.h:513:26: note: declared here
 void                     gnome_keyring_free_password          (gchar *password);
                          ^
imap-server.c:572:25: error: ‘gnome_keyring_store_password_sync’ is deprecated: Use 'secret_password_store_sync' instead [-Werror=deprecated-declarations]
                         (LIBBALSA_SERVER_KEYRING_SCHEMA, NULL,
                         ^
In file included from imap-server.c:35:0:
/usr/include/gnome-keyring-1/gnome-keyring.h:483:26: note: declared here
 GnomeKeyringResult       gnome_keyring_store_password_sync    (const GnomeKeyringPasswordSchema* schema,
                          ^
imap-server.c:593:13: error: ‘gnome_keyring_free_password’ is deprecated: Use 'secret_password_free' instead [-Werror=deprecated-declarations]
             libbalsa_free_password(server->passwd);
             ^
In file included from imap-server.c:35:0:
/usr/include/gnome-keyring-1/gnome-keyring.h:513:26: note: declared here
 void                     gnome_keyring_free_password          (gchar *password);
                          ^
cc1: all warnings being treated as errors
Makefile:742: recipe for target 'imap-server.o' failed
make[3]: *** [imap-server.o] Error 1
make[3]: Leaving directory '/home/pc/System/git/balsa/libbalsa'
Makefile:775: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/pc/System/git/balsa/libbalsa'
Makefile:687: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pc/System/git/balsa'
Makefile:484: recipe for target 'all' failed
make: *** [all] Error 2

Attachment: pgp4NFosy9eYN.pgp
Description: PGP signature

_______________________________________________
balsa-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/balsa-list

Reply via email to