chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Problem: Chicken-install OpenSSL / rand.h


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] Problem: Chicken-install OpenSSL / rand.h
Date: Tue, 26 Nov 2013 18:05:24 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi,

On Tue, 26 Nov 2013 18:55:48 +0100 address@hidden wrote:

> the chicken-install installation process of http-client came to an abrupt
> end when the egg dependency openssl (1.6.4) was about to get installed. 
>
> Exerpt:
>
> "C:\Chicken\bin\csi" -bnq -setup-mode -e "require-library setup.api" -e
> "(import setup-api)" -e "(setup-error-handling)" [...]
> openssl.c:22:28: fatal error: openssl/rand.h: No such file or directory
> compilation terminated.
>
> Platform: 
> GCC 4.7.2 (MingGW) on Windows 7 64
>
> Is that a problem with the source, or do I have to search it on my end?

Do you have openssl/rand.h on your system?

If so, the compiler is probably not able to locate it.  You can specify
its location in the CSC_OPTIONS environment variable.  Something like

   CSC_OPTIONS="-I/path/to/openssl/rand.h" chicken-install openssl

(Not sure if Windows' shell allows this command line syntax).

Best wishes.
Mario
-- 
http://parenteses.org/mario



reply via email to

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