次のファイルをコンパイルしたい:
https://gist.github.com/bodokaiser/5382281
次のエラーが発生するため、成功しません。
CXX(target) Release/obj.target/parser/src/parser/parser.o
In file included from ../src/parser/parser.cc:2:
../src/parser/calc_head_size.cc:67:16: error: expected expression
if (mask || isMasking(masking)) {
^
1 error generated.
make: *** [Release/obj.target/parser/src/parser/parser.o] Error 1
これは私には意味がありません。他に何か問題があるのでしょうか?
ボードー