LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing xine (https://www.linuxquestions.org/questions/linux-newbie-8/installing-xine-556664/)

almon 05-25-2007 12:08 PM

installing xine
 
i have ubuntu64 bit distro.
to install xine,I installed xlib and xine-ui and configured both.I followed the same instructions given in the page.After make install of xine-ui it said :Nothing to be done for `install-data-am'.what is that??
its last few lines r like this:
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/alekh/Desktop/xine-ui-0.99.5/src/fb'
make[2]: Leaving directory `/home/alekh/Desktop/xine-ui-0.99.5/src/fb'
make[2]: Entering directory `/home/alekh/Desktop/xine-ui-0.99.5/src'
make[3]: Entering directory `/home/alekh/Desktop/xine-ui-0.99.5/src'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/alekh/Desktop/xine-ui-0.99.5/src'
make[2]: Leaving directory `/home/alekh/Desktop/xine-ui-0.99.5/src'
make[1]: Leaving directory `/home/alekh/Desktop/xine-ui-0.99.5/src'
make[1]: Entering directory `/home/alekh/Desktop/xine-ui-0.99.5'
make[2]: Entering directory `/home/alekh/Desktop/xine-ui-0.99.5'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/alekh/Desktop/xine-ui-0.99.5'
make[1]: Leaving directory `/home/alekh/Desktop/xine-ui-0.99.5
Also i want to install from source only.

MasterC 05-25-2007 12:11 PM

That message either means the Makefile didn't get created, make wasn't ran, OR if everything is "ok" then it simply means with your options, on your platform, there is nothing needing to be done; it's just a message not an error or warning.

Cool

almon 05-25-2007 12:23 PM

So what should I do now???

lord-fu 05-25-2007 12:25 PM

If that was the make install command, nothing is left to be done...run the application it's installed.

almon 05-26-2007 01:31 AM

from Where i can open it?????

jay73 05-26-2007 02:12 AM

If it wasn't added to the menu, you should be able to launch if from the terminal by simply typing in "xine".

almon 05-26-2007 07:57 AM

It is saying that program xine not installed.

almon 05-26-2007 10:05 AM

help???????????????

MasterC 05-26-2007 01:51 PM

It really depends, there isn't a definitive answer. If you are set on installing from source instead of using your distros package manager, you should read the associated README and INSTALL files that usually accompany the source. Typically a make install with put the executable binaries in /usr/bin or /usr/local/bin both of which are usually in your environment variable PATH. So by opening up a terminal and just typing:
xine
You should be able to launch it, this assumes it got installed somewhere inside the $PATH variable.

Cool

jay73 05-26-2007 04:42 PM

Or you can use whereis

whereis xine

It should return the path to xine; type that into a terminal and it should launch. Not sure whether it will do more than just that, though. Mine crashes as soon as it comes up although it is fine whenever I run it by right-clicking a video file and selecting xine to play it.

almon 05-28-2007 04:02 AM

I think xine do exit,but its library.As i told that I installed its library with a success but not able to install xine-ui....and the message I have put up above.

almon 05-31-2007 04:09 AM

hey not anyone there!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

MasterC 05-31-2007 02:33 PM

Hi, we answered your question... xine-ui appears to have successfully installed. If it did it will symlink xine-ui to just xine, so typing "xine" should launch it. As I said above, if you must install from source you should read the associated README/INSTALL files accompanying the source code. Installing using your package manager will help to avoid quarky build issues including the installation location.

Cool


All times are GMT -5. The time now is 07:48 PM.