2008/6/5 chromatic <[EMAIL PROTECTED]>: > > Look at get_length() in tools/build/c2str.pl. If that's the problem (and > it > looks like it is), that's the place to fix it. >
The length computation (in c2str.pl) is correct. There are no missing make dependence. But looks like a missing make dependence (keep old & bad values in all_cstring.str), because on Windows, unlink is not POSIX compliant : unlink on an opened file does nothing (now & after closing). Fix in r28165. François. > -- c > >