chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] chicken-install openssl fails on Windows


From: k l
Subject: Re: [Chicken-users] chicken-install openssl fails on Windows
Date: Wed, 22 Feb 2017 00:04:41 -0800

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 <address@hidden> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]