Andreas Sæbjørnsen wrote:
I still experience the same problems as before with regards to this memory bug. I am not able to test this with the wave driver though as it compiles with a lot of errors in a lot of header files with gcc 3.4.3 on linux, but it shows up in the lexed_tokens example.
That's puzzling me. Why the Wave driver doesn't compile for you?
Are you sure to really have the corrected version (I've replaced all memcpy's in cpp_re.cpp with memmove's, which should avoid the problem reported by valgrind)?
Seems that the public CVS currently is a bit out of sync if compared to the 'real' CVS database. At least ViewCVS shows a state which is 5 weeks old. This would explain your compilation problems. And I don't know where you may get a current CVS version, sorry. Regards Hartmut
Am I correct to believe that HEAD is the default CVS version for boost-cvs? I tested this on a default checkout from the boost-cvs.
HEAD should be the default.
Regards Hartmut