Re: ncgen c-test trouble

Thank you very much for your replies,

I understood what's going wrong. Here is my notes:

There is assertion failure when I run test targets for ncgen utility. This
assertion localized in file ncgen/genlib.c, lines 1116 and 1200, isprint()
call:
assert((c+1)<=256). As compared with previous version 3.5.1, the only
difference
is conversion of argument type to (unsigned char) before call. This is
nothing
more then just suppress the assertion.