-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency Compile Issue in Stable Rust Branch #171
Comments
Hey there! Playform should build with whatever version is listed in the README, but it's not unlikely for it to be broken with newer nightlies or on the stable branch. Clippy is especially finicky. I install with It's also probably worth saying that Playform is possibly abandoned from my point of view. I'm taking a break and looking into Unity and Cubiquity, in part because I'm tired of reinventing all the wheels :). That said, I'm still happy to help anybody who's interested in maintaining/using/rewriting Playform. A lot of the code has been shifted in the There's no mailing list. I'm subscribed to email updates, but so far everything's taken place via Github. It's been almost entirely me so far, so that hasn't really been a pain point. |
Thanks for the update! After looking through the code a bit, I think it might be a little over my head right now. The more I read into the Rust the more I realized how different it was and I might need to start with some simpler projects. However I think might revisit this in a couple weeks. It's funning you mentioning moving to Unity. My day-to-day job has me in a Unity all time for the past few years, and I have recently been feeling the itch to exercise my ability to do more low level stuff once again. |
The code here is also nowhere near nice. Lots of tech debt :).
I'm sure I'll find my own pain points with unity, but rust is so immature
that just about everything has to be done from scratch, and it can't link
to more developed C++ libraries, which would be the other option.
Happy hacking!
|
I'm new to rust and this project looked really interesting so I tried to build it and got this error message with my stable version of rustc. I'm not sure if there is an easy fix for this in the Playform repo or a given requirement is to have the nightly rust build for now...
Also, I'm interesting in contributing if I can. Is there a mailing list for this project?
Rust Version
rustc 1.4.0 (8ab8581f6 2015-10-27)
Compile Errors
The text was updated successfully, but these errors were encountered: