Results 1 to 7 of 7

Thread: Compile errors.

  1. #1
    Join Date
    Jul 2008
    Beans
    10

    Compile errors.

    I've been trying to compile a plugin for gmpc, but i keep getting errors after ./configure I've taken care of as many as I can the last one i got told me i didnt have pkg-config, so i installed it via synaptic now i get this http://pastebin.com/m4f17f6d9

    pretty sure i have pkg-config installed. It's listed in my synaptic.

  2. #2
    Join Date
    Dec 2006
    Location
    Canada
    Beans
    432
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Compile errors.

    You need to have the development packages installed for the required libraries (packages with -dev at the end). This is what the ./configure command needs.

  3. #3
    Join Date
    Jul 2008
    Beans
    10

    Re: Compile errors.

    I was told I needed

    * gcc compiler
    * libtool
    * intltool Version 0.21 or higher
    * glib
    * libcurl
    * gobject
    * gtk+-2.0
    * gmodule
    * libglade
    * gthreads
    * libmpd
    * gob 2.0
    Somethings do not show up in synaptic when I search for them, and I can't seem to be able to find the dev versions of some of them.

  4. #4
    Join Date
    Jul 2006
    Location
    Germany
    Beans
    1,805

    Re: Compile errors.

    Have you installed build-essential?
    ...

  5. #5
    Join Date
    Jul 2008
    Beans
    10

    Re: Compile errors.

    I didn't I just did though, I am now getting, http://pastebin.com/mb1b241b


    Requested 'libmpd >= 0.15.98' but version of libmpd is 0.14.0
    No package 'gmpc' found
    configure:19964: error: Package requirements ( glib-2.0 >= 2.10
    gobject-2.0 >= 2.4
    gtk+-2.0 >= 2.8
    gmodule-2.0
    libxml-2.0
    gthread-2.0
    libmpd >= 0.15.98
    gmpc >= 0.15.98
    ) were not met:

    Requested 'libmpd >= 0.15.98' but version of libmpd is 0.14.0
    No package 'gmpc' found

  6. #6
    Join Date
    Jul 2006
    Location
    Germany
    Beans
    1,805

    Re: Compile errors.

    Quote Originally Posted by Demios101 View Post
    I didn't I just did though, I am now getting, http://pastebin.com/mb1b241b
    Well, it seems like you need to compile the latest libmpd and gmpc as well.
    The source can be found here:
    http://download.sarine.nl/Programs/gmpc/0.16.0-beta1/

    Perhaps you should ask yourself if it is worth the trouble.
    ...

  7. #7
    Join Date
    Jul 2008
    Beans
    10

    Re: Compile errors.

    That was the problem, i removed the synaptic installed libmpd and compiled a new one... yes, it is so very worth it right now. Thanks for all your help guys.

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
  •