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

Remove C dependencies #78

Closed
iopq opened this issue Mar 8, 2015 · 3 comments · Fixed by #103
Closed

Remove C dependencies #78

iopq opened this issue Mar 8, 2015 · 3 comments · Fixed by #103

Comments

@iopq
Copy link

iopq commented Mar 8, 2015

I recently had to compile a Rust project with time as a dependency and I went through a lot of trouble having to get mingw64 on my 64 bit machine and messing around with paths to make sure that's the version that's used and not the 32 bit version. (I have 64 bit Rust and 32 bit C mingw)

Is it possible to remove the C dependencies so this project uses only Rust? That would make compiling projects with time as a dependency much easier on Windows.

@rotanov
Copy link

rotanov commented Mar 25, 2015

I've bumped into the same problem. What's the workaround? Install x64 mingw and prepend it to %PATH%? (Yup, done that and now it's fine)

@aochagavia
Copy link

This is a major pain point for windows users (just tried to build github-rust to try it out but it failed because of this)

@majkcramer
Copy link

+1 to this
I run into the same issue. Will try x64 mingw as ratanov recommended....

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 a pull request may close this issue.

5 participants