Displaying 2 results from an estimated 2 matches for "buildlog_2008_12_06_03_12".
Did you mean:
buildlog_2008_12_06_01_21
2008 Dec 06
0
[LLVMdev] Build errors on trunk for about a week now.
...ically 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 same as
excepted, everything worked except some of the debug linkings for
basic_string: BuildLog_2008_12_06_03_12.txt (as a 7z file)
I then just built it once more to get a build log of just the errors,
basically the same as before.
So it seems that the const qualifier *really* needs to be on here for
VS2k5, and as it is 'correct' anyway, it should work everywhere.
As for the basic_string linking...
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