Hi there,
This is not an issue related to tally but within the submodule folly@6d79e8b, I'm not sure if you could change it to another stable version.
In folly@6d79e8b/CMakeLists, there are several lines of incorrect file path, such as line 709 'TEST dynamic_parser_test SOURCES DynamicParserTest.cpp' of 'DIRECTORY experimental/test/'. But the correct path of this file should be 'DIRECTORY json/test/'.
These error occurs on several lines of folly@6d79e8b/CMakeLists, start with Json*.cpp and Dynamic*.cpp.
This problem could be solved by manually updating the file. But also, change the submodule to stable version might be long term solution.
Thanks again for open-source this project, It really helps the related research area.
Hi there,
This is not an issue related to tally but within the submodule
folly@6d79e8b, I'm not sure if you could change it to another stable version.In
folly@6d79e8b/CMakeLists, there are several lines of incorrect file path, such as line 709 'TEST dynamic_parser_test SOURCES DynamicParserTest.cpp' of 'DIRECTORY experimental/test/'. But the correct path of this file should be 'DIRECTORY json/test/'.These error occurs on several lines of folly@6d79e8b/CMakeLists, start with
Json*.cppandDynamic*.cpp.This problem could be solved by manually updating the file. But also, change the submodule to stable version might be long term solution.
Thanks again for open-source this project, It really helps the related research area.