Re: Gmp now working, but number.c:147 isinf declared implicitly.

2007-01-15 Thread Kevin Ryde
Hugh Sasse <[EMAIL PROTECTED]> writes: > > posix.c: In function 'scm_putenv': > posix.c:1332: error: 'len' undeclared (first use in this function) Thanks. Dodgy conditionals :-(. You can use the "len" at the start of the function (claiming to be for mingw). Does that mean there's no unsetenv()

Re: Gmp now working, but number.c:147 isinf declared implicitly.

2007-01-15 Thread Kevin Ryde
Hugh Sasse <[EMAIL PROTECTED]> writes: > > On Sat, 13 Jan 2007, Kevin Ryde wrote: > >> Otherwise if you think there's a function but no prototype we could >> put a prototype in (when not otherwise provided). > > that sounds like the best approach to me. There is a definition to > be picked up whe

Re: How could this be implemented?

2007-01-15 Thread Alan Bram
> > Just in case you haven't already heard about it, you might check out > > scsh. > I've looked at scsh. The whole (run (ls)) thing is just too much noise > for me. It is slightly better than (system "ls"), but I still don't > quite like it well enough. Then you might prefer Tcl. What you'v

C++ Exceptions + Guile = ?

2007-01-15 Thread Lucas (a.k.a T-Bird or bsdfan3)
I am using Guile and Greg to build a testsuite for a special-purpose C++ library. I have written the (C++) code for a Guile extension that serves as an interface between the Greg testcases and the C++ library; however, do I need to do anything special when building/installing Guile in order to

Re: Gmp now working, but number.c:147 isinf declared implicitly.

2007-01-15 Thread Hugh Sasse
On Mon, 15 Jan 2007, Hugh Sasse wrote: > On Sat, 13 Jan 2007, Kevin Ryde wrote: > > > You might be able to just stick in a prototype, > > Tried to do that, it still complained about it. > > or alternately just > > "./configure --disable-error-on-wa

Re: How could this be implemented?

2007-01-15 Thread Andy Wingo
Hi Jon, I think your idea is silly. However you might implement it via module binder procs. See http://article.gmane.org/gmane.lisp.guile.user/3321 for an idea of how this can be done. Regards, Wingo. -- http://wingolog.org/ ___ Guile-user mailing

Re: Gmp now working, but number.c:147 isinf declared implicitly.

2007-01-15 Thread Hugh Sasse
On Sat, 13 Jan 2007, Kevin Ryde wrote: > Hugh Sasse <[EMAIL PROTECTED]> writes: > > > >> cc1: warnings being treated as errors > > That's designed to force all users to be developers :-(. Should that be in the *release* then? Prior to release definitely makes sense. > > >> numbers.c: In funct