Installing GTK+2.2.1

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default Installing GTK+2.2.1

    I am trying to install GTK+2.2.1 on a Redhat 9.0 system. I have
    sucessfully installed Glib, and Pango. Each configured and installed with
    no errors or warnings. However when I try to ./configure GTK+2.2.1 I get
    an error stating the following:

    checking Pango flags... -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wl,--export-dynamic -L/usr/local/lib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
    configure: error:
    *** Can't link to Pango. Pango is required to build

    Not sure why I am getting this error. I tried googling it but no luck.

    Any help would be appreciated.

    Les
    Les B. Labbauf Guest

  2. Similar Questions and Discussions

    1. Error 1409 installing Acrobat 8 on SystemError message 1409, installing Acrobat 8Professional on O
      Have tried installing from the CD or copy files to HD and then install. Will not happen either way. Will get error message or will not open. Have...
    2. Help! CFMX7 stalls on installing at "Installing WebServer Connectors"
      I hope someone can help with this - I am currently doing an install (fresh = no other CF versions on server) on a small production server - the...
    3. Installing CF on XP pro with IIS 5
      I have installed CF MX, 6.1 and 7 and still not having any luck and i really need to get this sorted. After i install the software the admin page...
    4. Installing standalone CF7 after installing JRun4
      I have installed JRun4 in developer mode. Subsequently I am attempting to install CF7 in "Multiserver configuration" but this option is dimmed out...
    5. Installing PHP 4.3.8
      I am trying to install php 4.3.8 with the following: ../configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var...
  3. #2

    Default Re: Installing GTK+2.2.1

    On Sun, 31 Aug 2003 13:29:39 -0400, Les B. Labbauf wrote:
    > I am trying to install GTK+2.2.1 on a Redhat 9.0 system. I have
    > sucessfully installed Glib, and Pango. Each configured and installed
    > with no errors or warnings. However when I try to ./configure GTK+2.2.1
    > I get an error stating the following:
    >
    > checking Pango flags... -I/usr/include/pango-1.0 -I/usr/X11R6/include
    > -I/usr/include/freetype2 -I/usr/local/include/pango-1.0
    > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
    > -Wl,--export-dynamic -L/usr/local/lib -lpangoxft-1.0 -lpangox-1.0
    > -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 configure:
    > error:
    > *** Can't link to Pango. Pango is required to build
    check configure log file, you will see (normally) the command executed and
    what was wrong

    HTH

    --
    T'aZ |Jabber:taz-007@jabber.org|GPG keyID:E051925D|[url]http://taz.prout.be[/url]
    *They that can give up essential liberty to obtain a little temporary
    safety deserve neither liberty nor safety.* Benjamin Franklin 1759
    Faq TCPA|Palladium|DRM [url]http://www.cl.cam.ac.uk/~rja14/tcpa-faq.html[/url]
    T'aZ Guest

  4. #3

    Default Re: Installing GTK+2.2.1

    Hello

    Les B. Labbauf (<llabbauf_spam_killer@comcast.net>) wrote:
    > I am trying to install GTK+2.2.1 on a Redhat 9.0 system. I have
    > sucessfully installed Glib, and Pango. Each configured and installed
    > with no errors or warnings.
    Did you perhaps forget to install the Glib and Pango devel packages?

    best regards
    Andreas Janssen

    --
    Andreas Janssen
    [email]andreas.janssen@bigfoot.com[/email]
    PGP-Key-ID: 0xDC801674
    Registered Linux User #267976
    Andreas Janssen Guest

  5. #4

    Default Re: Installing GTK+2.2.1

    T'aZ <j.adore.les@bonbon.net> wrote in message news:<pan.2003.09.02.07.34.45.252861@bonbon.net>.. .
    > On Sun, 31 Aug 2003 13:29:39 -0400, Les B. Labbauf wrote:
    >
    > > I am trying to install GTK+2.2.1 on a Redhat 9.0 system. I have
    > > sucessfully installed Glib, and Pango. Each configured and installed
    > > with no errors or warnings. However when I try to ./configure GTK+2.2.1
    > > I get an error stating the following:
    > >
    > > checking Pango flags... -I/usr/include/pango-1.0 -I/usr/X11R6/include
    > > -I/usr/include/freetype2 -I/usr/local/include/pango-1.0
    > > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
    > > -Wl,--export-dynamic -L/usr/local/lib -lpangoxft-1.0 -lpangox-1.0
    > > -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 configure:
    > > error:
    > > *** Can't link to Pango. Pango is required to build
    >
    > check configure log file, you will see (normally) the command executed and
    > what was wrong
    >
    > HTH

    I think the command that was executing was including in my post, will
    double check, but I am sure that it is the "checking Pango flags ...."
    that is included in the original post.

    Les
    evil_bastard Guest

  6. #5

    Default Re: Installing GTK+2.2.1

    Andreas Janssen <andreas.janssen@bigfoot.com> wrote in message news:<bj1k23$mo3$06$1@news.t-online.com>...
    > Hello
    >
    > Les B. Labbauf (<llabbauf_spam_killer@comcast.net>) wrote:
    >
    > > I am trying to install GTK+2.2.1 on a Redhat 9.0 system. I have
    > > sucessfully installed Glib, and Pango. Each configured and installed
    > > with no errors or warnings.
    >
    > Did you perhaps forget to install the Glib and Pango devel packages?
    >
    > best regards
    > Andreas Janssen

    Not sure, I will try that tonight.

    Thanks.

    Les
    evil_bastard Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139