Re: [PATCH] Add observation that ports are not thread-safe

2014-04-15 Thread Diogo F. S. Ramos
Until we resolve the issue if ports should be locked or not in the future, I still think it's important to mention that ports are not thread-safe in the manual.

Re: [PATCH 2/2] Add reference to the lack of "non-greedy" variants

2014-04-15 Thread Diogo F. S. Ramos
Does anyone else have an opinion on this and patch 1/2? Even if it's to drop them.

guile-2.0.11 build: libtool and readline problems

2014-04-15 Thread Ian Grant
I'm at a loss. I have libtool-2.4 installed in /usr/local and I get this error when 'make'ing after running ../configure --prefix=/usr/local --libdir=/usr/local/lib \ --with-libreadline-prefix=/usr/local [ making lots of stuff ...] CCLD libguile-2.0.la ../libtool: line 5989

README and Bohm GC URL

2014-04-15 Thread Ian Grant
Hello Guile types, The README for guile-2.0.11 gives a non-existent URL for libgc. This should probably be changed to http://www.hboehm.info/gc/ Ian

Re: guile-2.0.11 build: libtool and readline problems

2014-04-15 Thread Greg Troxel
Ian Grant writes: > I'm at a loss. I have libtool-2.4 installed in /usr/local and I get this > error when 'make'ing after running > > ../configure --prefix=/usr/local --libdir=/usr/local/lib \ > --with-libreadline-prefix=/usr/local > > [ making lots of stuff ...] > > CCLD l

guile-gnome-platform - master branch - opaque type warnings

2014-04-15 Thread David Pirotte
Hello, I mentionned on irc recently, but I wanted to confirm here that on the latest guile-gnome-platform's master branch, the following opaque type are reported: Cheers, David Making all in gw make[4]: Entering directory `/usr/local/src/guile-clutter/git-clone/glib/gnome/gw' guile -c \

Re: guile-2.0.11 build: libtool and readline problems

2014-04-15 Thread Mark H Weaver
Hi, Ian Grant writes: > I'm at a loss. I have libtool-2.4 installed in /usr/local and I get > this error when 'make'ing after running > > ../configure --prefix=/usr/local --libdir=/usr/local/lib \ > --with-libreadline-prefix=/usr/local FWIW, you could leave out the "--libdir=/usr/local/lib" abo