search for: trunk_vc8nocrap_building

Displaying 5 results from an estimated 5 matches for "trunk_vc8nocrap_building".

2008 Dec 05
0
[LLVMdev] Build errors on trunk for about a week now.
...uter then I will clean its directory, > update from SVN (please fix the const thing soon :) ), and rebuild > fresh... > Helps if I post the errors, not that they will be of much help I would bet, probably just need to rebuild after I clean it all... 4> Creating library R:\SDKs\llvm\trunk_VC8nocrap_building\lib\Debug\tblgen.lib and object R:\SDKs\llvm\trunk_VC8nocrap_building\lib\Debug\tblgen.exp 4>Record.obj : error LNK2001: unresolved external symbol "public: void __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::`copy constructor...
2008 Dec 05
2
[LLVMdev] Build errors on trunk for about a week now.
On Fri, Dec 5, 2008 at 1:52 PM, OvermindDL1 <overminddl1 at gmail.com> wrote: > / * snip */ Actually, rebuilding it makes "debug tblgen" fail with the errors at the end of this email, and as such everything that depends on it, how odd... When I get back to that computer then I will clean its directory, update from SVN (please fix the const thing soon :) ), and rebuild fresh...
2008 Dec 05
3
[LLVMdev] Build errors on trunk for about a week now.
...t; update from SVN (please fix the const thing soon :) ), and rebuild >> fresh... >> > > Helps if I post the errors, not that they will be of much help I would > bet, probably just need to rebuild after I clean it all... > > > 4> Creating library > R:\SDKs\llvm\trunk_VC8nocrap_building\lib\Debug\tblgen.lib and object > R:\SDKs\llvm\trunk_VC8nocrap_building\lib\Debug\tblgen.exp > 4>Record.obj : error LNK2001: unresolved external symbol "public: void > __thiscall std::basic_string<char,struct std::char_traits<char>,class > std::allocator<char> &gt...
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
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