This is probably the correct fix. Thanks :)
Le 15 février 2017 21:06:12 GMT+01:00, Jason Rhinelander
a écrit :
>A quick follow-up and potential solution:
>
>I rebuilt the package with debian/patches/fix-clang-path-and-build.diff
>
>changed to move the added `addSystemInclude(...)` call to just
A quick follow-up and potential solution:
I rebuilt the package with debian/patches/fix-clang-path-and-build.diff
changed to move the added `addSystemInclude(...)` call to just *after*
adding the c++ library include paths, instead of before it, which
results in a working include path order:
Package: clang-4.0
Version: 1:4.0~+rc2-1
Severity: normal
Dear Maintainer,
clang-4.0 appears to have a search path order for includes that causes problems
with compilation with libc++ when trying to load stl headers; here's an example
that fails:
$ cat test.cpp
#include
int main() { return 0; }
3 matches
Mail list logo