Problems with <decimal/decimal> header on OS X

Oleg Endo oleg.endo@t-online.de
Sun Jan 6 22:22:00 GMT 2013


On Sun, 2013-01-06 at 06:36 -0800, fpiro07 wrote:
> Ok I am now installing Ubuntu and I'll try on that one.
> 
> About your library, it doesn't compile the "decnumberxx_test.xcodeproj"
> because it can't find the "cstdint" library... Do you maybe have a clue
> about what this error is and how to make it work?
> 

The library was initially developed using xcode and clang that comes
with it (don't remember which version though).  I haven't tested it with
GCC, so it might need a few tweaks.  I don't know how you are compiling
the xcode project with GCC, but don't forget to add the option -std=c
++11' to enable C++11 support.

Cheers,
Oleg



More information about the Gcc-help mailing list