Closed GoogleCodeExporter closed 8 years ago
Hey,
The errors you encountered is because of C++11. I haven't tried to use GCC for
a long time; instead, I use LLVM to compile those on my Mac. We had posted how
to compile the program in the "Project Home" page. Let me digest the line for
compiling method for you --- "From the command line, the command to compile C++
source is clang++ -Werror TargetFile.cpp -stdlib=libc++ -std=c++11 -O3". Please
try this and report to us if there is any problem. Thanks!
Original comment by TsungHsi...@gmail.com
on 27 Mar 2013 at 4:43
Thank you. I use clang++ and it worked well.
Original comment by aali...@gmail.com
on 27 Mar 2013 at 5:25
Original comment by TsungHsi...@gmail.com
on 27 Mar 2013 at 5:28
Original issue reported on code.google.com by
aali...@gmail.com
on 27 Mar 2013 at 4:22