Search results

  1. ubuntuforums.org/​showthread.php?t=636085   Cached
    I use a simple makefile for compiling test programs containing lines like: gcc program.c -o program `pkg-config gtk+-2.0 --cflags --libs` This worked perfectly well ...
  2. ubuntuforums.org/archive/index.php/t-​95869.html   Cached
    Can't find gtk-config executable. pkg-config gtk+-2.0 --libs returns ... sudo apt-get install libgtk2.0-dev does :):KS. slick666. January 23rd, 2009, 12:25 AM.
  3. ubuntuforums.org/showthread.php?t=95869   Cached
    I've installed libgtk2.0-dev and ... when I try the ./configure step with wxWidgets v2.4.2 it complains that it can't find gtk-config for gtk+ or gtk ...
  4. www.daniweb.com/hardware-and-software/​linux-and-unix/...   Cached
    I searched all of the GTK+ page and can't find ... sudo apt get install gnome-core-devel build-essential install libgtk2 ... gcc -Wall -g test.c -o test `pkg-config ...
  5. www.linuxquestions.org/questions/ubuntu-​63/installing...   Cached
    sudo apt-get install libgtkextra-dev libgtk2.0-dev libfontconfig1-dev ... Can't find libgtkextra-dev. ... cannot find gtk-config on ubuntu9.04 after installing GTK:
  6. ubuntuforums.org/​showthread.php?t=403647   Cached
    what would i apitude(can this be used as a verb?) if i want to start tinkering around ... sudo aptitude install gnome-core-devel build-essential and then, here is a ...
  7. www.cplusplus.com/forum/unices/40030   Cached
    The problem is that bough g++ and gcc can't find "gtk/gtk.h ... I have already installed libgtk2.0-dev ... Add the following to the compiling call: `pkg-config gtk+ ...
  8. stackoverflow.com/questions/9439744/gtk-​cant-find-config-h   Cached
    Gtk can't find “<config.h> ... is the default name of the header file output by Autoconf that contains platform-specific defines. That's why you won't find it ...
  9. www.linuxquestions.org/questions/linux-​software-2/gtk-2...   Cached
    I just can't find it on my system. I installed the packages libgtk2.0* except libgtk2.0-cil* and libgtk2.0-dbg. ... config.h is generated..
  10. us.generation-nt.com/answer/gtk-config-​help-211159892.html
    gtk-config - answer - hi all! before this time i was using for compilling my gtk applications next command: #gcc myprogram.c `pkg-config gtk+-3.0.pc --libs --cflags ...