mike-xu / doubango

Automatically exported from code.google.com/p/doubango
0 stars 0 forks source link

Compilation of libyuv failing #384

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Step6 of technical-guidance.pdf document on page 18.
2.
3.

What is the expected output? 
Following steps should work properly.
./gclient config http://libyuv.googlecode.com/svn/trunk
./gclient sync && cd trunk

What do you see instead?
# ./gclient config http://libyuv.googlecode.com/svn/trunk
  File "./gclient.py", line 653
    file_list = [] if not options.nohooks else None
                    ^
SyntaxError: invalid syntax

What version of the product are you using? On what operating system?
Version of libyuv is revision 271628.
I m trying the compilation on RHEL 6.4 i.e. Redhat enterprise edition.

Please provide any additional information below.

Original issue reported on code.google.com by vineet.i...@gmail.com on 20 May 2014 at 1:23