
AMDG On 03/18/2012 11:33 AM, Vicente J. Botet Escriba wrote:
Le 18/03/12 11:32, Vicente Botet a écrit :
Steven Watanabe-4 wrote
When I try to run the tests for Boost.Thread or Boost.Chrono I get an error like:
failed to write output file '..\bin.v2\libs\chrono\test\basic_stopwatch_reporter _laps_accumulator_set_pass_shared.test\msvc-10.0express\debug\asynch-exceptions-
on\threading-multi\stopwatch\basic_stopwatch_reporter_laps_accumulator_set_pass.
obj.rsp'!
Could the names possibly be made shorter? I can get it to build using --hash, but they're still rather long.
I will do it. Vicente Hi, I have made the test case shorter( See Committed revision 77378). BTW, which is the limit?
I think we used to have a policy limiting file names to 31 characters. According to http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247%28v=vs.85%2..., the limit for the total path length is 260 characters. In Christ, Steven Watanabe