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

Re: GTK Dselect - ALPHA 1



On Sun, Oct 04, 1998 at 11:34:55AM -0400, Brian Almeida wrote:
> On Sun, Oct 04, 1998 at 12:44:36PM +0100, Tom Lees wrote:
> > 1.1.
> I am using the libgtk1.1 1.1.2-2 and libgtk1.1-dev 1.1.12-2 packages
> 
> With the default setup:
> 
> --------------
> Script started on Sun Oct  4 11:30:52 1998
> make[1]: Entering directory `/home/balmeida/gdselect/gtk'
> gcc -g -Wall -Werror -I/home/balmeida/gdselect/include -I/usr/X11R6/include -I/usr/lib/glib/include  -c main.c -o main.o
> gcc -g -Wall -Werror -I/home/balmeida/gdselect/include -I/usr/X11R6/include -I/usr/lib/glib/include  -c tree.c -o tree.o
> cc1: warnings being treated as errors
> tree.c: In function `populate_tree':
> tree.c:57: warning: implicit declaration of function `gtk_ctree_remove'

Change the "gtk_ctree_insert" to "gtk_ctree_insert_node". Likewise for
"gtk_ctree_remove" to "gtk_ctree_remove_node".

Reason: I was using gtk 1.1.1, 1.1.2 changed this.

-- 
Tom Lees <tom@lpsg.demon.co.uk> <tom@debian.org>  http://www.lpsg.demon.co.uk/
PGP Key: finger tom@master.debian.org, http://www.lpsg.demon.co.uk/pgpkeys.asc.


Reply to: