Closed dsm closed 5 months ago
Probably you are using yacc
instead of bison
. It has some syntax difference.
it uses bison
[ 59%] Generating parse_csv.hpp, parse_csv.cpp
cd /Users/runner/work/qucsator_rf/qucsator_rf/build/src && /usr/bin/bison --defines=parse_citi.hpp --output=parse_citi.cpp /Users/runner/work/qucsator_rf/qucsator_rf/src/parse_citi.ypp
https://github.com/ra3xdh/qucsator_rf/pull/3 will solve this.
Hi, I'm fixing macos build. I changed cmake file to solve VERSION file error and some compiler warning. But every time I get this error. Linux build succesfull btw.
https://github.com/dsm/qucsator_rf/actions/runs/8970309257