gtk+-2.0

  1. A

    How to compile gtk in ubuntu 12.10?

    I am new to gtk programming and am stuck in my very first program. I am unable to compile the file. I have tried the following commands and all gave same errors. $gcc 1.first.c 'pkg-config gtk+-2.0 --cflags' 'pkg-config gtk+-2.0 --libs' $g++ temp.c -os -s 'pkg-config gtk+-2.0 --cflags'...
Top Bottom