Re: [orca-list] problem compiling orca in ubuntu gutsy



Hello again,
Sorry. I think I've fixed my account issue.  Evolution just didn't like
a setting I applied a few days ago.  Now. onto answering your question I
hope.  find answer at the end... 
On Tue, 2007-11-06 at 23:56 +0100, Sauro Cesaretti wrote:
Hi again,

I'm sorry, I'm wrong.
During the compilation I can see that there are 2 errors but when I ttried
to wirte the result in a file with the command:
make>result.txt 
it didn't print the errors.
How can I print them?
or how can I report these errors in mailing list?


by typing make >> error.txt 
You will direct the errors generated by this process to the text file
named error.txt.  Someone explained this to me before and it's strange
still.  You can redirect different types of output.  errors and standard
messages.  by using>> you are getting the errors and by using > you are
getting the messages alone.  

Again,  it's from memory but I'm almost posative I am remembering it
right.  

If in doubt, google is your friend,  google something like piping error
output bash and you should find something within the first few
results.  

Here is my message from earlier in case it didn't get through due to my
strange account issues.


Have you consulted the instructions at http://live.gnome.org/Orca ?

You need automake1.9 and subversion.
apt-get install automake1.9 subversion
apt-get build-dep gnome-orca
to build the dependencies for Orca.
svn http://svn.gnome.org/svn/orca/branches/gnome-2-20 orca
Sorry. that address as well as the other instructions are from memory so
I could be wrong.  It's been a very long day.
cd orca
./autogen.sh
make
sudo make install

to pipe the output of the make process, use make >> make-error.txt
to output the contents of the make process to make-error.txt.

Shout if you need more instructions.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]