Closed GoogleCodeExporter closed 8 years ago
Cannot reproduce on Windows - will try on Linux shortly.
Original comment by nbutterworth1953@gmail.com
on 22 Mar 2011 at 3:44
Just wanted to update the issue, tested again on my OS X box using the unified
1.0 code that was posted on April 20th. Still receiving the same "ERROR:
Command execution error".
Original comment by tala...@gmail.com
on 26 Apr 2011 at 6:28
Unfortunately my Linux box is on the blink, so I can't look at this issue
myself.
Original comment by nbutterworth1953@gmail.com
on 28 Apr 2011 at 6:02
I have now reproduced the error. If you are using Linux, you can fix it
yourself:
Edit the file alib/src/a_exec.cpp, changing the line that reads:
mPipe = popen( cmd.c_str(), "rt" );
to:
mPipe = popen( cmd.c_str(), "r" );
Save the file and then do a "make clean" followed by a "make lin".
I will fix this permanently in the next release, which should be out fairly
soon.
Original comment by nbutterworth1953@gmail.com
on 28 Jun 2011 at 1:30
This issue was closed by revision af644892b9b1.
Original comment by nbutterworth1953@gmail.com
on 28 Jun 2011 at 1:49
Original issue reported on code.google.com by
tala...@gmail.com
on 2 Mar 2011 at 8:05