On Fri, 10 Dec 2004 19:48:08 +0000
Frank Staals <[EMAIL PROTECTED]> wrote:

> I would like to build graphical C programs, therefor I wanted to use 
> GTK. I tried to build the first program in the GTK Tutorial: 
> http://www.gtk.org/tutorial/ch-gettingstarted.html and I tried to 
> compile it as it was explained there: gcc mainwindow.c -o mainwindow 
> `pkg-config --cflags --libs gtk+-2.0`  I couldn't compile it because
> of 

Looking at the log it seems like you didn't use backquotes, so the shell
didn't expand the pkg-config command. Note that ' and ` have different
meanings.

Once you get past that I'd recommend you looking at libglade2, which is
almost essential as soon as you start writing programs with non-trivial
GUIs.

Cheers,
-- 
Miguel Mendez <[EMAIL PROTECTED]> | lea     gfx_lib(pc),a1
http://www.energyhq.es.eu.org            | moveq   #0,d0
PGP Key: 0xDC8514F1                      | move.l  4.w,a6
Note: All HTML mail goes to /dev/null    | jsr     -552(a6)

Attachment: pgpJwf43tzBfu.pgp
Description: PGP signature

Reply via email to