LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   error while install Xinne player (https://www.linuxquestions.org/questions/linux-newbie-8/error-while-install-xinne-player-173551/)

thuongkiet82 04-22-2004 10:38 PM

error while install Xinne player
 
I had down the xine-0.9.13.tar.gz. When i ./configure & make install it has error:

make[3]: *** [xineplug_vo_out_xshm.la] Error 1
make[3]: Leaving directory `/root/My Documents/Xine Player for Linux/xine-lib-0.9.13/src/video_out'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/root/My Documents/Xine Player for Linux/xine-lib-0.9.13/src/video_out'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/My Documents/Xine Player for Linux/xine-lib-0.9.13/src'
make: *** [install-recursive] Error 1

what dows it mean? And what will I do with this? Please help me....

Mega Man X 04-22-2004 11:13 PM

Hi thuongkiet82!!!

You are typing the wrong commands. The correct should be:

./configure
make && make install

usually, the errors are reported when you type ./configure. Configure checks for the installed components and create other files necessary for make. First try ./configure, if any errors appears, post it here. If no errors are reported, then make and make install. Remember to always read the documentation of Xine. Sometimes, you need to pass some sort of "special" information to ./configure, as telling where a library is, enable/disable features or path to install the application. You might want to read this thread for further information:

http://www.linuxquestions.org/questi...threadid=45094

the very best way, is to always read the documentation. ./configure, make && make install are _not_ standards. Some program compile directly using make, some with a direct call to gcc -o yadda yadda yadda, for example :)

Good luck!


All times are GMT -5. The time now is 08:59 PM.