Re: [Chicken-users] chicken does not compile anymore

2009-02-01 Thread Peter Bex
On Sun, Feb 01, 2009 at 06:09:34AM +0100, J?rg F. Wittenberger wrote: Hi all, I just did a svn up and got a broken chicken compiler: Error: bad argument count - received 3 but expected 2: #procedure (every pred404 ls405) I guess compiler.scm around line 413 the call to every looks

[Chicken-users] Fwd: [r6rs-discuss] [Scheme Steering Committee announcements] Final reminder: Scheme Steering Committee registration ends early Monday morning

2009-02-01 Thread Marc Feeley
Begin forwarded message: From: Mitchell Wand w...@ccs.neu.edu Date: January 29, 2009 4:53:36 PM EST (CA) To: Scheme List scheme-announceme...@lists.ccs.neu.edu Subject: [r6rs-discuss] [Scheme Steering Committee announcements] Final reminder: Scheme Steering Committee registration ends early

[Chicken-users] string-match-positions

2009-02-01 Thread F. Wittenberger
I'm confused (about chicken/trunk): the current manual contains: [procedure] (string-match REGEXP STRING [START]) [procedure] (string-match-positions REGEXP STRING [START]) my usage (from pcre times): (string-match-positions compiled-match string offset flags) note: a 4th (flags)

Re: [Chicken-users] string-match-positions

2009-02-01 Thread Jim Ursetto
On Sun, Feb 1, 2009 at 12:06 PM, Jörg F. Wittenberger joerg.wittenber...@softeyes.net wrote: I'm confused (about chicken/trunk): the current manual contains: [procedure] (string-match REGEXP STRING [START]) [procedure] (string-match-positions REGEXP STRING [START]) my usage (from pcre

Re: [Chicken-users] string-match-positions

2009-02-01 Thread Jim Ursetto
On Sun, Feb 1, 2009 at 12:06 PM, Jörg F. Wittenberger But worst regex.scm: (define (string-match-positions rx str) That performs an anchored match against the beginning and end of the entire string. If you want to provide a range to search in, use: (string-search-positions rx str #!optional

[Chicken-users] Chicken svn doesn't want to compile on x86-64

2009-02-01 Thread Adam C. Emerson
The compile fails with: /usr/bin/ld: ./libchicken.a(library-static.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC ./libchicken.a: could not read symbols: Bad value collect2: ld returned 1 exit status make[1]: ***