[LLVMdev] Build errors on trunk for about a week now.
OvermindDL1
overminddl1 at gmail.com
Sat Dec 6 02:32:13 PST 2008
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 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 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 errors, no clue, have not looked at it
yet, might be a cmake thing.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BuildLog_2008_12_05_22_19.7z
Type: application/octet-stream
Size: 12854 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081206/0d9915d7/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BuildLog_2008_12_05_22_25.7z
Type: application/octet-stream
Size: 6932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081206/0d9915d7/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BuildLog_2008_12_06_01_21.7z
Type: application/octet-stream
Size: 8511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081206/0d9915d7/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BuildLog_2008_12_06_01_24.7z
Type: application/octet-stream
Size: 4422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081206/0d9915d7/attachment-0003.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BuildLog_2008_12_06_03_12.7z
Type: application/octet-stream
Size: 13762 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081206/0d9915d7/attachment-0004.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BuildLog_2008_12_06_03_28.7z
Type: application/octet-stream
Size: 4430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081206/0d9915d7/attachment-0005.obj>
More information about the llvm-dev
mailing list