[Xcb] xlib-xcb

Bill Cunningham billcu2 at verizon.net
Sat Jul 28 12:09:56 PDT 2007


----- Original Message ----- 
From: "Ian Osgood" <iano at quirkster.com>
To: "Bill Cunningham" <billcu2 at verizon.net>
Cc: "xcb" <xcb at lists.freedesktop.org>
Sent: Saturday, July 28, 2007 9:54 AM
Subject: Re: [Xcb] xlib-xcb


>
> On Jul 27, 2007, at 10:49 PM, Vincent Torri wrote:
>
>>
>>
>> On Fri, 27 Jul 2007, Bill Cunningham wrote:
>>>
>>>    I would like to but I can't figure bash out. redirecting stdout  to a
>>> file is easy. I can't get stderr to output to a file called log.  Stdout
>>> prints to log but then stderr pops up and isn't in the log. How  can I 
>>> get
>>> make to print stderr to a log file?
>>
>> 1 simple solution:
>>
>> copy/paste what is in your terminal and use a web site like  pastebin.ca
>> to paste the last messages that are relevant.
>>
>> Vincent
>
> The syntax is "command 2> errors" where 2 is the file descriptor for 
> stderr.
> This is found from "man bash" in the "Redirecting Output" section. There
> other tricks there for merging both stdin and stdout when redirecting.
>
> You could also use the "script" command to capture the input/output of
> a build session.
>
> Ian

    Ok thanks Ian I used that script command. I didn't know it existed. It 
captured stdout and stderr all in a file. I have attached the text.

Bill
-------------- next part --------------
A non-text attachment was scrubbed...
Name: error.gz
Type: application/x-gzip
Size: 1683 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/xcb/attachments/20070728/595a168b/attachment.bin 


More information about the Xcb mailing list