AV00

Results 13 comments of AV00

Try transforming the macro into an inline.

I was able to compile stuff that needs wchar (like the JSON from nlohmann) by using a simple workaround: ``` namespace std { static inline long double strtold(const char *...

On 2018-06-30 21:00, Sebastian Bauer wrote: > You should use the -athread=native (or --athread=native) option if > your program requires threading. Well, but it doesn't! It's a 5 line test...

On 2018-07-01 11:41, Sebastian Bauer wrote: > Basically every that uses libstdc++ requires threading and thus a > threading implementation. > So, should the SPEC file be changed to always...

On lunedì 2 luglio 2018 00:53:35 CEST Sebastian Bauer wrote: > > Or should it be solved at Makefile level and have anything being > > compiled with the new...

There's also a similar problem with strtold() . In the supplied C++ includes it's stubbed out because the 2 C runtimes we have don't provide it in C. However, because...

If you're close to the build quota on Travis, wouldn't n.2 be worse ? Then I'd go for n.1 In both cases what must be fixed is the sdk installer...

Understood. In the meantime, I've done like you said, taken the latest clib2 archive from bintray and simply overwrote the existing clib2 directory. I can't compile anything using bool, because...

I wish I could reach linking stage, it bombs much earlier, at compilation. I've dug the issue deeper and there is a conflict with stdbool.h, there's one in Clib2 and...

On 2018-06-18 23:18, Sebastian Bauer wrote: > I'm not sure if I understood your procedure correctly. But some header > files of libstdc++ include some generated header files and these...