6 Nov
2008
6 Nov
'08
7:40 p.m.
On Thu, Nov 6, 2008 at 2:13 AM, Peter Klotz
Obviously the path I started from (70 characters) combined with the bjam generated path (192 characters) exceeds the OS limit of 255 characters per filename.
Windows supports 32k paths. Change bjam to open files up with the Unicode APIs, prefix the path with \\?\, and use absolute paths. -- Cory Nelson