GSOC PEG project

2010-07-04 Thread Michael Lucy
Hi, I finally got things into a usable state, so I pushed out what I have to origin/mlucy. Many apologies if I did something wrong; I've never used git with remote repositories before. Files I've added so far: guile/modules/ice-9/peg.scm (I assume this is the right place to put this?) guile/test

Re: guile compile error

2010-07-04 Thread Nala Ginrut
2010/7/5 Neil Jerram > I believe that's what happens when libltdl-dev isn't installed (or your > distribution's equivalent). Please try installing that, and see if it > helps. > > Neil > Thank you very much! But I did install libltdl-dev. And I can compile guile-src now after re-clone src

Re: [PATCH] Fix hanging of popen.test

2010-07-04 Thread Neil Jerram
Andy Wingo writes: > This has been an on-and-off issue: > 02fcbf78b27788c03563e5c3d297a4cd469ce562, and > 04af4c4c5221c082905d52eb5ad3829ed681d097. Right. The commit (4f99a499197b592a9a3060de2205531852f4f94) that Patrick McCarty identified (with git bisect) is another very similar case. Even i

Re: guile compile error

2010-07-04 Thread Neil Jerram
Nala Ginrut writes: > hi, I updated the newest guile-src from git://git.sv.gnu.org/guile, but while > I > compile it  , it showed error msg below: > === > In file included from ../libguile/_scm.h:78, > from alist.c:25: > ../libguile/numbers.h:394:2: e

Re: Troubles with Objcode and Storing JIT Pointers

2010-07-04 Thread Noah Lavine
Problems fixed - sorry for the confusion. I will send a new patch to guile-sources which corrects all of these issues. Noah On Sat, Jul 3, 2010 at 2:28 PM, Noah Lavine wrote: > Hello, > > I just sent two patches which start to implement this to > guile-sour...@gnu.org. (The first patch is actual

Re: debian squeeze/sid - guile-master-20100617 fails

2010-07-04 Thread David Pirotte
Hi Ludo, Le Fri, 02 Jul 2010 18:27:51 +0200, l...@gnu.org (Ludovic Courtès) a écrit : > [...] > Hmm, there *is* actually -lffi. > What does ‘pkg-config libffi --libs’ say? > Ludo’. da...@rascar:~ 11 $ pkg-config libffi --libs -lffi thanks, David

Re: [PATCH] Fix hanging of popen.test

2010-07-04 Thread Andy Wingo
Hi, On Sat 03 Jul 2010 23:17, l...@gnu.org (Ludovic Courtès) writes: > I propose to rewrite the SRFI-1 bits that are in C to Scheme. There's always the original srfi-1 code :) Would be nice to benchmark these changes. As you mention it's not the right fix to this problem, but it is the right th