search for: buildlog_2008_12_05_22_19

Displaying 2 results from an estimated 2 matches for "buildlog_2008_12_05_22_19".

2008 Dec 06
0
[LLVMdev] Build errors on trunk for about a week now.
Okay, I got here and cleaned out every trace of LLVM. I then got the latest from SVN (at the time: 60621). CMaked it, built it. Changed nothing, no defaults, no anything and the build result is file BuildLog_2008_12_05_22_19.txt (as a 7z file). It has lots of errors, all still seem to relate to the const qualification, but I still changed nothing. I compiled again, just to get a build log that contained basically nothing but the errors since everything else was built: BuildLog_2008_12_05_22_19.txt (as a 7z file) I t...
2008 Dec 05
4
[LLVMdev] Build errors on trunk for about a week now.
I did some looking up on that const thing. Apparently that const is 'supposed' to be there, but it is not strictly required. However there is a bug in VS2k3 (VS7) through VS2k8 (VS9) (no clue if it has been fixed yet) that requires it to be there when the functor is being called through a const qualified interface, such as through stl containers. They state that a bug report has been