Re: [Chicken-hackers] Cannot install regex with Chicken 4.9.1

2015-01-24 Thread Felix Winkelmann
From: Jim Ursetto Subject: Re: [Chicken-hackers] Cannot install regex with Chicken 4.9.1 Date: Sat, 24 Jan 2015 13:26:51 -0600 > Just a thought, weird stuff like this sometimes occurs when one version of > chicken is installed in a nonstandard location and the other is installed in > the stand

Re: [Chicken-hackers] Cannot install regex with Chicken 4.9.1

2015-01-24 Thread Dan Leslie
That was my thought as well, but it's strange that git HEAD 4.9.1 would have exhibited this error, but git tag 4.9.0 wouldn't. The only alteration I undertook between the two was cleaning the git clone and checking out the tag. The system chicken is still installed. -Dan Jim Ursetto writes: >

Re: [Chicken-hackers] Cannot install regex with Chicken 4.9.1

2015-01-24 Thread Jim Ursetto
Just a thought, weird stuff like this sometimes occurs when one version of chicken is installed in a nonstandard location and the other is installed in the standard system location, and the local one picks up the wrong libraries. Try removing the system package? > On Jan 24, 2015, at 12:18, D

Re: [Chicken-hackers] Cannot install regex with Chicken 4.9.1

2015-01-24 Thread Dan Leslie
I built with: make PLATFORM=linux PREFIX="$HOME/local" And then added ~/local/bin to the head of PATH. Likewise, I had to obliterate my .csirc because "use" was not defined by default, causing it to fail. uname -a Linux shodan 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64

Re: [Chicken-hackers] Cannot install regex with Chicken 4.9.1

2015-01-24 Thread Mario Domenech Goulart
Hi Dan, On Fri, 23 Jan 2015 22:00:01 -0800 Dan Leslie wrote: > Checking out tag 4.9.0 and retrying worked fine. So perhaps something > broke since then? That's pretty weird. Our salmonella machines don't report any error. Examples: http://salmonella-freebsd-x86-64.call-cc.org/master/clang/fre