cpp
cpp copied to clipboard
Gigasecond compilation error on submission
I solved the problem locally and was able to pass all testcases, but during submission through cli my solution fails and I get the following compilation error from the tests tab:
Results locally:
[100%] Built target gigasecond
===============================================================================
All tests passed (5 assertions in 5 test cases)
[100%] Built target test_gigasecond
Error from exercism's iteration page on tests tab:
make[2]: *** No rule to make target '/usr/lib/libboost_date_time.a', needed by 'gigasecond'. Stop.
make[1]: *** [CMakeFiles/Makefile2:77: CMakeFiles/gigasecond.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
I get that when testing.
pano mo to nasolve tol