pyminuit icon indicating copy to clipboard operation
pyminuit copied to clipboard

MnUserTransformation.cpp:30: error: 'sprintf' is not a member of 'std'

Open GoogleCodeExporter opened this issue 10 years ago • 10 comments
trafficstars

Running make I get the following error:

MnUserTransformation.cpp:30: error: 'sprintf' is not a member of 'std'

This was quickly fixed by adding the line:
#include <cstdio>
to right below '#include <algorithm>' in the src/MnUserTransformation.cpp


What version of the product are you using? On what operating system?

I am running ubuntu 8.10 (64 bit) with gcc version 4.3.2 (Ubuntu
4.3.2-1ubuntu11).



Original issue reported on code.google.com by [email protected] on 3 Nov 2008 at 7:17

GoogleCodeExporter avatar Mar 15 '15 22:03 GoogleCodeExporter