Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: Problems to make vdr with DVD=1
Errors and Warning are supposed to be in stderr not stdout
Therefore use
"make > out.txt 2> error.txt"
Or if you want all in one file
"make > out.txt 2>&1"
(All of the above does NOT aplly to csh)
CU,
Christian.
> -----Original Message-----
> From: Thomas Keil [mailto:tk@commedia-group.com]
> Sent: Friday, August 23, 2002 1:08 PM
> To: vdr@linuxtv.org
> Subject: [vdr] Re: Problems to make vdr with DVD=1
>
>
> heko schrieb:
>
> >Hi,
> >When i try to make vdr with DVD=1 VCD=1, i get some warnings
> (how can i
> >get this in a file?)
> >
> You mean the output of the make command?
>
> One method is to mark the output with the mouse, open the
> editor of your
> choice and insert the marked text with the middle mouse button.
>
> Another method is to do "make > output.txt" which redirects
> all output
> of the command into a file called "output.txt".
>
>
> Thomas
>
>
>
Home |
Main Index |
Thread Index