Re: [rust-dev] 0.8 release

2013-09-27 Thread Jordi Boggiano
On 27.09.2013 15:09, Renato Lenzi wrote: Strange thing... after installing rust 08 on W7 System rustc.exe (or rust.exe or rusti.exe) doesn't start and Windows complains: the application was unable to start correctly (0xc005). The worst thing is that reinstalling rust07 i get the same

[rust-dev] Fwd: 0.8 release

2013-09-27 Thread Renato Lenzi
I've to try i usually install on my D hard drive in dirs named rust05, rust06, rust07... and, until today, this way has worked fine. but with rust08 i was unsuccessful A fresh install on a Windows 8 station gives error as well, complaining for some missing DLL... not a good situation

Re: [rust-dev] 0.8 release

2013-09-27 Thread Aaron Dandy
You have mingw installed with required packages installed? Sent from my Windows Phone From: Renato Lenzimailto:rex...@gmail.com Sent: ‎9/‎27/‎2013 7:09 To: Rust-dev@mozilla.orgmailto:Rust-dev@mozilla.org Subject: [rust-dev] 0.8 release Strange thing... after

Re: [rust-dev] 0.8 release

2013-09-27 Thread Vadim
Known issue: #5878 https://github.com/mozilla/rust/issues/5878. At mingw prompt, run: mingw-get upgrade g++4.6 mingw-get upgrade libpthread=2.8.0-3 This will roll some components back to older version that Rust binaries require. You can then copy libgcc_s_dw2-1.dll,

[rust-dev] Fwd: 0.8 release

2013-09-27 Thread Renato Lenzi
Oh yes this works fine. Thank you. ... Known issue: #5878 https://github.com/mozilla/rust/issues/5878. At mingw prompt, run: mingw-get upgrade g++4.6 mingw-get upgrade libpthread=2.8.0-3 This will roll some components back to older

[rust-dev] OpenGL: gl-rs updated with command line generation options

2013-09-27 Thread Brendan Zabarauskas
gl-rs[1] is an OpenGL function loader for Rust. It exposes the full OpenGL API, loading the function pointers at runtime to ensure portability between systems with different graphics drivers. This capability is extremely important for developers who wish to make full use of state-of-the-art

[rust-dev] Crate-scoped non-trait implementations

2013-09-27 Thread SiegeLord
Given the proposed privacy resolution rules ( https://github.com/mozilla/rust/issues/8215#issuecomment-24762188 ) there exists a concept of crate-scope for items: these can be used within the implementation of the crate, but are inaccessible from other crates. This is easy to do by introducing

Re: [rust-dev] Introducing wxRust

2013-09-27 Thread Kevin Ballard
As a Mac developer, you should have Xcode 5.0 installed, which comes with Clang 5.0 (based on LLVM 3.3svn), which is roughly equivalent to open-source Clang 3.3. -Kevin On Sep 27, 2013, at 8:51 PM, KENZ gelsoft kenz.gels...@gmail.com wrote: I tried rust-bindgen finally, and it worked