> 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
#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.
>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
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
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
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