Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: almost there - need help setting up gtk dev

  1. #11
    Join Date
    Sep 2009
    Location
    UK
    Beans
    435
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: almost there - need help setting up gtk dev

    i'm on jaunty jokealope, trying to reinstall libgtkmm-2.4-dev now

    ps many thanks for your time

  2. #12
    Join Date
    Sep 2009
    Location
    UK
    Beans
    435
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: almost there - need help setting up gtk dev

    no luck

    what do you have in gtkcolorsel.h on line 60;

    i have;

    Code:
    GtkVBox parent_instance;
    from

    Code:
    struct _GtkColorSelection
    {
      GtkVBox parent_instance;
    
      /* < private_data > */
      gpointer GSEAL (private_data);
    };
    i think there is somthing installed on your machine that is not on mine!

  3. #13
    Join Date
    Mar 2006
    Beans
    837

    Re: almost there - need help setting up gtk dev

    I have exactly the same thing! This is weird! I suppose you have downloaded all updates, right?

    Maybe you have "played around" on your machine and messed something up. Or maybe it is a borked OS install... I don't know if you can, but wait till 29 October and install Karmic from scratch.

  4. #14
    Join Date
    Sep 2009
    Location
    UK
    Beans
    435
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: almost there - need help setting up gtk dev

    yea i guess... hate waiting... want to make some crm software

  5. #15
    Join Date
    Mar 2006
    Beans
    837

    Re: almost there - need help setting up gtk dev

    Although it should be pulled automatically when you installed libgtkmm, do you have libgtk2.0-dev installed?

  6. #16
    Join Date
    Sep 2009
    Location
    UK
    Beans
    435
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: almost there - need help setting up gtk dev

    Quote Originally Posted by SledgeHammer_999 View Post
    Although it should be pulled automatically when you installed libgtkmm, do you have libgtk2.0-dev installed?
    libgtk2.0-dev is already the newest version.


  7. #17
    Join Date
    Sep 2009
    Location
    UK
    Beans
    435
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: almost there - need help setting up gtk dev

    don't know what the problem was but after upgrading to ubuntu 9.10 all works.

  8. #18
    Join Date
    Mar 2006
    Beans
    837

    Re: almost there - need help setting up gtk dev

    probably something was borked

    If you need help to set up Code::blocks just ask.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

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