Re: [swift-users] Compile error trying to follow Swift for Windows MSVC instructions

2017-11-28 Thread Eric Wing via swift-users
On 11/14/17, Saleem Abdulrasool wrote: > I’ve not used the MSVC build mode very much. I suspect that this is a name > lookup failure and needs a namespace qualification. I’ll look into > tweaking that when I’m near a computer. In the mean time, I recommend > using the cross-compile or possibly

Re: [swift-users] Compile error trying to follow Swift for Windows MSVC instructions

2017-11-14 Thread Saleem Abdulrasool via swift-users
I’ve not used the MSVC build mode very much. I suspect that this is a name lookup failure and needs a namespace qualification. I’ll look into tweaking that when I’m near a computer. In the mean time, I recommend using the cross-compile or possibly trying with clang-cl. On Tue, Nov 14, 2017 at 1

Re: [swift-users] Compile error trying to follow Swift for Windows MSVC instructions

2017-11-14 Thread Michael Gottesman via swift-users
+CC Compnerd > On Nov 9, 2017, at 10:36 AM, Eric Wing via swift-users > wrote: > > I'm trying to build Swift for Windows with Visual Studio using the > directions found here: > https://github.com/apple/swift/blob/master/docs/Windows.md > > I'm following the MSVC section for directions. I am st

[swift-users] Compile error trying to follow Swift for Windows MSVC instructions

2017-11-09 Thread Eric Wing via swift-users
I'm trying to build Swift for Windows with Visual Studio using the directions found here: https://github.com/apple/swift/blob/master/docs/Windows.md I'm following the MSVC section for directions. I am stuck in step 6. LLVM/Clang/Compiler-RT I seem to be hitting a C++ error in the code in IndexDat