Thanks for the reply Peter. It's still a little confusing for me - Chocolatey installed Chicken and its dependency mingw for me. Chicken is installed at c:\chicken, mingw is installed to c:\tools\mingw. When you said I need to install openSSL development lib (headers), does that mean I need to install it from mingw, which the chicken installation is aware of?
On Tue, Feb 21, 2017 at 11:53 PM, Peter Bex <[email protected]> wrote: > On Tue, Feb 21, 2017 at 11:45:45PM -0800, k l wrote: > > Hi I'm trying to install openssl on Windows but it fails with the > following > > error. Any hints? I installed chicken scheme from as Chocolatey > package[1], > > as instructed by Chicken's wiki[2]. > > [...] > > > openssl.c:22:28: fatal error: openssl/rand.h: No such file or directory > > compilation terminated. > > Hi there, > > This error seems to indicate you have not installed the openssl library > itself. Note that you'll need a version that supplies header files, so > if Chocolatey differentiates between development and non-development > versions, you'll need the former). > > Cheers, > Peter >
_______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
