Hi, On 26/06/17 12:46, Jaromír Mikeš wrote: > Hi, > > I've got FTBFS while building giada ... > ------- > tests/main.cpp:3:42: fatal error: catch/single_include/catch.hpp: No > such file or directory > #include "catch/single_include/catch.hpp" > ^ > compilation terminated. > --------- > catch/single_include/catch.hpp ... this file is missing in source > Is it possible to skip a tests? How to do so?
The upstream source on github provides catch as a git submodule so it isn't included when you download the tag. Try build-depending on "catch" and changing the include to <catch.hpp>. Then it should work. James
signature.asc
Description: OpenPGP digital signature
_______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
