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

2013-11-26 Thread mfv
Hi, sorry for being so braindead. Intertubes helpzed. > Maybe I'm missing something, but you can just set the CSC_OPTIONS > environment variable to "-I/path/to/openssl/rand.h". It is "set CSC_OPTIONS [...]" for setting the enviroment variable. Unfortunatly, neither your attempt, nor some possi

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

2013-11-26 Thread Mario Domenech Goulart
Hi, On Wed, 27 Nov 2013 01:25:34 +0100 m...@freeshell.de wrote: >> I'm not sure I understand your question. >> >> If you are talking about setting CSC_OPTIONS at each chicken-install >> invocation, that's usually not necessary. If you really need to tweak >> it, you can set it in your shell (ma

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

2013-11-26 Thread mfv
> > I think it's shipped with OpenSSL. You should put it in some directory > in the C compiler's headers search path. Spot on. > Alternatively, you can put it in any arbitrary location and point to it > via CSC_OPTIONS (-I). > > I'm not sure I understand your question. > > If you are talkin

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

2013-11-26 Thread mfv
Hello Mario, > Do you have openssl/rand.h on your system? Before trying to compile - no. I downloaded the most recent version of the code now. > > If so, the compiler is probably not able to locate it. You can specify > its location in the CSC_OPTIONS environment variable. Something like >

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

2013-11-26 Thread Mario Domenech Goulart
On Tue, 26 Nov 2013 19:39:47 +0100 m...@freeshell.de wrote: >> 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 ge

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

2013-11-26 Thread mfv
> > 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

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

2013-11-26 Thread Mario Domenech Goulart
Hi, On Tue, 26 Nov 2013 18:55:48 +0100 m...@freeshell.de 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.ap

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

2013-11-26 Thread Christian Kellermann
* m...@freeshell.de [131126 18:56]: > Hi, > > 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 s

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

2013-11-26 Thread mfv
Hi, 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: