Closed. This question needs debugging details. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed last year.
I use Rust and hyper. I have installed OpenSSL and TDM-GCC, then I run cargo build. It returns error:
C:\path\openssl-sys-0.6.2\src/old_openssl_shim.c:1:26: fatal error: openssl/hmac.h: No such file or directory
#include <openssl/hmac.h>
^
compilation terminated.
thread '<main>' panicked at 'explicit panic', C:\path\gcc-0.3.8\src\lib.rs:497
Anything wrong?