Re: Compile error

2022-03-24 Thread AS via balsa-list
Hi, Albrecht, On 03/14/2022 09:56:42 PM, Albrecht Dreß via balsa-list wrote: Am 14.03.22 13:52 schrieb(en) AS via balsa-list: mailbox_imap.c: In function ‘libbalsa_mailbox_imap_fetch_headers’: mailbox_imap.c:2333:15: error: comparison of integer expressions of different signedness: ‘glong’

Re: Compile error

2022-03-15 Thread Peter Bloomfield
Hi Albrecht! On 03/14/2022 04:56:42 PM Mon, Albrecht Dreß via balsa-list wrote: Hi Andreas, thanks a lot for your report! Am 14.03.22 13:52 schrieb(en) AS via balsa-list: mailbox_imap.c: In function ‘libbalsa_mailbox_imap_fetch_headers’: mailbox_imap.c:2333:15: error: comparis

Re: Compile error

2022-03-14 Thread Albrecht Dreß via balsa-list
Hi Andreas, thanks a lot for your report! Am 14.03.22 13:52 schrieb(en) AS via balsa-list: mailbox_imap.c: In function ‘libbalsa_mailbox_imap_fetch_headers’: mailbox_imap.c:2333:15: error: comparison of integer expressions of different signedness: ‘glong’ {aka ‘long int’} and ‘

Re: compile error with latest svn

2007-04-10 Thread Pawel Salek
On 04/10/2007 07:51:24 PM, Peter Bloomfield wrote: > [snip] > Hmmm...the docs glib-Key-value-file-parser.html#g-key-file-get-double> say that > g_key_file_get_double is "Since 2.12", but Balsa code uses > GLIB_CHECK_VERSION(2, 10, 0). My fc6 syst

Re: compile error with latest svn

2007-04-10 Thread Nuno Monteiro
On 2007-04-10 18:47, Albrecht Dreß wrote: Dear Nuno: [snip snip] Do you use glib 2.10? Yes: $ dpkg -p libglib2.0-0|grep Version Version: 2.10.3-0ubuntu1 These functions were only added in glib 2.12, but the sources request at least 2.10, which is actually a bug... Can you try the atta

Re: compile error with latest svn

2007-04-10 Thread Peter Bloomfield
On 04/10/2007 01:51:24 PM, Peter Bloomfield wrote: Hi Nuno! On 04/10/2007 12:36:44 PM, Nuno Monteiro wrote: Hi all, I get this error while trying to build balsa from the latest svn: cc1: warnings being treated as errors libbalsa-conf.c: In function ‘libbalsa_conf_get_double_with_default_’: l

Re: compile error with latest svn

2007-04-10 Thread Nuno Monteiro
On 2007-04-10 18:27, Pawel Salek wrote: [snip snip] Does adding #include at the top of libbalsa/libbalsa-conf.c change anything? Unfortunately, no. Same error as before. You glib2 library has gkeyfile.h header? Yes: $ ls -al /usr/include/glib-2.0/glib/gkeyfile.h -rw-r--r-- 1 root ro

Re: compile error with latest svn

2007-04-10 Thread Peter Bloomfield
Hi Nuno! On 04/10/2007 12:36:44 PM, Nuno Monteiro wrote: Hi all, I get this error while trying to build balsa from the latest svn: cc1: warnings being treated as errors libbalsa-conf.c: In function ‘libbalsa_conf_get_double_with_default_’: libbalsa-conf.c:429: warning: implicit declaration of

Re: compile error with latest svn

2007-04-10 Thread Albrecht Dreß
Dear Nuno: Am 10.04.07 18:36 schrieb(en) Nuno Monteiro: cc1: warnings being treated as errors libbalsa-conf.c: In function ‘libbalsa_conf_get_double_with_default_’: libbalsa-conf.c:429: warning: implicit declaration of function ‘g_key_file_get_d ouble’ Do you use glib 2.10? These functions

Re: compile error with latest svn

2007-04-10 Thread Pawel Salek
On 04/10/2007 07:14:07 PM, Nuno Monteiro wrote: > On 2007-04-10 18:06, Pawel Salek wrote: >> > [ snip snip] >> >> I can compile current svn just fine on Centos4 (gcc-3.4.6, --with-ssl >> >> --with-ldap) and FC6 (gcc-4.1.1, --with-ssl --with-gtkspell >> --with-sqlite --with-gpgme) - what's your c

Re: compile error with latest svn

2007-04-10 Thread Nuno Monteiro
On 2007-04-10 18:06, Pawel Salek wrote: [ snip snip] I can compile current svn just fine on Centos4 (gcc-3.4.6, --with-ssl --with-ldap) and FC6 (gcc-4.1.1, --with-ssl --with-gtkspell --with-sqlite --with-gpgme) - what's your config? Hi Pawel I used --prefix=/opt --disable-smime --with-co

Re: compile error with latest svn

2007-04-10 Thread Pawel Salek
On 04/10/2007 06:36:44 PM, Nuno Monteiro wrote: > > Hi all, > > I get this error while trying to build balsa from the latest svn: > > cc1: warnings being treated as errors > libbalsa-conf.c: In function ‘libbalsa_conf_get_double_with_default_’: > [snip] > > I'm running a fully updated Ubuntu 6.