Announcement

Collapse
No announcement yet.

Compiling Latest Version of gtkPod .99.12 - Need Help With Error

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Compiling Latest Version of gtkPod .99.12 - Need Help With Error

    I'm upgrading to the latest version of gtkpod. I checked the wiki at http://gtkpod.wikispaces.com/Compiling+and+Installing to make sure I had all the dependents installed first. I typed "./configure" and "make" and received no errors. I then typed "make install" and received an error but it does not tell my noob ears what the problem was. Below is the hash of the output after I typed "make install". Any help is greatly appreciated.

    M


    mrmsudawgs@closet:~/Desktop/gtkpod .99.12/gtkpod-0.99.12$ sudo make install
    Password:
    Making install in src
    make[1]: Entering directory `/home/mrmsudawgs/Desktop/gtkpod .99.12/gtkpod-0.99. 12/src'
    make[2]: Entering directory `/home/mrmsudawgs/Desktop/gtkpod .99.12/gtkpod-0.99. 12/src'
    test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
    /usr/bin/install -c 'gtkpod' '/usr/local/bin/gtkpod'
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/home/mrmsudawgs/Desktop/gtkpod .99.12/gtkpod-0.99.1 2/src'
    make[1]: Leaving directory `/home/mrmsudawgs/Desktop/gtkpod .99.12/gtkpod-0.99.1 2/src'
    Making install in po
    make[1]: Entering directory `/home/mrmsudawgs/Desktop/gtkpod .99.12/gtkpod-0.99. 12/po'
    /bin/sh /home/mrmsudawgs/Desktop/gtkpod .99.12/gtkpod-0.99.12/install-sh -d /usr /local/share/locale
    /bin/sh: Can't open /home/mrmsudawgs/Desktop/gtkpod
    make[1]: *** [install-data-yes] Error 2
    make[1]: Leaving directory `/home/mrmsudawgs/Desktop/gtkpod .99.12/gtkpod-0.99.1 2/po'
    make: *** [install-recursive] Error 1
    mrmsudawgs@closet:~/Desktop/gtkpod .99.12/gtkpod-0.99.12$

    sudo make me rich<br /><br />Kubuntu Gutsy 7.10<br />KDE 3.5<br />Compaq Presario 5000<br />Intel Celeron 1.2 Ghz<br />512 Ram, Riva TNT2 Video Card<br />All the above hardware is 7 year old junk but<br />Linux runs great on it.&nbsp; :&gt<br />Ham Radio Rules

    #2
    Re: Compiling Latest Version of gtkPod .99.12 - Need Help With Error



    I'm still reviewing my hash and noticed that after I typed "Make" that there were a few "No" answers regarding installed libraries. All of these are optional libraries but I know they are there - or at least I thought they were. I used Adept to see if these were installed or not and they are - at least I think they are. For example, in the below hash there is a line that says

    "hal...................: *no -- will build without HAL support"

    but Adept found libhal 0.5.9 installed. I assumed that libhal = hal. Is this right? Another example, is

    libcurl ..............: *no -- will build without coverart download support

    but Adept found libcurl3 installed. Isn't this just a newer version of libcurl? There are many other examples like this that I have found but being a noob I'm not sure if these library files are equal or not.

    Please help if you can. Thank you!!






    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: creating po/Makefile.in
    config.status: creating scripts/Makefile
    config.status: creating data/Makefile
    config.status: creating data/icons/Makefile
    config.status: creating data/icons/32x32/Makefile
    config.status: creating data/icons/48x48/Makefile
    config.status: creating data/icons/64x64/Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    config.status: executing intltool commands
    config.status: executing default-1 commands
    config.status: executing po/stamp-it commands

    Configuration for gtkpod 0.99.12 :
    --------------------------------

    Host System Type .....: i686-pc-linux-gnu
    Install path .........: /usr/local
    GTK2 version .........: 2.10.11
    GLib2/GThread version : 2.12.11
    gnome-vfs.............: *no -- will build without iPod autodetection support
    hal...................: *no -- will build without HAL support
    libcurl ..............: *no -- will build without coverart download support
    mp4v2 ................: *no -- will build without aac support
    vorbisfile ...........: *no -- will build without ogg support
    FLAC .................: *no -- will
    build without FLAC support
    Preprocessor .........: gcc
    Compiler .............: gcc -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2
    .0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
    sudo make me rich<br /><br />Kubuntu Gutsy 7.10<br />KDE 3.5<br />Compaq Presario 5000<br />Intel Celeron 1.2 Ghz<br />512 Ram, Riva TNT2 Video Card<br />All the above hardware is 7 year old junk but<br />Linux runs great on it.&nbsp; :&gt<br />Ham Radio Rules

    Comment


      #3
      Re: Compiling Latest Version of gtkPod .99.12 - Need Help With Error

      I installed all the .dev files for each of the missing packages and that resolved the problem. No one told me that the .dev files were needed whenever you compile a program from source code.


      I Hope this helps someone.

      M
      sudo make me rich<br /><br />Kubuntu Gutsy 7.10<br />KDE 3.5<br />Compaq Presario 5000<br />Intel Celeron 1.2 Ghz<br />512 Ram, Riva TNT2 Video Card<br />All the above hardware is 7 year old junk but<br />Linux runs great on it.&nbsp; :&gt<br />Ham Radio Rules

      Comment

      Working...
      X