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


_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to