Re: [Ecls-list] Getting directory contents on Unix

2011-03-02 Thread Duong "Yang" Ha Nguyen
On Tue, 1 Mar 2011, Zach Beane wrote: > Say I have a directory structure like this: > > /tmp/x/a.txt > /tmp/x/b.txt (a symlink to a.txt) > > Is there any function I can call to get a list of #p"/tmp/x/a.txt" and > #p"/tmp/x/b.txt? On sbcl, for example, I can pass :resolve-symlinks nil > to CL:

[Ecls-list] A few patches for typos

2011-03-02 Thread Peter Van Eynde
Hello, The Debian linitan tool noticed a few typos while checking ECL, I've attached patches against 11.1.1. Best regards, Peter -- signature -at- pvaneynd.mailworks.org http://pvaneynd.dreamwidth.org/ God, root, what is difference?-Pitr|God is more forgiving.-Dave Aronson| diff --git a/src/clx

Re: [Ecls-list] SSE error in build

2011-03-02 Thread Alexander Gavrilov
> ;;; Compiling (DEF-UTILITY NEG-SS ...). > > Condition of type: SIMPLE-ERROR > Cannot externalize object # > Available restarts: That's probably because of the change below. SSE packs can currently only be compiled as static constants, and this really should be the way they are handled: that neg

[Ecls-list] SSE error in build

2011-03-02 Thread Eric O'Connor
(My first message bounced back, I think I am subscribed now.) This is on Fedora 14. Am I doing something wrong or is it a bug? Also, --with-newcmp=yes broke, but I assume that is not yet stable... ~ Eric O'Connor ./configure --with-clx --with-sse=yes --enable-threads=yes --enable-boehm=yes --e

[Ecls-list] Getting directory contents on Unix

2011-03-02 Thread Zach Beane
Say I have a directory structure like this: /tmp/x/a.txt /tmp/x/b.txt (a symlink to a.txt) Is there any function I can call to get a list of #p"/tmp/x/a.txt" and #p"/tmp/x/b.txt? On sbcl, for example, I can pass :resolve-symlinks nil to CL:DIRECTORY. What (if anything) can I use in ECL? Than

Re: [Ecls-list] Build failure: no *interrupts-enabled* symbol

2011-03-02 Thread Jerry James
On Tue, Mar 1, 2011 at 3:26 PM, Jerry James wrote: > Building from the latest git sources failed like this, apparently due > the latest commit ("*interrupts-enabled* moved from SI to EXT > package"): I'm attaching a patch that let me get past the libffi problem and this one, plus an error where "

[Ecls-list] Build failure: no *interrupts-enabled* symbol

2011-03-02 Thread Jerry James
Building from the latest git sources failed like this, apparently due the latest commit ("*interrupts-enabled* moved from SI to EXT package"): if test -f ../CROSS-DPP ; then ../CROSS-DPP /home/jamesjer/src/ecl-build/src/c/unixint.d tmp.c ; else ./dpp /home/jamesjer/src/ecl-build/src/c/unixint.d tm

Re: [Ecls-list] Frequent stackoverflow errors

2011-03-02 Thread Juan Jose Garcia-Ripoll
On Mon, Feb 28, 2011 at 11:52 AM, Marko Kocić wrote: > > I am a bit puzzled. Is this very recent? > > Not that recent. It happens from time to time. At first only in SLIME, > but now it fails frequently on the command line too. > Reliable way to trigger it is to try to quickload, for example > cl

Re: [Ecls-list] [fricas-devel] Re: ecl, fricas and cygwin

2011-03-02 Thread Martin Rubey
Juan Jose Garcia-Ripoll writes: > On Tue, Mar 1, 2011 at 8:19 PM, Martin Rubey > wrote: > > Does the silence mean that I should give up hope and tell Windows users > that fricas is currently not available for them?  Or is there still > hope? > > Who said that? For debugging the ECL

Re: [Ecls-list] [fricas-devel] Re: ecl, fricas and cygwin

2011-03-02 Thread Juan Jose Garcia-Ripoll
On Tue, Mar 1, 2011 at 8:19 PM, Martin Rubey < martin.ru...@math.uni-hannover.de> wrote: > Does the silence mean that I should give up hope and tell Windows users > that fricas is currently not available for them? Or is there still > hope? Who said that? For debugging the ECL problem I need som