Re: [SailfishDevel] Setting up environment for compiling Rust code

2016-10-24 Thread Krzysztof Lesiak
Just did that with the i486 target. Seems to be waiting forever at that last futex. On 24.10.2016 15:16, Tone Kastlunger wrote: strace it? On Sat, Oct 22, 2016 at 3:16 PM, Krzysztof Lesiak mailto:wave@hotmail.com>> wrote: On the platform SDK. On Do. Okt. 20 10:48:48 2016 GMT+0200, Tone Kas

Re: [SailfishDevel] Setting up environment for compiling Rust code

2016-10-24 Thread Krzysztof Lesiak
Thanks, but I'd really like to avoid on-device compiling. For big projects, like e.g. Servo it's just not feasible. On 24.10.2016 15:37, Corvinux wrote: Maybe you should also check out this https://github.com/rust-lang/rust/issues/35843 It helped me get rustup, rustc and cargo working on Jolla

Re: [SailfishDevel] Setting up environment for compiling Rust code

2016-10-24 Thread Corvinux
Maybe you should also check out this https://github.com/rust-lang/rust/issues/35843 It helped me get rustup, rustc and cargo working on Jolla C Corvinux On Mon, Oct 24, 2016 at 3:16 PM, Tone Kastlunger wrote: > strace it? > > On Sat, Oct 22, 2016 at 3:16 PM, Krzysztof Lesiak > wrote: > >> On

Re: [SailfishDevel] Setting up environment for compiling Rust code

2016-10-24 Thread Tone Kastlunger
strace it? On Sat, Oct 22, 2016 at 3:16 PM, Krzysztof Lesiak wrote: > On the platform SDK. > > On Do. Okt. 20 10:48:48 2016 GMT+0200, Tone Kastlunger wrote: > > Are you building on the Platform SDK or on the Mer VM? > > > > > > > > On Mon, Oct 17, 2016 at 10:26 PM, Krzysztof Lesiak > wrote: > >

Re: [SailfishDevel] Setting up environment for compiling Rust code

2016-10-22 Thread Krzysztof Lesiak
On the platform SDK. On Do. Okt. 20 10:48:48 2016 GMT+0200, Tone Kastlunger wrote: > Are you building on the Platform SDK or on the Mer VM? > > > > On Mon, Oct 17, 2016 at 10:26 PM, Krzysztof Lesiak > wrote: > > Hi all, > > > I'd like to be able to build applications in Rust to run on Sail

Re: [SailfishDevel] Setting up environment for compiling Rust code

2016-10-20 Thread Tone Kastlunger
Are you building on the Platform SDK or on the Mer VM? On Mon, Oct 17, 2016 at 10:26 PM, Krzysztof Lesiak wrote: > Hi all, > > > I'd like to be able to build applications in Rust to run on Sailfish OS; > I've installed the Platform SDK, entered the chroot and ran the Rust > toolchain installer <

[SailfishDevel] Setting up environment for compiling Rust code

2016-10-17 Thread Krzysztof Lesiak
Hi all, I'd like to be able to build applications in Rust to run on Sailfish OS; I've installed the Platform SDK, entered the chroot and ran the Rust toolchain installer. Building a simple hello world within the chroot works fine, but for actual applications I need external