Hi, On Tue, 26 Nov 2013 18:55:48 +0100 [email protected] 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 _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
