Félix Fischer

Results 210 comments of Félix Fischer

PS: should we use a messaging platform? To make it quicker... if you want :smile:

I will check! In the meantime, have a look at my setup [scripts](https://github.com/felix91gr/swift-linuxSetup) *(I can't really check right now bc I'm using another partition. I'll reboot and check)*

Ohh. Indeed, it is **not** linked correctly: ```bash $ ldd /jin/linux/swift-git/output/usr/lib/sourcekitdInProc.framework/sourcekitdInProc linux-vdso.so.1 => (0x00007ffeb11d4000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f314990d000) libatomic.so.1 => /usr/lib/x86_64-linux-gnu/libatomic.so.1 (0x00007f3149705000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f3149500000) libBlocksRuntime.so.0 => /usr/lib/x86_64-linux-gnu/libBlocksRuntime.so.0 (0x00007f31492fd000)...

> I am confused now. why can your building go success? But seem no big problem in that I make a mistake above My guess is that I cloned a...

I looked into it, and it seems like `sourcekitdInProc` is **not** in the precompiled binaries. Hmm :thinking: Then I'm probably gonna have to compile it again. Do you know of...

@jinmingjian Maybe using Docker is easier while the Swift 3.1 release is still in baking process. I think installing it that way would be better: using the precompiled Swift binaries...

Ok this is what I've got now: * A **new partition** of Ubuntu 16.04, **without** the symlinks. * **Swift 3.1** installed from the binaries at [swift.org](swift.org). I have the `swift3.1/usr/bin`...

> error checking is provided by SPM building mechanism as I mentioned in readme or my version of hands-on: It works! It totally works! :smiley: :champagne: I will take a...

@jinmingjian here it is: [Swift@Linux tutorial from 0 to 100](https://github.com/felix91gr/swift-linuxSetup/blob/master/README.md) What do you think of it? Please tell me if I missed something :)

> Dispensers are very slow for example a 64 item dropper only drops 32 Is that related to this issue? I'm following along the convo, but I think I'm misunderstanding...