Re: Problems compiling older Balsa versions



Hi,

Thanx for your answer. Yes you had right. The result of your test is: "void gtk_tree_store_remove (GtkTreeStore *tree_store,"
so NOT gboolean.
I guess the GTK library is 2.0 or 2.1 ...
hm...
I'll update to GTK2.4

Thanx again,
cu
Daniel




Am 2005.10.19 22:37 schrieb(en) Pawel Salek:
On 10/19/2005 09:28:17 PM, Daniel Tahin wrote:
[snip]
But if i do "make", i get the following error:
...
then mv -f ".deps/balsa-app.Tpo" ".deps/balsa-app.Po"; else rm -f ".deps/balsa-app.Tpo"; exit 1; fi
balsa-app.c: In function `ba_remove_children_mailbox_nodes':
balsa-app.c:848: void value not ignored as it ought to be

Which version of gtk2 library have you got? The code in question is:
...
    valid =
	gtk_tree_store_remove(balsa_app.mblist_tree_store, &iter);
} else {
...

In my version (gtk2-2.6.10-2), gtk_tree_store_remove() returns gboolean

You can possibly find that out by running

grep gtk_tree_store_rem /usr/include/gtk-2.0/gtk/gtktreestore.h

where the gtktreestore.h file location depends on your system.

Pawel
_______________________________________________
balsa-list mailing list
balsa-list gnome org
http://mail.gnome.org/mailman/listinfo/balsa-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]