<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - latest trunk (today) breaks MSVC 2010 32-bit build"
href="http://llvm.org/bugs/show_bug.cgi?id=16652">16652</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>latest trunk (today) breaks MSVC 2010 32-bit build
</td>
</tr>
<tr>
<th>Product</th>
<td>tools
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>llvmc
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>moloned@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>building llvm for Halide trunk using MSVC ++ 2010 32-bit Debug mode – build all
Did svn update and cmake for llvm repository before launching MSVC with
LLVM.sln and build all
All errors related to raw_fd_ostream:
error F_Append F_Binary F_Excl : is not a member of llvm::raw_fd_ostream
38>Version.cpp(22): fatal error C1083: Cannot open include file:
'SVNVersion.inc': No such file or directory
65> Creating library
C:/Users/david/Desktop/Work/Halide/llvm/lib/Debug/llvm-dwarfdump.lib and object
C:/Users/david/Desktop/Work/Halide/llvm/lib/Debug/llvm-dwarfdump.exp
62> VariadicFunctionTest.cpp
151>Driver.cpp(471): error C2039: 'F_Excl' : is not a member of
'llvm::raw_fd_ostream'
151>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
151>Driver.cpp(471): error C2065: 'F_Excl' : undeclared identifier
151>Driver.cpp(472): error C2039: 'F_Binary' : is not a member of
'llvm::raw_fd_ostream'
151>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
151>Driver.cpp(472): error C2065: 'F_Binary' : undeclared identifier
151> Tool.cpp
151> ToolChain.cpp
151>Compilation.cpp(279): error C2039: 'F_Append' : is not a member of
'llvm::raw_fd_ostream'
151>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
151>Compilation.cpp(279): error C2065: 'F_Append' : undeclared identifier
171>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\lib\Debug\clangBasic.lib'
172>------ Build started: Project: OptionTests, Configuration: Debug Win32
------
172> Building Custom Rule
C:/Users/david/Desktop/Work/Halide/llvm/unittests/Option/CMakeLists.txt
1
191>SystemZISelDAGToDAG.cpp(784): warning C4018: '<' : signed/unsigned mismatch
188> HexagonInstrInfo.cpp
221>CompilerInstance.cpp(115): error C2039: 'F_Append' : is not a member of
'llvm::raw_fd_ostream'
221>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
221>CompilerInstance.cpp(115): error C2065: 'F_Append' : undeclared identifier
221>CompilerInstance.cpp(115): fatal error C1903: unable to recover from
previous error(s); stopping compilation
228> Creating library
C:/Users/david/Desktop/Work/Halide/llvm/lib/Debug/Kaleidoscope-Ch3.lib and
object C:/Users/david/Desktop/Work/Halide/llvm/lib/Debug/Kaleidoscope-Ch3.exp
221>HeaderIncludeGen.cpp(57): error C2039: 'F_Append' : is not a member of
'llvm::raw_fd_ostream'
221>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
221>HeaderIncludeGen.cpp(57): error C2065: 'F_Append' : undeclared identifier
234>FixItRewriter.cpp(95): error C2039: 'F_Binary' : is not a member of
'llvm::raw_fd_ostream'
234>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
234>FixItRewriter.cpp(95): error C2065: 'F_Binary' : undeclared identifier
237>Refactoring.cpp(224): error C2039: 'F_Binary' : is not a member of
'llvm::raw_fd_ostream'
237>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
237>Refactoring.cpp(224): error C2065: 'F_Binary' : undeclared identifier
240> BasicObjCFoundationChecks.cpp
239>FileRemapper.cpp(129): error C2039: 'F_Binary' : is not a member of
'llvm::raw_fd_ostream'
239>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
239>FileRemapper.cpp(129): error C2065: 'F_Binary' : undeclared identifier
239>FileRemapper.cpp(192): error C2039: 'F_Binary' : is not a member of
'llvm::raw_fd_ostream'
239>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
239>FileRemapper.cpp(192): error C2065: 'F_Binary' : undeclared identifier
242>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\..\lib\Debug\clangTooling.lib'
244>------ Build started: Project: ASTTests, Configuration: Debug Win32 ------
243>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\lib\Debug\clangTooling.lib'
246>------ Build started: Project: libclang, Configuration: Debug Win32 ------
244>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\lib\Debug\clangTooling.lib'
247>------ Build started: Project: diagtool, Configuration: Debug Win32 ------
245>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\lib\Debug\clangTooling.lib'
248>------ Build started: Project: clang-format, Configuration: Debug Win32
------
248>ClangFormat.cpp(224): error C2039: 'F_Binary' : is not a member of
'llvm::raw_fd_ostream'
248>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
248>ClangFormat.cpp(224): error C2065: 'F_Binary' : undeclared identifier
249>------ Build started: Project: ClangUnitTests, Configuration: Debug Win32
------
240> NSAutoreleasePoolChecker.cpp
246> CXSourceLocation.cpp
240> NSErrorChecker.cpp
247>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\lib\Debug\clangBasic.lib'
250>------ Build started: Project: arcmt-test, Configuration: Debug Win32
------
250>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\lib\Debug\clangARCMigrate.lib'
252>------ Build started: Project: ModuleMaker, Configuration: Debug Win32
------
256>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\lib\Debug\clangTooling.lib'
257>------ Build started: Project: BrainF, Configuration: Debug Win32 ------
259>Project not selected to build for this solution configuration
246>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\lib\Debug\clangARCMigrate.lib'
261>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\lib\Debug\libclang.lib'
260>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\lib\Debug\libclang.lib'
262>cc1as_main.cpp(256): error C2039: 'F_Binary' : is not a member of
'llvm::raw_fd_ostream'
262>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
262>cc1as_main.cpp(256): error C2065: 'F_Binary' : undeclared identifier
========== Build: 239 succeeded, 24 failed, 0 up-to-date, 5 skipped ==========</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>