What does the compiler error “missing binary operator before token” mean?

后端 未结 4 1840
执念已碎
执念已碎 2020-11-30 09:40

I recently got the following error when trying to compile with gcc:

error: missing binary operator before token \"(\"

Web and SO

4条回答
  •  囚心锁ツ
    2020-11-30 10:37

    check the direct. no space,no special exp: add_subdirectory(Main)->add_subdirectory(main)

提交回复
热议问题