[pypy-dev] cppyy fails to build on gcc 5 and clang

wlavrijsen at lbl.gov wlavrijsen at lbl.gov
Tue Jan 17 13:20:17 EST 2017


Hi,

On Tuesday 2017-01-17 18:03, Ryan Gonzalez wrote:
> What happens if you remove the `-stdlib=libc++`? Seems like that's where the
> Clang build error is coming from.

that will likely be a solution, b/c that wrapper file is put in place if the
libcxx from clang is not used. Seems a configuration mismatch: to use libcxx,
the cmake machinery needs to be told to do so (-Dlibcxx=ON IIRC), as it's off
by default.

Sorry, is my first ever pip and had to intermarry python and C++ installs w/o
wanting to rewrite the infrastructure. :} I'll have to look how to provide
these extra arguments to cmake, but should be possible. I don't think libcxx
has been tested outside MacOS X, though.

Best regards,
            Wim
-- 
WLavrijsen at lbl.gov    --    +1 (510) 486 6411    --    www.lavrijsen.net


More information about the pypy-dev mailing list