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: mfv
Subject: Re: [Chicken-users] Problem: Chicken-install OpenSSL / rand.h
Date: Tue, 26 Nov 2013 19:39:47 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

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

No, I do not have it on my system. That explains the error, I guess. 

Think about it - rand.h seems to be a pretty basic header file, my bet would
be on some kind of random number generator. 

Where do I get those files from? Where should I put them? In the MingGW
directory? 

> 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).

Ok, I guess I have to try that out, then. The procedure would be to type all
the compilation commands into the command line, or am I mistaken and I can
adjust the chicken-install execution for this task?

Cheers, 

  Piotr




reply via email to

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