cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

mat69
Journeyman III

cal: Compile Error (stderr ... etc. + solution)

Hi, I mentioned before that I had ccompile errors, because stderr etc. was not found for some files. The reason is that you miss some includes and that gcc 4.4 is more picky now.

#include <cstdio>

is missing in basic.cpp, CreateRessource.cpp, DoublePrecision.cpp and OpenCloseDevice.cpp.

 

0 Likes
0 Replies