vlc installation on ubuntu

*nix specific usage questions
saman_artorious
New Cone
New Cone
Posts: 6
Joined: 01 Sep 2013 09:50

vlc installation on ubuntu

Postby saman_artorious » 01 Sep 2013 12:25

Hi,
I want to install VLC source on ubuntu. Later I want to change source code and then compile it again. I haven't yet installed vlc. when I go for make, it finishes unsuccessfullyL:

Code: Select all

svg.c:501:1: warning: control reaches end of non-void function [-Wreturn-type] make[4]: *** [libsvg_plugin_la-svg.lo] Error 1 make[3]: *** [all] Error 2 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
I tried to redirect the make output to a file, but unfortunately, it does not redirect all contents to the file. SO, the error messages are not printed there.

any ideas how to fix my problem?

Rémi Denis-Courmont
Developer
Developer
Posts: 15131
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: vlc installation on ubuntu

Postby Rémi Denis-Courmont » 02 Sep 2013 17:50

You left out the interesting part.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

artbio
Blank Cone
Blank Cone
Posts: 24
Joined: 02 Jan 2013 02:01
VLC version: 2.1.0
Operating System: Windows / Linux
Location: Portugal

Re: vlc installation on ubuntu

Postby artbio » 09 Sep 2013 22:45

To redirect all the output to a file and display it simultaneously on a terminal, use the following command syntax:

Code: Select all

./command.sh 2>&1 | tee file.txt
Replace the relevant parts by your command and filename.

See these webpages for more details:
http://www.linuxquestions.org/questions ... en-412611/
http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-3.html


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 11 guests