Re: [swift-corelibs-dev] [swift-dev] Linux: Build process not finding my ICU

2016-09-14 Thread Eric Wing via swift-corelibs-dev
> > I think a patch which fixed just this part would probably be fine. Can you point me to where/how the build invocation is constructed? I see how the foundation.LDFLAGS are set, but I don't understand how the system takes that value and constructs the build command. (This is where I need to

Re: [swift-dev] Debian/Ubuntu Package

2016-09-14 Thread Jeff Hajewski via swift-dev
Agreed on 'swift-lang'. It doesn't seem like a big issue that 'swift' is already taken. Jeff On Wed, Sep 14, 2016 at 3:20 PM, Ron Olson via swift-dev < swift-dev@swift.org> wrote: > I am planning on doing something similar with Fedora and figured to call > it 'swift-lang', as that seems to be

Re: [swift-corelibs-dev] [swift-dev] Linux: Build process not finding my ICU

2016-09-14 Thread Tony Parker via swift-corelibs-dev
Hi Eric, > On Sep 13, 2016, at 10:30 PM, Eric Wing via swift-corelibs-dev > wrote: > > On 9/13/16, Will Stanton wrote: >> Hello Eric, >> >> Not sure if this will help, but perhaps you can feed something in build.py? >>

Re: [swift-dev] Debian/Ubuntu Package

2016-09-14 Thread Richard Neese via swift-dev
The issue is there is already a pkg called swift that is nothing to do with the apple language. Sent from Mail for Windows 10 From: Paulo Faria via swift-dev --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

[swift-dev] Debian/Ubuntu Package

2016-09-14 Thread Paulo Faria via swift-dev
Hello everyone! Now that Swift 3 is released I think it would be excellent to the community if swift became an official debian/ubuntu package. This way we could install swift by just doing: apt-get install swift I’d like to know if there’s anyone working on this already. If not, I’d love to

[swift-dev] Swift 3.0 on Linux x86_32 bit

2016-09-14 Thread Piero Sabino via swift-dev
It is possible to use swift 3.0 on Linux x86_32 bit? Inviato da iPhone Piero Sabino___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

Re: [swift-dev] Adding kqueue lib to libdispatch test Makefile

2016-09-14 Thread David P Grove via swift-dev
swift-dev-boun...@swift.org wrote on 09/14/2016 01:34:10 PM: > > I'm trying to build Swift 3 for Fedora 24. Fedora doesn't come with > libkqueue so I built and installed that manually into > /usr/(include|lib). Building libdispatch as part of the build script > fails when trying to build the

Re: [swift-dev] why are we accepting switch statements with duplicate conditions?

2016-09-14 Thread Bob Wilson via swift-dev
> On Sep 14, 2016, at 10:32 AM, John McCall via swift-dev > wrote: > >> On Sep 14, 2016, at 10:25 AM, Ted Kremenek via swift-dev >> > wrote: >> >> Hi everyone, >> >> Joe Shajrawi nominated an optimizer fix for Swift 3.0.1

Re: [swift-lldb-dev] Issues with LLDB and modules

2016-09-14 Thread Dmitry Shevchenko via swift-lldb-dev
Added a functional test project on a bug here https://bugs.swift.org/browse/SR-2637 Hopefully this makes things a bit more clear. On Mon, Sep 12, 2016 at 12:13 PM Dmitry Shevchenko wrote: > My apologies, the url should read http://bazel.io. > > > On Fri, Sep 9, 2016 at 2:04

Re: [swift-dev] Android: Build error: No such module "SwiftGlibc"

2016-09-14 Thread william via swift-dev
I'm so glad someone else is hitting this problem! I've been seeing this relatively often. I have a set of superstitions that allow me to get past it, and once I do, I try very hard not to delete anything in my build directory. - Will > On Sep 14, 2016, at 5:49 AM, Eric Wing via swift-dev

[swift-dev] Android: Build error: No such module "SwiftGlibc"

2016-09-14 Thread Eric Wing via swift-dev
I'm trying to build Swift 3 for Android. I'm getting an error at compiling android/armv7/Glibc.o Glibc.swift:13 error: no such module 'SwiftGlibc' @_exported import SwiftGlibc // Clang module Any ideas what to do? Thanks, Eric ___ swift-dev mailing