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