[Ecls-list] ecl_make_stream_from_fd

2010-08-21 Thread Gabriel Dos Reis
Hi Juanjo, I am looking at this snippet from ecl_make_stream_from_fd in src/c/file.d: #if defined(ECL_WSOCK) if (smm == smm_input_wsock || smm == smm_output_wsock || smm == smm_io_wsock) fp = (FILE*)fd; else fp = fdopen(fd, mod

Re: [Ecls-list] features.h is harmful

2010-08-21 Thread Gabriel Dos Reis
Juan Jose Garcia-Ripoll writes: | On Sat, Aug 21, 2010 at 10:02 PM, Gabriel Dos Reis wrote: | | The new header file src/c/features.h appears to break builds on Linux. | Indeed, on many linux distributions there already exists a header file | named feature.h.  In the ECL case, it loo

Re: [Ecls-list] trouble building Maxima w/ ECL

2010-08-21 Thread Juan Jose Garcia-Ripoll
On Sun, Aug 22, 2010 at 12:16 AM, Robert Dodier wrote: > Here is my previous message about errors in rtest16. Thanks a lot. I just found out the problem -- ECL did not save the value of that variable in a list of nested calls that also modify that special variable. I am still investigating why t

Re: [Ecls-list] trouble building Maxima w/ ECL

2010-08-21 Thread Robert Dodier
Here is my previous message about errors in rtest16. On 6/21/10, Robert Dodier wrote: > On 6/21/10, Robert Dodier wrote: > >> OK, thanks. I updated ECL and built Maxima successfully. >> The test suite has several failures in rtest16, several having to >> do with power series and a few with numer

Re: [Ecls-list] Status ECL + Maxima

2010-08-21 Thread Robert Dodier
On 8/21/10, Juan Jose Garcia-Ripoll wrote: > The sources in CVS right now give these errors > > Error summary: > Error found in /Users/jjgarcia/build/maxima/tests/rtest14.mac, problem: > (144) > Errors found in /Users/jjgarcia/build/maxima/tests/rtest16.mac, problems: > (18 19 21 22 23 24) > > I

Re: [Ecls-list] features.h is harmful

2010-08-21 Thread Juan Jose Garcia-Ripoll
On Sat, Aug 21, 2010 at 10:02 PM, Gabriel Dos Reis wrote: > The new header file src/c/features.h appears to break builds on Linux. > Indeed, on many linux distributions there already exists a header file > named feature.h. In the ECL case, it looks like is picking > the new (ECL) file as oppose

[Ecls-list] Same as: features.h is harmful / Was: Signaling a more specific condition on signals.

2010-08-21 Thread Pascal J. Bourguignon
Ok, ignore my report it's the features.h problem. -- __Pascal Bourguignon__ http://www.informatimago.com/ -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBe

Re: [Ecls-list] Signaling a more specific condition on signals.

2010-08-21 Thread Pascal J. Bourguignon
Juan Jose Garcia-Ripoll writes: > On Fri, Aug 20, 2010 at 10:23 PM, Pascal J. Bourguignon > wrote: > > When a unix signal is received, ecl cl:signals a simple-error with: > > unixint.d:370:                FEerror("Serious signal ~D caught.", 1, > signal_code); > > In this i

[Ecls-list] features.h is harmful

2010-08-21 Thread Gabriel Dos Reis
Hi Juanjo, The new header file src/c/features.h appears to break builds on Linux. Indeed, on many linux distributions there already exists a header file named feature.h. In the ECL case, it looks like is picking the new (ECL) file as opposed of the (linux) system supplied header. This is on

Re: [Ecls-list] Status ECL + Maxima

2010-08-21 Thread Juan Jose Garcia-Ripoll
On Sat, Aug 21, 2010 at 5:14 PM, Raymond Toy wrote: > On 8/21/10 9:39 AM, Juan Jose Garcia-Ripoll wrote: > > The sources in CVS right now give these errors > > > > Error summary: > > Error found in /Users/jjgarcia/build/maxima/tests/rtest14.mac, problem: > > (144) > > Errors found in /Users/jjga

Re: [Ecls-list] Status ECL + Maxima

2010-08-21 Thread Raymond Toy
On 8/21/10 9:39 AM, Juan Jose Garcia-Ripoll wrote: > The sources in CVS right now give these errors > > Error summary: > Error found in /Users/jjgarcia/build/maxima/tests/rtest14.mac, problem: > (144) > Errors found in /Users/jjgarcia/build/maxima/tests/rtest16.mac, problems: > (18 19 21 22 23 24)

Re: [Ecls-list] Rename a directory?

2010-08-21 Thread Geo Carncross
On Thu, Aug 19, 2010 at 6:09 PM, Zach Beane wrote: > Juan Jose Garcia-Ripoll writes: > >> Hopefully fixed in CVS. RENAME-FILE is all what you need -- even though the >> specification only mandates it should work for files and thus this assumption >> is not portable. > > Is there any way to do it

[Ecls-list] Status ECL + Maxima

2010-08-21 Thread Juan Jose Garcia-Ripoll
The sources in CVS right now give these errors Error summary: Error found in /Users/jjgarcia/build/maxima/tests/rtest14.mac, problem: (144) Errors found in /Users/jjgarcia/build/maxima/tests/rtest16.mac, problems: (18 19 21 22 23 24) I do not know whether they are the same or less or whether some