Re: [Ecls-list] To evaluate or not to evaluate?

2010-07-01 Thread Seth Burleigh
let me know if you get iolib working, i couldn't get long-long on ecl for some reason any clues? -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first --

Re: [Ecls-list] What would be the cause of Error when copying file from?

2010-07-01 Thread Juan Jose Garcia-Ripoll
On Thu, Jul 1, 2010 at 3:33 AM, Pascal J. Bourguignon p...@informatimago.com wrote: I get this error when asdf loading :usocket. [...@kuiper :0.0 site]$ ls -ld /tmp drwxrwxrwt 9 root root 36864 Jul 1 03:18 /tmp/ What could be the cause? ECL has to have the ability to load the same FASL

Re: [Ecls-list] To evaluate or not to evaluate?

2010-07-01 Thread Juan Jose Garcia-Ripoll
On Thu, Jul 1, 2010 at 8:13 AM, Pascal J. Bourguignon p...@informatimago.com wrote: Loading iolib, (and several other systems such as io.multiplex, etc) in ECL signals the following error. ASDF2 does not evaluate the :pathname argument in DEFSYSTEM forms, but it seems these systems expect

Re: [Ecls-list] long-long

2010-07-01 Thread Seth Burleigh
for some reason, it now compiles fine, it may have had something to do with the multiple ecl versions i have installed (i thought over each other, but apparently not). Anyways, now i have to figure out how to get ecl to recognize that i actually do have dffi installed...

Re: [Ecls-list] long-long

2010-07-01 Thread Juan Jose Garcia-Ripoll
On Thu, Jul 1, 2010 at 11:50 PM, Seth Burleigh s...@tewebs.com wrote: Anyways, now i have to figure out how to get ecl to recognize that i actually do have dffi installed... You mean libffi? Looking at config.log and why it fails may help. Juanjo -- Instituto de FĂ­sica Fundamental, CSIC

Re: [Ecls-list] Bug in argument checking based on function proclamation

2010-07-01 Thread Gabriel Dos Reis
On Thu, Jul 1, 2010 at 4:39 PM, Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com wrote: On Tue, Jun 29, 2010 at 2:12 AM, Gabriel Dos Reis g...@integrable-solutions.net wrote: On Mon, Jun 28, 2010 at 2:46 PM, Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com wrote: *