Re: guile-2.0.0 build error on OS X 10.6.6

2011-02-21 Thread Michael Ellis
> > If you think there is a problem with MacPorts, change PATH, or move /opt > temporarily to another name. I used gmp-5.0.1, and that worked fine. > Thanks for the advice, Hans, it was worth trying but changing the PATH seems to have no effect. I'm still getting the error building ibguile_2.0_la

Re: guile-2.0.0 build error on OS X 10.6.6

2011-02-21 Thread Hans Aberg
On 21 Feb 2011, at 15:21, Michael Ellis wrote: > There's no other error message but I notice it looks very much like > the problem you reported in the recent "Compiling from GIT" thread ( > http://www.mail-archive.com/bug-guile@gnu.org/msg05621.html ), except > that I'm not seeing the seg fault m

Re: guile-2.0.0 build error on OS X 10.6.6

2011-02-21 Thread Michael Ellis
On Mon, Feb 21, 2011 at 11:47 AM, Hans Aberg wrote: > On 21 Feb 2011, at 15:21, Michael Ellis wrote: > >> There's no other error message but I notice it looks very much like >> the problem you reported in the recent "Compiling from GIT"  thread ( >> http://www.mail-archive.com/bug-guile@gnu.org/ms

Re: guile-2.0.0 build error on OS X 10.6.6

2011-02-21 Thread Hans Aberg
On 21 Feb 2011, at 18:03, Michael Ellis wrote: >> I am using Xcode 3.2.5, >> gcc --version >> i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664) >> And there was no problem compiling guile-2.0.0. ... > Updating to XCode 3.2.5 and starting over by re-extracting guile-2.0.0 > went

Re: guile-2.0.0 build error on OS X 10.6.6

2011-02-21 Thread Michael Ellis
On Mon, Feb 21, 2011 at 12:26 PM, Hans Aberg wrote: >> FWIW I had some previous troubles with guile 1.8 and readline that >> turned out to be a 64 vs 32 bit issue.   As I recall, re-installing >> readline from a tarball instead of from MacPorts cured that.  Any >> thoughts as to whether this might

Re: guile-2.0.0 build error on OS X 10.6.6

2011-02-21 Thread Michael Ellis
On Mon, Feb 21, 2011 at 12:34 PM, Michael Ellis wrote: > On Mon, Feb 21, 2011 at 12:26 PM, Hans Aberg wrote: >>> FWIW I had some previous troubles with guile 1.8 and readline that >>> turned out to be a 64 vs 32 bit issue.   As I recall, re-installing >>> readline from a tarball instead of from M

Re: guile-2.0.0 build error on OS X 10.6.6

2011-02-21 Thread Hans Aberg
On 21 Feb 2011, at 18:48, Michael Ellis wrote: > Commenting out readline in my .guile avoids the segfault. I do not have a ~/.guile file.

Re: guile-2.0.0 build error on OS X 10.6.6

2011-02-21 Thread Michael Ellis
On Mon, Feb 21, 2011 at 1:12 PM, Hans Aberg wrote: > On 21 Feb 2011, at 18:48, Michael Ellis wrote: >> Commenting out readline in my .guile avoids the segfault. > > I do not have a ~/.guile file. I'm assuming readline works for you in guile. How do you activate it? My .guile had these lines: (u

Re: guile-2.0.0 build error on OS X 10.6.6

2011-02-21 Thread Hans Aberg
On 21 Feb 2011, at 19:17, Michael Ellis wrote: >>> Commenting out readline in my .guile avoids the segfault. >> >> I do not have a ~/.guile file. > > I'm assuming readline works for you in guile. How do you activate it? I just assumed it would be activated automatically. I am not using Guile

Re: guile-2.0.0 build error on OS X 10.6.6

2011-02-21 Thread Michael Ellis
On Mon, Feb 21, 2011 at 1:38 PM, Hans Aberg wrote: >> (use-modules (ice-9 readline)) >> (activate-readline) > > This works just fine. > Thanks, that helps narrow the search. Sounds like it could be either a 32 vs 64 problem or perhaps loading an old version of readline or one of its dependencies

Re: guile-2.0.0 build error on OS X 10.6.6

2011-02-21 Thread Michael Ellis
wrote: > On Mon, Feb 21, 2011 at 1:38 PM, Hans Aberg wrote: >>> (use-modules (ice-9 readline)) >>> (activate-readline) >> >> This works just fine. >> > > Thanks, that helps narrow the search.  Sounds like it could be either > a 32 vs 64 problem or perhaps loading an old version of readline or > o

Re: guile-2.0.0 build error on OS X 10.6.6

2011-02-21 Thread Hans Aberg
On 21 Feb 2011, at 20:27, Michael Ellis wrote: (use-modules (ice-9 readline)) (activate-readline) >>> >>> This works just fine. >> >> Thanks, that helps narrow the search. Sounds like it could be either >> a 32 vs 64 problem or perhaps loading an old version of readline or >> one of i

Re: Typos in the manual

2011-02-21 Thread Ludovic Courtès
Hi Mark, Mark Harig writes: > Here are the relevant rules that I learned years ago. They are > followed by some examples from the Emacs manual (which also contains > many examples that do not follow these rules). Thanks for the informative post, I’ll try to keep that in mind! Like Andy, I wou

Re: guile-config deprecated or not?

2011-02-21 Thread Andy Wingo
Hi Bruno, On Mon 21 Feb 2011 00:00, Bruno Haible writes: > Andy Wingo wrote: >> > So, is guile-config deprecated or not? >> >> It is deprecated, yes. I have fixed the examples to use pkg-config. I >> did not fix guile.m4 though, as the current system does have the >> characteristic of selecti