Re: [PATCH] Colorized REPL

2013-01-09 Thread Nala Ginrut
On Fri, 2013-01-04 at 15:06 +0100, Ludovic Courtès wrote: > Hi Nala, > > Thanks for your work! > > Nala Ginrut skribis: > > > 1. colorized-REPL feature: > > Add two lines to your ~/.guile, to enable colorized-REPL feature: > > (use-modules (ice-9 colorized)) > > (activate-colorized) > > I did

[PATCH] byacc: fix potential parallel build issue

2013-01-09 Thread Bogdan Marinescu
Add explicit dependency for libpath.h on dynl.x which fixes a potential parallel build issue. The other file that includes libguile/libpath.h (libguile/load.c) already has an explicit dependency on libpath.h diff --git a/libguile/Makefile.am b/libguile/Makefile.am index e216435..016bd90 100644 -

Re: [PATCH] byacc: fix potential parallel build issue

2013-01-09 Thread Marinescu, Bogdan A
Errr. Sorry about the "byacc" prefix. Copy/paste error. Thanks, BogdanM On Wed, Jan 9, 2013 at 2:45 PM, Bogdan Marinescu < bogdan.a.marine...@intel.com> wrote: > Add explicit dependency for libpath.h on dynl.x which fixes a potential > parallel build issue. The other file that includes libguile/

How to debug the scheme/guile interpreter?

2013-01-09 Thread Peter Teeson
Greetings: Mac Pro 4,1 - MacOS 10.7.5 I filed bug and Ludo' invited me to investigate which I've been doing, including reading the other bugs on this problem http://bugs.gnu.org/10015, http://bugs.gnu.org/10681. My conclusion at this time, after a number of experim

Re: How to debug the scheme/guile interpreter?

2013-01-09 Thread Nala Ginrut
On Wed, 2013-01-09 at 21:59 -0500, Peter Teeson wrote: > Greetings: > Mac Pro 4,1 - MacOS 10.7.5 > I filed bug and Ludo' invited me to investigate > which I've been doing, > including reading the other bugs on this problem http://bugs.gnu.org/10015, > http://bugs.gn

Re: How to debug the scheme/guile interpreter?

2013-01-09 Thread Noah Lavine
There's a script in the 'meta' directory of the Guile sources called 'gdb-uninstalled-guile'. I believe it sets up whatever environment variables need setting and then calls gdb for you. I've used it to debug Guile in the past. Thanks a lot for tracking down this bug Noah Lavine On Wed, Jan 9,