Re: [swift-dev] Please remove your Swift build directory

2016-06-02 Thread Austin Zheng via swift-dev
It works now. Thanks for fixing it so quickly! Austin On Thu, Jun 2, 2016 at 2:00 PM, Dmitri Gribenko wrote: > On Wed, Jun 1, 2016 at 12:36 PM, Austin Zheng > wrote: > > Hello, > > > > I'm still seeing errors when I try invoking the build script with `-x`. > I've > > updated all the repositori

Re: [swift-dev] Please remove your Swift build directory

2016-06-02 Thread Dmitri Gribenko via swift-dev
On Wed, Jun 1, 2016 at 12:36 PM, Austin Zheng wrote: > Hello, > > I'm still seeing errors when I try invoking the build script with `-x`. I've > updated all the repositories (everything that lives alongside the 'swift' > repo, as well as that repo itself) and deleted my build folder completely. >

Re: [swift-dev] Please remove your Swift build directory

2016-06-01 Thread Karl via swift-dev
> On 1 Jun 2016, at 18:16, Dmitri Gribenko wrote: > > On Wed, Jun 1, 2016 at 7:17 AM, Karl via swift-dev > wrote: >> We’d configure it like this: >> - SWIFT_HOST_TRIPLE (e.g x86_64-unknown-linux-gnu) >> - SWIFT_DEPLOYMENT_TARGETS (e.g. x86_64-unknown-linux-gnu + >> armv7-linux-gnueabihf + arm

Re: [swift-dev] Please remove your Swift build directory

2016-06-01 Thread Austin Zheng via swift-dev
Hello, I'm still seeing errors when I try invoking the build script with `-x`. I've updated all the repositories (everything that lives alongside the 'swift' repo, as well as that repo itself) and deleted my build folder completely. I see the following errors multiple times before the build termi

Re: [swift-dev] Please remove your Swift build directory

2016-06-01 Thread Dmitri Gribenko via swift-dev
On Wed, Jun 1, 2016 at 7:17 AM, Karl via swift-dev wrote: > We’d configure it like this: > - SWIFT_HOST_TRIPLE (e.g x86_64-unknown-linux-gnu) > - SWIFT_DEPLOYMENT_TARGETS (e.g. x86_64-unknown-linux-gnu + > armv7-linux-gnueabihf + armv7-none-linux-androideabi + > i386-none-linux-androideabi + …)

Re: [swift-dev] Please remove your Swift build directory

2016-06-01 Thread Karl via swift-dev
I’ll have a look in to the SWIFT_BUILD_EXAMPLES warning. SWIFT_HOST_TRIPLE is a new flag used to override the triple we calculate in CMake (for Linux targets only, Darwin SDK configuration is too different right now). I would like it to one day replace SWIFT_HOST_VARIANT_ARCH and SWIFT_HOST_VAR

Re: [swift-dev] Please remove your Swift build directory

2016-05-31 Thread Dmitri Gribenko via swift-dev
On Tue, May 31, 2016 at 10:20 AM, Joe Groff wrote: > >> On May 31, 2016, at 9:37 AM, Dmitri Gribenko via swift-dev >> wrote: >> >> Hi, >> >> We have merged a CMake and build-script refactoring that requires a >> from-scratch build. Trying to use an existing build directory will >> result in str

Re: [swift-dev] Please remove your Swift build directory

2016-05-31 Thread Joe Groff via swift-dev
> On May 31, 2016, at 10:20 AM, Joe Groff via swift-dev > wrote: > > >> On May 31, 2016, at 9:37 AM, Dmitri Gribenko via swift-dev >> wrote: >> >> Hi, >> >> We have merged a CMake and build-script refactoring that requires a >> from-scratch build. Trying to use an existing build directory

Re: [swift-dev] Please remove your Swift build directory

2016-05-31 Thread Joe Groff via swift-dev
> On May 31, 2016, at 9:37 AM, Dmitri Gribenko via swift-dev > wrote: > > Hi, > > We have merged a CMake and build-script refactoring that requires a > from-scratch build. Trying to use an existing build directory will > result in strange errors in the middle of the build. > > Excuse me for

[swift-dev] Please remove your Swift build directory

2016-05-31 Thread Dmitri Gribenko via swift-dev
Hi, We have merged a CMake and build-script refactoring that requires a from-scratch build. Trying to use an existing build directory will result in strange errors in the middle of the build. Excuse me for the inconvenience. Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j*/ __