Re: GTK2 - what's wrong?

2008-04-07 Thread Jacob Meuser
On Mon, Apr 07, 2008 at 11:54:16AM +0200, Zbigniew Baniewski wrote: > Trying to compile a simple example taken from: > > http://library.gnome.org/devel/gtk-tutorial/stable/c39.html#SEC-HELLOWORLD > > ...code below... > > #v+ > #include > > int main( int argc, > ch

Re: GTK2 - what's wrong?

2008-04-07 Thread Marc Espie
On Mon, Apr 07, 2008 at 11:54:16AM +0200, Zbigniew Baniewski wrote: > Trying to compile a simple example taken from: > > http://library.gnome.org/devel/gtk-tutorial/stable/c39.html#SEC-HELLOWORLD > > ...code below... > > #v+ > #include > > int main( int argc, > ch

GTK2 - what's wrong?

2008-04-07 Thread Zbigniew Baniewski
Trying to compile a simple example taken from: http://library.gnome.org/devel/gtk-tutorial/stable/c39.html#SEC-HELLOWORLD ...code below... #v+ #include int main( int argc, char *argv[] ) { GtkWidget *window; gtk_init (&argc, &