Announcement

Collapse
No announcement yet.

Need help compiling xbmc for Natty

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

    Need help compiling xbmc for Natty

    Natty 11.04
    KDE 4.6.5

    http://wiki.xbmc.org/index.php?title..._Debian/Ubuntu

    Everything worked fine until I got to the 'Configure, Build, Install' part of the Compilation. The following appeared on the konsole:

    steven@Yeshuah:~$ cd xbmc
    steven@Yeshuah:~/xbmc$ ./bootstrap
    ./bootstrap: 5: autoreconf: not found
    steven@Yeshuah:~/xbmc$ ./configure
    bash: ./configure: No such file or directory
    steven@Yeshuah:~/xbmc$ ./configure --enable-external-libraries
    bash: ./configure: No such file or directory
    steven@Yeshuah:~/xbmc$ make
    make: *** No targets specified and no makefile found. Stop.
    steven@Yeshuah:~/xbmc$ sudo make install
    make: *** No rule to make target `install'. Stop.
    steven@Yeshuah:~/xbmc$

    Fascinated by the youtube presentation, I attempted to create the compilation. I could not find a download site or any current data on the application after April this year.

    This is a bit beyond my abilities; is there anyone who can help me? Thanks!

    #2
    Re: Need help compiling xbmc for Natty

    PPA's

    https://launchpad.net/ubuntu/+ppas
    https://launchpad.net/ubuntu/+ppas?name_filter=xbmc (117 results)


    XBMC for Linux

    https://launchpad.net/~team-xbmc
    https://launchpad.net/~team-xbmc/+archive/unstable

    (Published 23 hours ago xbmc 2:11.0~git20111117.0e174c0-0ubuntu1~ppa1~natty)


    Do you have the build-essential, etc ?

    https://help.ubuntu.com/community/CompilingEasyHowTo
    https://help.ubuntu.com/community/CompilingSoftware


    "./bootstrap: 5: autoreconf: not found"

    http://packages.ubuntu.com/
    http://packages.ubuntu.com/search?se...natty&arch=any
    Have you tried ?

    - How to Ask a Question on the Internet and Get It Answered
    - How To Ask Questions The Smart Way

    Comment


      #3
      Re: Need help compiling xbmc for Natty

      I went to each link, and I am unable to understand well enough to use the information you gave me.
      One thing I have noticed is that when I attempt to add a ppa, I enter the address in the add box, but the choice that would allow it to be included remains greyed out, so I am unsure if I have attempted a link address or a ppa address.

      I am retired and mostly use my computer for entertainment and artwork, so I though I would try to make my computer a media center. Perhaps the application I am interested in has failed and been removed. In any event, thank you for trying to help me.

      I will keep an eye out to see of anyone else has the willingness or ability to help in the matter, at least for a while.

      It appears you went to a great deal of effort to help me, and I am too unskilled to take advantage of your kindness. You guys, who help are terrific and most appreciated.

      Comment


        #4
        Re: Need help compiling xbmc for Natty

        Documents, Documents & Documents

        It is a bit easier to use the Kubuntu/Ubuntu/Linux/Computer if you read the documents.

        Your Kubuntu installation should have: K -> Applications -> Help -> Kubuntu Documentation

        The Kubuntu Forums has HowTo/Experimentation/Customization/Optimization Kubuntu Forums -> Important Information -> Documentation

        The Ubuntu has: https://help.ubuntu.com/ and the wiki pages: https://help.ubuntu.com/community

        The KDE has: http://kde.org/documentation/ and the wiki pages: http://userbase.kde.org/


        XBMC- "The contents of Personal Package Archives are not checked or monitored. You install software from them at your own risk."


        Few ways to install a recent version of the XBMC. Using the Kubuntu 11.10.

        Searching a PPA with the XBMC. Picking the Nathan Rennie-Waldock's XBMC Nightly:

        https://launchpad.net/~nathan-renniewaldock
        https://launchpad.net/~nathan-rennie...e/xbmc-nightly
        (...packages for Oneiric, Natty, Maverick, and Lucid.)


        A) Adding the PPA to the sources list

        Every PPA has the "Read about installing" - link -> https://launchpad.net/+help/soyuz/ppa-sources-list.html

        1)
        Code:
        :~$ sudo add-apt-repository ppa:nathan-renniewaldock/xbmc-nightly
        [sudo] password for oneline: 
        You are about to add the following PPA to your system:
         XBMC Nightly
         Nightly builds of XBMC.
         More info: [url]https://launchpad.net/~nathan-renniewaldock/+archive/xbmc-nightly[/url]
        Press [ENTER] to continue or ctrl-c to cancel adding it
        
        Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.eAgL9aKzbQ --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80/ --recv 428926204FE30238F00B98224CDB129629A4B41A
        gpg: requesting key 29A4B41A from hkp server keyserver.ubuntu.com
        gpg: key 29A4B41A: public key "Launchpad PPA for Nathan Rennie-Waldock" imported
        gpg: Total number processed: 1
        gpg:        imported: 1 (RSA: 1)
        2) Updating:
        Code:
        sudo apt-get update
        3) Installing
        Code:
        sudo apt-get install xbmc
        
        The following NEW packages will be installed:
         ca-certificates-java default-jre-headless icedtea-6-jre-cacao
         icedtea-6-jre-jamvm java-common libaacs0 libbluray-bdj libbluray1 libcec
         libglew1.6 libhal-storage1 libhal1 libmicrohttpd5 libmikmod2 libnss3-1d
         libpcrecpp0 libqt3-mt libsdl-mixer1.2 libsmpeg0 openjdk-6-jre-headless
         openjdk-6-jre-lib python-bluez python-qt3 tzdata-java xbmc xbmc-bin
        0 upgraded, 26 newly installed, 0 to remove and 0 not upgraded.
        B) Downloading selected packages and installing them

        1) Browsing to the https://launchpad.net/~nathan-rennie...filter=oneiric

        and downloading the:

        libcec_1.2-1~ppa1~oneiric_i386.deb
        xbmc_11.0~git201111192049~6197d03-0~ppa1~oneiric_all.deb
        xbmc-bin_11.0~git201111192049~6197d03-0~ppa1~oneiric_i386.deb


        2) Installing them with the command:
        Code:
        sudo dpkg -i *.deb
        Code:
        Selecting previously deselected package libcec.
        (Reading database ... 157467 files and directories currently installed.)
        Unpacking libcec (from libcec_1.2-1~ppa1~oneiric_i386.deb) ...
        Selecting previously deselected package xbmc.
        Unpacking xbmc (from xbmc_11.0~git201111192049~6197d03-0~ppa1~oneiric_all.deb) ...
        Selecting previously deselected package xbmc-bin.
        Unpacking xbmc-bin (from xbmc-bin_11.0~git201111192049~6197d03-0~ppa1~oneiric_i386.deb) ...
        Setting up libcec (1.2-1~ppa1~oneiric) ...
        dpkg: dependency problems prevent configuration of xbmc:
         xbmc depends on python-bluez | python-lightblue; however:
         Package python-bluez is not installed.
         Package python-lightblue is not installed.
        dpkg: error processing xbmc (--install):
         dependency problems - leaving unconfigured
        dpkg: dependency problems prevent configuration of xbmc-bin:
         xbmc-bin depends on libglew1.6 (>= 1.6.0); however:
         Package libglew1.6 is not installed.
         xbmc-bin depends on libhal-storage1 (>= 0.5.8.1); however:
         Package libhal-storage1 is not installed.
         xbmc-bin depends on libhal1 (>= 0.5.8.1); however:
         Package libhal1 is not installed.
         xbmc-bin depends on libmicrohttpd5; however:
         Package libmicrohttpd5 is not installed.
         xbmc-bin depends on libpcrecpp0 (>= 7.7); however:
         Package libpcrecpp0 is not installed.
         xbmc-bin depends on libsdl-mixer1.2 (>= 1.2.6); however:
         Package libsdl-mixer1.2 is not installed.
         xbmc-bin depends on libbluray1; however:
         Package libbluray1 is not installed.
        dpkg: error processing xbmc-bin (--install):
         dependency problems - leaving unconfigured
        Processing triggers for man-db ...
        Processing triggers for hicolor-icon-theme ...
        Processing triggers for libc-bin ...
        ldconfig deferred processing now taking place
        Errors were encountered while processing:
         xbmc
         xbmc-bin
        There are errors as the dpkg can't download the needed packages. Fixing the installation with the apt-get

        3) Fix
        Code:
        sudo apt-get install -f
        Code:
        The following NEW packages will be installed:
         ca-certificates-java default-jre-headless icedtea-6-jre-cacao
         icedtea-6-jre-jamvm java-common libaacs0 libbluray-bdj libbluray1 libglew1.6
         libhal-storage1 libhal1 libmicrohttpd5 libmikmod2 libnss3-1d libpcrecpp0
         libsdl-mixer1.2 libsmpeg0 openjdk-6-jre-headless openjdk-6-jre-lib
         python-bluez tzdata-java
        0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
        2 not fully installed or removed.

        ...and here the XMBC is starting: K -> Applications -> Multimedia -> Media Center (XBMC Media Center)


        Have you tried ?

        - How to Ask a Question on the Internet and Get It Answered
        - How To Ask Questions The Smart Way

        Comment


          #5
          Re: Need help compiling xbmc for Natty

          I just added this one to my sources and thin did a
          Code:
          sudo apt-get update && sudo apt-get install xbmc


          I didn't have much luck trying to compile it ether

          VINNY
          i7 4core HT 8MB L3 2.9GHz
          16GB RAM
          Nvidia GTX 860M 4GB RAM 1152 cuda cores

          Comment

          Working...
          X