Jean-Pierre Chrétien wrote:

> Sorry, I should have added the following lines:
> 
> Undefined                     first referenced
>  symbol                           in file
> std::char_traits<wchar_t>::not_eof(unsigned long const&)Chktex.o

What is your gcc version? What is the size of wchar_t? It should be 4,
otherwise wchar_t should not be used.

These traits are defined in docstring.h inside an ifdef that tests for older
gcc versions. It looks like we need to adjust that ifdef, but first we need
to understand why you don't have them.


Georg

Reply via email to