Open LimingFang opened 4 years ago
I wonder whether it can work if i build the yaml-cpp lib seperately and mannually. I could clone it from github and build seperately but i don't know how to use it directly.
But stangely, i tried it on linux(Ubuntu), i succeeded in that step
[ 83%] Building CXX object src/CMakeFiles/rl_engine.dir/utilities/csv.cpp.o
[ 85%] Linking CXX shared library ../librl_engine.so
[ 85%] Built target rl_engine
Scanning dependencies of target rl_markets
[ 87%] Building CXX object src/CMakeFiles/rl_markets.dir/main.cpp.o
[ 88%] Linking CXX executable ../rl_markets
But when i was going to make it
[ 88%] Built target rl_markets
Scanning dependencies of target do_tests
[ 90%] Building CXX object test/CMakeFiles/do_tests.dir/main.cpp.o
test/CMakeFiles/do_tests.dir/build.make:62: recipe for target 'test/CMakeFiles/do_tests.d\
ir/main.cpp.o' failed
CMakeFiles/Makefile2:314: recipe for target 'test/CMakeFiles/do_tests.dir/all' failed
Makefile:94: recipe for target 'all' failed
very sad.... If i don't make the "test" part,would it matter?
emmm,after tring it for several times, i make it zzzz.
My environment is MacOSX10.15 I met the following problem:
I make this project successfully until i met this problem.
If more info is needed, just say it.
Thanks in advance. @tspooner