Didier Godefroy wrote:
In file included from
/srv/build/obj/alphaev56-dec-osf5.1b/libstdc++-v3/include/tr1/cctype:47,
from
/srv/build/src/libstdc++-v3/include/precompiled/stdtr1c++.h:37:
/srv/build/obj/alphaev56-dec-osf5.1b/libstdc++-v3/include/tr1_impl/cctype:43
: error: '::isblank' has not been declared
This sounds like there would be no declaration/prototype for the
'isblank' in the OSF5.1b standard header 'ctype.h'... Is there?
That's right.
Should I send the header file?
You should first look the line 43 in :
/srv/build/obj/alphaev56-dec-osf5.1b/libstdc++-v3/include/tr1_impl/cctype
because the problem is there... My thought (by the sources) is that
somehow the '_GLIBCXX_USE_C99_CTYPE_TR1' (in
'libstdc++-v3/include/tr1/cctype'), is defined by the configure... What
it means and why could be investigated from the possible 'config.h' in
libstdc++-v3 build directory....