[quakenet] <heinrich5991> you probably don't have gtest installed (should say so in the initial run)
18:16
[quakenet] <heinrich5991> what's the failure?
18:19
[quakenet] <Dune> CMake Error (dev) at CMakeLists.txt:200 (message): DATA does not contain every file from directory datasrc
18:19
[quakenet] <minus> either botspam stopped or setting +s helped
18:19
[quakenet] <Dune> huh
18:24
[quakenet] <Dune> well libgtest-dev is installed
18:24
[quakenet] <minus> what's that?
18:24
[quakenet] <minus> sounds like something i wouldn't want on my system
18:24
[quakenet] <minus> oh, google's test framework
18:25
[quakenet] <minus> that doesn't make it any better unfortunately
18:26
[quakenet] <minus> rolling with custom testing "framework" at work, i.e. an array of function pointers that each return true/false to indicate the test result. works pretty well
18:29
[quakenet] <heinrich5991> I think libgtest-dev only installed the source files, not the library, unfortunately :/
18:29
[quakenet] <heinrich5991> Dune: try -DDOWNLOAD_GTEST=ON on the initial command line
18:29
[quakenet] <heinrich5991> then it'll download and compile a version of gtest