Re: Problems compiling older Balsa versions



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



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