stillson / rdrand

python interface to intel hardware RNG
Other
26 stars 10 forks source link

Build on Windows fails #8

Open bogde opened 6 years ago

bogde commented 6 years ago

I'm trying to do pip install rdrand on Windows and it keeps failing.

At first, it asked me to install http://aka.ms/vcpython27 which I did, and now I get:

rdrand.c(49) : fatal error C1189: #error : Only support for gcc or clang currently

Any ideas?

Thanks!

microic commented 5 years ago

Same error rdrand.c(49): fatal error C1189: #error: Only support for gcc or clang currently I use rdrand well on my linux

Tungsteno74 commented 5 years ago

rdrand.c(49) : fatal error C1189: #error : Only support for gcc or clang currently

Same here. I have installed gcc on my windows system and set up the PATH correctly. I compiled other programs with it.