Since I don't have the gcc3.x installed on my cygwin, yet, I managed to install it++3.7.2
using gcc 2.95.3.
However, I had to add
'#include <stdio.h>'
in timing.cpp to make getchar visible.
Note, that this will fix the library, but you will not
be able to compile tests/limit_test.run.
(include <limits> not found and a change to limits.h leads to other problems).
Regards
Oliver
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi it++ fans!
Since I don't have the gcc3.x installed on my cygwin, yet, I managed to install it++3.7.2
using gcc 2.95.3.
However, I had to add
'#include <stdio.h>'
in timing.cpp to make getchar visible.
Note, that this will fix the library, but you will not
be able to compile tests/limit_test.run.
(include <limits> not found and a change to limits.h leads to other problems).
Regards
Oliver