Thread: Need Help Installing GTK+

  1. #1
    Registered User
    Join Date
    Apr 2004
    Posts
    11

    Need Help Installing GTK+

    I'd like to install GTK+, but i can`t for some reason..

    I'm using DJGPP (www.delorie.com) and WINDOWS XP..

    I've downloaded these two files:
    1) GTK+ http://didactiek.edm.luc.ac.be/human...0124-setup.zip
    2) GTK+ Developers http://didactiek.edm.luc.ac.be/human...4-20040124.zip

    I googled for hours but didn't find anything..
    any help? A step by step guide would be nice Thx
    Last edited by zuiplap; 05-01-2004 at 01:23 AM.

  2. #2
    Registered User linuxdude's Avatar
    Join Date
    Mar 2003
    Location
    Louisiana
    Posts
    926
    what is going wrong look here

  3. #3
    Registered User
    Join Date
    Apr 2004
    Posts
    11
    well, i just don't get it to work..
    This is what i did:
    1) installed DJGPP -> this is working fine

    2) unzipped above file (GTK)
    2.1) -> i got 5 directories: bin, include, lib, man,share
    -> i moved all the contents of include to the include folder of DJGPP
    -> same for the other folders
    2.2) include -> gtk-2.0 -> gtk, gdk,..
    -> i took the contents of gtk-2.0 and put it one folder up, (in include)
    -> because to include gtk we use <gtk/gtk.h>

    3) I installed the second file (setup.exe), in a different directory than djgpp (perhaps this is wrong)

    I went to the above site, and there i found:

    With gcc, you should use the -mno-cygwin and -mms-bitfields flags.
    --> my compiler doesn't even recognize the flags..

  4. #4
    Registered User caroundw5h's Avatar
    Join Date
    Oct 2003
    Posts
    751
    a much easier solution to using gtk on windows is here . all of the packaging has been done for you and there is easy to follow instructions specifically for windows users. let me know how it turns out. good luck and let me know if your program works fine.
    Warning: Opinions subject to change without notice

    The C Library Reference Guide
    Understand the fundamentals
    Then have some more fun

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 1
    Last Post: 09-22-2008, 04:49 AM
  2. Problems installing gtk
    By hallo007 in forum Linux Programming
    Replies: 4
    Last Post: 06-26-2007, 02:26 PM
  3. Trouble installing Qt3 from book Cd
    By mrcheesypants in forum Tech Board
    Replies: 2
    Last Post: 10-12-2005, 06:57 PM
  4. GTK Help
    By Cronkilla in forum C Programming
    Replies: 2
    Last Post: 08-24-2004, 06:23 PM
  5. GTK problems
    By ZakkWylde969 in forum Tech Board
    Replies: 0
    Last Post: 12-29-2003, 10:49 PM