search for: buildlog_2008_12_06_01_21

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

2008 Dec 06
0
[LLVMdev] Build errors on trunk for about a week now.
...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 then made that const change I mentioned earlier and built again, all the errors disappeared except for the basic_string linking in debug mode as before: BuildLog_2008_12_06_01_21.txt (as a 7z file) I then compiled it as-is once more, just to get a build log of basically nothing but the errors as is: BuildLog_2008_12_06_01_24.txt (as a 7z file) I then cleaned everything out again, made a new cmake and all. This time I made the const change from the get-go, pretty much sa...
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