Re: enhancement requests

2011-04-21 Thread Andy Wingo
Hi Wolfgang, On Mon 18 Apr 2011 11:53, Wolfgang J Moeller writes: > On Fri, 15 Apr 2011, Andy Wingo wrote: > >> On Mon 21 Mar 2011 01:24, Wolfgang J Moeller writes: >> >> >> > (4) compiler: Now that compiling into hidden ~.cache/... directories >> >> > has been declared the default behaviou

Re: enhancement requests ("load-ignoring-cached-go")

2011-04-21 Thread Wolfgang J Moeller
Hi Andy, >[...] > >> > I'm mostly concerned with interactive use of (un-adorned) "guile" > >> > command. > >> > I have files that use macros defined elsewhere - once I have LOADed > >> > (and automatically compiled) such files, and change the macros, there's > >> > [apparently] no way to make gui

Re: Problems with guile-sqlite3

2011-04-21 Thread Andy Wingo
On Wed 20 Apr 2011 17:51, Detlev Zundel writes: >> I'd love to have a './configure --prefix=... && make install' [even though >> there is >> only only file for the time being], could you help me doing the setup or >> point me >> a tutorial a could read with regards these matters? > > Duew to us

Re: Creating a Lua roadmap

2011-04-21 Thread Andy Wingo
On Tue 19 Apr 2011 23:11, Phil writes: > I have recently checked out the Lua branch. I want to make it seaworthy. Cool! It does indeed need some more loving :-) > I've requested to be added back onto the Savannah group, can someone > do that? TIA. Sure; saw your mail before reading this, so p

Re: soc mentor?

2011-04-21 Thread Andy Wingo
Hi Diogo, On Mon 18 Apr 2011 15:44, "Diogo F. S. Ramos" writes: > Andy Wingo writes: > >> We need to shake up those students. But if we were to get more slots >> -- totally unknown at this point, btw -- we would need more mentors, >> and more projects. For example Diogo might be interested in

Re: Broken Mail Transport Agent at stelco.com.mv

2011-04-21 Thread Andy Wingo
On Sun 10 Apr 2011 00:09, Mark H Weaver writes: > postmas...@stelco.com.mv writes: >> This is an automatically generated Delivery Status Notification. >> >> Delivery to the following recipients failed. >> >>shi...@stelco.com.mv > > Can one of the guile-devel administrators please disable

Re: Just to mention: Why there's still not any guile-2.0 packages in linux distributions?

2011-04-21 Thread Andy Wingo
On Tue 19 Apr 2011 03:15, CRLF0710 writes: > Guile 2.0 has been there for some time. Why there's still not any > guile-2.0 package in linux distributions? > Did they have trouble packaging it? It's only been out for a couple months, and there are a number of reverse dependencies, so switching fr

Re: enhancement requests ("load-ignoring-cached-go")

2011-04-21 Thread Andy Wingo
Hi Wolfgang :) On Thu 21 Apr 2011 12:21, Wolfgang J Moeller writes: > In my browser, searching the Guile Reference Manual > ( http://www.gnu.org/software/guile/manual) Indices > for GUILE_LOAD_COMPILED_PATH ... no hits ... An open bug, yes; hrm. Adding Mark Harig to the Cc, who had a plan for

Re: enhancement requests ("load-ignoring-cached-go")

2011-04-21 Thread Wolfgang J Moeller
On Thu, 21 Apr 2011, Andy Wingo wrote: >[...] > > In my browser, searching the Guile Reference Manual > > ( http://www.gnu.org/software/guile/manual) Indices > > for GUILE_LOAD_COMPILED_PATH ... no hits ... > > An open bug, yes; hrm. Adding Mark Harig to the Cc, who had a plan for > fixing this.

Re: Creating a Lua roadmap

2011-04-21 Thread Mark H Weaver
Phil writes: > - Missing standard library functions: math.modf math.modf(x) could be implemented as (truncate/ x 1) math.fmod(x,y) should be (truncate-remainder x y) math.frexp(x) needs an implementation that works well for all types of Scheme numbers. I already have this in my own tree, but h

Re: Problems with guile-sqlite3

2011-04-21 Thread David Pirotte
Hello, Le Thu, 21 Apr 2011 14:17:15 +0200, Andy Wingo a écrit : > On Wed 20 Apr 2011 17:51, Detlev Zundel writes: > ... > Perhaps David was missing the fact that you need to run `autoreconf > -vif' to generate ./configure. Yes I did miss that, thank you! I am thinking, would it not be interes