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

native library kernel32 is linked by more than one package, and con only be linked to by one package #1004

Closed
NobbZ opened this issue Nov 9, 2015 · 4 comments

Comments

@NobbZ
Copy link

NobbZ commented Nov 9, 2015

When trying to follow the tutorial (rotating rectangle) I get the following errormessage directly after downloading of khronos_api happened:

native library `kernel32` is being linked to by more than one package, and can only be linked to by one package

  kernel32-sys v0.1.4
  kernel32-sys v0.2.0

Tried with rust-channels stable and nightly, using multirust-rs to manage them.

I'm on Gnome-Ubuntu 14.04 and having all external dependencies installed that are mentioned in the tutorial (https://github.com/PistonDevelopers/Piston-Tutorials/tree/master/getting-started), namely libfreetype6-dev.

@mitchmindtree
Copy link
Contributor

Please see these related issues:
PistonDevelopers/conrod#622
retep998/winapi-rs#238

We should be able to fix this once this gets merged.

Sorry for the trouble!

@NobbZ
Copy link
Author

NobbZ commented Nov 9, 2015

I have to be sorry for the noise. I did a search but neither google nor github gave me something related :(

@retep998
Copy link
Member

retep998 commented Nov 9, 2015

This should have been fixed by me publishing 0.2.1 of kernel32-sys.

@NobbZ
Copy link
Author

NobbZ commented Nov 10, 2015

OK, seems to be solved now. Thank you all!

@NobbZ NobbZ closed this as completed Nov 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants