sio2project / sio2jail

A tool for supervising execution of programs submitted in algorithmic competitions
MIT License
30 stars 10 forks source link

Unable to build the project using Ninja #6

Closed Michcioperz closed 5 years ago

Michcioperz commented 6 years ago

cmake -G Ninja -DCMAKE_BUILD_TYPE=Release .. proceeds fine, but ninja afterwards fails.

An example error message:

ninja: error: 'seccomp_project-prefix/lib/libseccomp.a', needed by 'src/sio2jail', missing and no known rule to make it
teqwve commented 5 years ago

It looks like this: https://cmake.org/pipermail/cmake/2015-April/060234.html should fix it.

teqwve commented 5 years ago

Fixed in 9abc744801d122737c90c25ffe13229f89a3f299