Re: Gnome developer questions




> Will we be able to create a hello world Gnome
> application with a makefile under 10 lines?

Yes:

ghello: ghello.c
	cc -o ghello ghello.c `gnome-config --libs --cflags gnomeui`

> 3 - Is gnome-config supposed to work?
> `gnome-config --libs` doesn't work like `gtk-config --libs`  Actually,
> I get no output.  Maybe I expected it to build the library list
> required to link a gnome application.  Is it supposed to?

try gnome-config --help

Or download the new gnome-libs, which has a shining man page for
gnome-config ;-)

Miguel.



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