Find the answer to your Linux question:
Results 1 to 2 of 2
I downloaded one simple gtk+ project. If I try to comiple that c file, am getting error like: gtk/gtk.h file is not exist. How can I know whether GTK+ installed ...
  1. #1
    Just Joined!
    Join Date
    May 2007
    Posts
    3

    error: gtk/gtk.h f file is not exist, how to set path

    I downloaded one simple gtk+ project.
    If I try to comiple that c file, am getting error like:
    gtk/gtk.h file is not exist.

    How can I know whether GTK+ installed or not.
    And how can I set path.

    thanking you,

    Regards
    Jeevan

  2. #2
    Linux User cyberinstru's Avatar
    Join Date
    Jan 2007
    Location
    India
    Posts
    362
    1. Check if you have GTK-devel installed. Do ls /usr/include/gtk* and check for gtk-1.0 or gtk-2.0 directory.

    2. If you have that directory, ensure that while compiling, all the required compile options are present.
    ---------------------------------
    Registered Linux User #440311
    HI2ARUN _AT_ GMAIL _DOT_ COM
    ---------------------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...