Results 1 to 8 of 8

Thread: ./configure error: GLIB >= 1.2.2 not installed - please install first

  1. #1
    Join Date
    Jan 2009
    Beans
    46

    ./configure error: GLIB >= 1.2.2 not installed - please install first

    i'm trying to install xmms. the command, compiling it with the first command "./configure" gives me this error: "GLIB >= 1.2.2 not installed - please install first." that doesn't help a newb much. what and where can i find this glib program?

  2. #2
    Join Date
    Oct 2006
    Location
    Tucson, AZ
    Beans
    1,420
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: ./configure error: GLIB >= 1.2.2 not installed - please install first

    You probably need to install the "development" package for glib. In a terminal window: "sudo apt-get install libglib1.2-dev". This may also automagically install a few other requirements.

    Lloyd B.
    Don't tell me to get a life.
    I had one once.
    It sucked.

  3. #3
    Join Date
    May 2007
    Beans
    1,091

    Re: ./configure error: GLIB >= 1.2.2 not installed - please install first

    it means you need to have that package, at least version 1.2.2 installed for xmms to configure. in your case the package you need may not be so obvious, but to get it you can run
    Code:
    sudo apt-get install libglib2.0-dev
    and then try ./configure again

  4. #4
    Join Date
    Jan 2009
    Beans
    46

    Re: ./configure error: GLIB >= 1.2.2 not installed - please install first

    Quote Originally Posted by lloyd_b View Post
    You probably need to install the "development" package for glib. In a terminal window: "sudo apt-get install libglib1.2-dev". This may also automagically install a few other requirements.

    Lloyd B.
    woa. how did you know that it was the "development" package that i needed? and how did you know that it was the packaged specifically named "libglib1.2-dev?"

    does this mean i have to go this forum and ask everytime i'm missing a dependency of some sort?

    by the way, installing libglib2.0-dev did not work. but libglib1.2-dev did. but now i'm getting a similar error:

    checking for gtk-config... no
    checking for GTK - version >= 1.2.2... no
    *** The gtk-config script installed by GTK could not be found
    *** If GTK was installed in PREFIX, make sure PREFIX/bin is in
    *** your path, or set the GTK_CONFIG environment variable to the
    *** full path to gtk-config.
    configure: error: *** GTK+ >= 1.2.2 not installed - please install first ***

    i get a myriad of files in synaptic when filtering for "gtk" in the development section. how frustrating. i just want to install everything gtk and see if this works. 'won't do that of course. i need your help here too guys. thanks again.
    Last edited by excbuntu; February 14th, 2009 at 09:26 AM.

  5. #5
    Join Date
    Nov 2005
    Location
    Uppsala, Sweden
    Beans
    2,180
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: ./configure error: GLIB >= 1.2.2 not installed - please install first

    Quote Originally Posted by excbuntu View Post
    Code:
    configure: error: *** GTK+ >= 1.2.2 not installed - please install first ***
    i get a myriad of files in synaptic when filtering for "gtk" in the development section. how frustrating. i just want to install everything gtk and see if this works. 'won't do that of course. i need your help here too guys. thanks again.
    You need to install libgtk1.2-dev. How to know which package to get?
    To build something, you need development versions (names ending with "-dev") of the libraries the program you try to compile will use (names usually starting with "lib").
    The error message tells you you need at least version 1.2.2. There are two libgtk[xx]-dev packages: libgtk1.2-dev and libgtk2.0-dev. xmms is really old and was never converted to gtk version 2 (and will not compile with gtk 2), so you need the libgtk1.2-dev package.

    But the important question is: WHY would anyone want to use xmms? It's hopelessly outdated.
    If you want a light-weight (no nonse or silly database functionalities) player that is still actively developed, why not try audacious? It's based on beep media player, which in turn was based on the original xmms, so it looks pretty much the same as old xmms. And, it available through the repos:
    Code:
    sudo apt-get install audacious
    Edit: If you really want to build xmms, here's the command to get the build-dependencies listed in the source package in the gutsy repo:
    Code:
    sudo apt-get install autotools-dev automake libtool gettext libasound2-dev libaudiofile-dev libgl1-mesa-dev libglib1.2-dev libgtk1.2-dev libesd0-dev libice-dev libmikmod2-dev libogg-dev libsm-dev libvorbis-dev libx11-dev libxext-dev libxi-dev libxxf86vm-dev libxml-dev libssl-dev sharutils
    Last edited by jocko; February 14th, 2009 at 10:49 AM.

  6. #6
    Join Date
    Jan 2009
    Beans
    46

    Re: ./configure error: GLIB >= 1.2.2 not installed - please install first

    ^ you are the (wo?)man. that's the answer i was looking for. thank you. and as for why i wanted xmms was because i googled 'best mp3 player for linux' and read some good stuff about xmms but didn't know how outdated it was.

    and yah, audiacious looks pretty much like the screenshots of xmms! thanks again!

  7. #7
    Join Date
    Aug 2009
    Location
    Cluj Napoca, Romania
    Beans
    9
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: ./configure error: GLIB >= 1.2.2 not installed - please install first

    If you look through the README file, in xmms src, you will find links to older versions of glib and gtk.
    Get them from here:

    ftp://ftp.gtk.org/pub/gtk/v1.2/

    Cheers!

  8. #8
    Join Date
    Jul 2011
    Beans
    2

    Re: ./configure error: GLIB >= 1.2.2 not installed - please install first

    posted in wrong thread, sorry!

Tags for this Thread

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
  •