kit icon indicating copy to clipboard operation
kit copied to clipboard

Doesn't compile

Open TamaMcGlinn opened this issue 9 years ago • 2 comments

Running sgmake inside kit gives this error:

tests/args.test.cpp:1:tests/meta.test.cpptests/log.test.cpp::1110::10::10 :  fatal errorfatal error: fatal error: : 'catch.hpp' 'catch.hpp'file  not file foundnot found

'catch.hpp' file not found#include <catch.hpp>#include <catch.hpp>

The file clearly isn't present but is required, so there must be some dependency not listed in the readme.

TamaMcGlinn avatar Jun 24 '16 18:06 TamaMcGlinn

Kevin & I will get instructions for these projects posted in each readme. We're working on it in a google doc right now.

flipcoder avatar Jun 24 '16 19:06 flipcoder

I should also note that building this is just to run the test suite. It can be used in other projects without building.

flipcoder avatar Jun 24 '16 19:06 flipcoder