raxml-ng
raxml-ng copied to clipboard
install error
Dear @amkozlov
-- clang-tidy not found. -- Could NOT find GTest (missing: GTEST_LIBRARY GTEST_INCLUDE_DIR GTEST_MAIN_LIBRARY) -- GTest not found CMake Warning at test/src/CMakeLists.txt:5 (message): Skipping building tests.
-- Configuring done (22.9s) -- Generating done (4.1s) -- Build files have been written to: raxml-ng/build [ 0%] [BISON][parse_utree_t] Building parser with bison 2.3 raxml-ng/libs/pll-modules/libs/libpll/src/parse_utree.y:168.9-19: syntax error, unexpected identifier, expecting string make[2]: *** [libs/pll-modules/libs/libpll/src/parse_utree.c] Error 1 make[1]: *** [libs/pll-modules/libs/libpll/src/CMakeFiles/pll_obj.dir/all] Error 2 make: *** [all] Error 2
Seems like you use a very old bison version, please see:
https://stackoverflow.com/questions/53836932/gnu-bison-outputting-error-syntax-error-unexpected-string-expecting
Dear @amkozlov,
Thanks. What kind of version should I use? 3.8?
yes, bison >=3.8.2 should work fine
Dear @amkozlov,
Thanks.