Re: Two build problems

2012-09-26 Thread Ludovic Courtès
Hi Noah, This vaguely rings a bell... Noah Lavine skribis: > libguile/bytevectors.c includes . > > uniconv.h lives in my system include directory [...] > But then on the next line, libguile/bytevectors.c includes . > That refers to lib/unistr.h, not the system unistr.h. Could it be that lib/

Re: [PATCH] In fold-matches, set regexp/notbol unless matching string start.

2012-09-26 Thread Ludovic Courtès
"Chris K. Jester-Young" skribis: > * module/ice-9/regex.scm (fold-matches): Set regexp/notbol if the > starting position is nonzero. > * test-suite/tests/regexp.test (fold-matches): Check that when > matching /^foo/ against "foofoofoofoo", only one match results. > --- > module/ice-9/regex.s