-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example fails on macOS #116
Comments
The compiler is too old. GCC 4.2.1 was released on July 18, 2007. I cant support legacy systems. |
I get the same issue on macOS 12.6.1, which is (almost) the latest Apple OS. I think that's because gcc on macOS is just an alias for the built-in LLVM compiler, and
So if you plan on supporting macOS you should definitely look into this. |
Core problem is that i cannot fix what i cannot reproduce. Clang works just fine for me with Visual Studio. This issue will remain until it trickles into Visual Studios clang compiler or someone else submits a fix. |
Well, really all you need to do on a Mac is execute |
I cannot do anything on this Issue unless it also appear on a System I have access too. This is an Open Source project so if someone sees this and wants to debug the issue I will gladly merge a fix. That is all I can reasonably offer. |
Not sure of a fix yet. But this - https://discourse.llvm.org/t/different-behavior-from-stringstream-operator-in-libc-vs-libstdc/57482 - seems to be the issue. |
Closed; Issue is fixed |
On a MacMini (3 GHz Intel Core i5) with macOS 10.14.6 the example test suite application fails with the following errors right out of the box:
The text was updated successfully, but these errors were encountered: