Skip to content
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

Fix build for nightly rust #11

Merged
merged 2 commits into from
Oct 20, 2013
Merged

Fix build for nightly rust #11

merged 2 commits into from
Oct 20, 2013

Conversation

zeux
Copy link
Contributor

@zeux zeux commented Oct 20, 2013

Replace fmt! with format! (and fix fail! invocations)
Add #feature to generated code instead of patching gl.rs directly
And generator should now be built by CI.

Ideally we'd also fetch gl.xml, generate gl.rs and build the result, but I'm not sure how to run generator from the .yml since the output is in a folder with platform-specific suffix (i.e. x86_64-unknown-linux-gnu).

@brendanzab
Copy link
Owner

Hum, it seems we need to get sax somehow. Could you add rustpkg install github.com/bjz/sax-rs to the .travis.xml?

@brendanzab brendanzab merged commit b78a22f into brendanzab:master Oct 20, 2013
@brendanzab
Copy link
Owner

Ok, fixed. I had to build the generator using rustc because of issues with rustpkg :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants