You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're trying to compile against GCC 4.2.1 libstdc++, which doesn't have the <cstdint> header yet, because that is a C++11 only header. The fix is right there: warning: include path for stdlibc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]
This is not an Edlib bug, but an issue with your toolchain.
@SoapZA thanks for taking a look at this one :)! @ksahlin said he was doing this via conda on Mac, which means he was installing Python version of Edlib, meaning he probably doesn't know much about the toolchain underneath. Neither do I, I have to admit. Where is this toolchain coming from? Is it using system gcc, and that gcc is too old? Or is conda recipe wrong (although I don't know too much about that either)? We could push this to conda recipe maintainer(s).
Hi Martin,
I'm trying to build edlib on a new mac with a fresh installation of conda. I tried python 3.7, 3.6, and 2.7 but they fail with the same error.
Mac OS 10.14.5
The text was updated successfully, but these errors were encountered: