Re: [Chicken-hackers] [PATCH] Make chicken-home consider CHICKEN_INSTALL_PREFIX

2019-06-26 Thread Evan Hanson
Hi there, I finally got around to testing this one again, and it works fine on all the Windows platforms without the conditional pathname separator (it also solves the issue with spock when the prefix is overridden), so I've pushed it that way. Cheers, Evan

Re: [Chicken-hackers] [PATCH] Make chicken-home consider CHICKEN_INSTALL_PREFIX

2019-05-27 Thread Evan Hanson
Hi folks, I had a look at this one, and it seems OK to me (it's certainly correct in concept, as this procedure should match whatever egg-compile.scm does) and tests fine on Linux. But, I'm not convinced the conditional path separator behaviour for Windows is necessary -- I think we can just use

[Chicken-hackers] [PATCH] Make chicken-home consider CHICKEN_INSTALL_PREFIX

2019-05-26 Thread Mario Domenech Goulart
Hi, Attached is a patch to make chicken-home consider CHICKEN_INSTALL_PREFIX. Currently spock's tests fail when spock is tested by salmonella. That's because spock installs files in chicken-home, which maps to C_INSTALL_SHARE_HOME (i.e., the "host's" chicken-home, not salmonella's test