Re: [PLUG] GTK+2.0 development

2005-06-10 Thread Abhijit Bhopatkar
> I have debian sarge (kernel 2.6) installed. Who doesn't ? :-)) > so i changed the #include statement to but it still > does not work. > > So i made a symlink to gtk from /usr/include, but still no success. > > Any ideas? Just add -I/usr/src/include to your cflags hth -- BAIN http://abhijit.a

Re: [PLUG] GTK+2.0 development

2005-06-10 Thread Aditya Laghate
#pkg-config --cflags gtk+-2.0 -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include #pkg-config --libs gtk+-2.0 -Wl,--export-dynamic -lgtk-x11-2.

Re: [PLUG] GTK+2.0 development

2005-06-09 Thread Aditya Laghate
>Hi, > >I was interested in doing some development using GTK+ 2.0 > > > >I have debian sarge (kernel 2.6) installed. I also installed all the > >libraries required for developing GTK+ applications. > > > > > do you have development headers for GTK > > apt-cache search gtk | grep dev > > Install

Re: [PLUG] GTK+2.0 development

2005-06-08 Thread Rahul Sundaram
Aditya Laghate wrote: Hi, I was interested in doing some development using GTK+ 2.0 I have debian sarge (kernel 2.6) installed. I also installed all the libraries required for developing GTK+ applications. do you have development headers for GTK apt-cache search gtk | grep dev Install the

Re: [PLUG] GTK+2.0 development

2005-06-08 Thread Binulal Narayanan
Aditya Laghate wrote: Hi, I was interested in doing some development using GTK+ 2.0 I have debian sarge (kernel 2.6) installed. I also installed all the libraries required for developing GTK+ applications. In the header of the main.cpp file i put the line #include While compiling using gc

[PLUG] GTK+2.0 development

2005-06-08 Thread Aditya Laghate
Hi, I was interested in doing some development using GTK+ 2.0 I have debian sarge (kernel 2.6) installed. I also installed all the libraries required for developing GTK+ applications. In the header of the main.cpp file i put the line #include While compiling using gcc command gcc base.c -o ba