Re: [swift-users] REPL failed

2015-12-20 Thread Dmitri Gribenko via swift-users
On Sun, Dec 20, 2015 at 12:03 PM, Daniel Dunbar wrote: > > On Dec 10, 2015, at 11:07 AM, Dmitri Gribenko wrote: > > On Thu, Dec 10, 2015 at 9:59 AM, Daniel Dunbar > wrote: > > Actually, I am retracting this suggestion in favor of what I think is a > better one: > > What if we change the build pr

Re: [swift-users] REPL failed

2015-12-20 Thread Daniel Dunbar via swift-users
> On Dec 10, 2015, at 11:07 AM, Dmitri Gribenko wrote: > > On Thu, Dec 10, 2015 at 9:59 AM, Daniel Dunbar > wrote: >> Actually, I am retracting this suggestion in favor of what I think is a >> better one: >> >> What if we change the build process to build up a

Re: [swift-users] REPL failed

2015-12-10 Thread Dmitri Gribenko via swift-users
On Thu, Dec 10, 2015 at 9:59 AM, Daniel Dunbar wrote: > Actually, I am retracting this suggestion in favor of what I think is a > better one: > > What if we change the build process to build up a "composed package" as part > of the regular build. We would clear this at the start of each build, a

Re: [swift-users] REPL failed

2015-12-10 Thread Daniel Dunbar via swift-users
Dmitri, this seems to be a common problem. What would you think about creating symlinks in the build tree (when building the appropriate projects), just to smooth over the development process? - Daniel > On Dec 6, 2015, at 12:14 AM, Dmitri Gribenko via swift-users > wrote: > > On Sun, Dec 6

Re: [swift-users] REPL failed

2015-12-10 Thread Lane Schwartz via swift-users
I also hit this problem. I compiled like so: ./swift/utils/build-script --lldb I created a new directory to house the symlinks: $ mkdir mybins; cd mybins I created symlinks: $ for i in $(ls -1 ../build/Ninja-DebugAssert/llvm-linux-x86_64/bin/*); do ln -s $i; done $ for i in $(ls -1 ../build/Ni

Re: [swift-users] REPL failed

2015-12-06 Thread Dmitri Gribenko via swift-users
On Sun, Dec 6, 2015 at 12:10 AM, Thomas# Chiang via swift-users wrote: > > Hi, > > I built swift for Linux(openSUSE 13.2) from source code, by > "./utils/build-script -R" command. > It works for run test.swift file, but can not run on REPL mode, > the error message is: > "LLVM ERROR: Compiler-int