[elephant-devel] Is memutil necessary for ele-clp?

2011-04-26 Thread Chun Tian (binghe)
Hi, dear elephant developer I saw elephant always loading a libmemutil DLL, but is this necessary if I just use the CLP backend? Thanks, Chun Tian (binghe) ___ elephant-devel site list elephant-devel@common-lisp.net http://common-lisp.net/mailman

Re: [elephant-devel] Fix for LispWorks 5.1

2009-06-28 Thread Chun Tian (binghe)
) make-cached-instance) (setf (slot-value instance 'checked-out) make-cached-instance) (call-next-method)) I think that's enough. Please find a trivial patch in attach of this mail. Regards, Chun Tian (binghe) Hi Chun, I found a way to get pass this issue: moving above definit

[elephant-devel] Fix for LispWorks 5.1

2009-06-20 Thread Chun Tian (binghe)
isp", to, i.e. "cache.lisp", then everythings go fine. I run some BDB tests, seems OK. I don't know why. ele-lw51.diff Description: Binary data --binghe Hi, Larry I just checked, Elephant 1.0 on my LWL64 5.0.2 can be compiled and loaded correctly. LWL64 5.1.2

Re: [elephant-devel] elephant-1.0 on Lispworks+win32; bdb; postmodern

2009-02-03 Thread Chun Tian (binghe)
Hi, Frank What's your LispWorks version? Currently I even cannot compile elephant (MOP issue) on LispWorks 5.1 --binghe On 2009-2-4, at 06:17, Frank Schorr wrote: > Ian, > thanks for taking care of windows! > darcs get http://www.common-lisp.net/project/elephant/darcs/elepha

Re: [elephant-devel] Elephant won't compile under Lispworks for Linux 5.1

2009-02-02 Thread Chun Tian (binghe)
atch, but I don't know how to fix it. Hope other guys better than me can help us go further. There're some MOP differences between LispWorks 5.1 and early versions which mentioned in LW5.1 release notes: http://www.lispworks.com/documentation/lw51/RNIG/html/readme-362.htm#pgfId-9

Re: [elephant-devel] Error when loading elephant on Mac OS with Lispworks 5.1

2008-04-08 Thread binghe
html/readme-363.htm#pgfId-918977 Regards, Chun Tian (binghe) Sean. ___ elephant-devel site list elephant-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/elephant-devel ___ elephant-deve

Re: [elephant-devel] Error when loading elephant on Mac OS with Lispworks 5.1

2008-04-08 Thread Chun Tian (binghe)
s. See this: http://www.lispworks.com/documentation/lw51/RNIG/html/readme-364.htm#pgfId-918212 And this is another LispWorks 5.1 MOP change will may be useful to know: http://www.lispworks.com/documentation/lw51/RNIG/html/readme-363.htm#pgfId-918977 Regards, Chun Tian (bingh

Re: [elephant-devel] Re: Test of 0.9 on LispWorks 5.0 (64-bit) for Linux

2007-06-27 Thread Chun Tian (binghe)
Ian Eslick wrote: > Sorry for the delay, I'm under pressure for some other work. > > What is happening is that you aren't getting a proper value back from > the index. Can you do a (elephant::dump-btree index1) after running > the regression suite? > > Ian > Is this useful? ELE-TESTS 39 > (open-s

Re: [elephant-devel] Re: Test of 0.9 on LispWorks 5.0 (64-bit) for Linux

2007-06-12 Thread Chun Tian (binghe)
::INITIALIZE-PROCESS-STACK) Chun Tian (binghe) wrote: > Ian Eslick <[EMAIL PROTECTED]> writes: > > >> Sorry about that last test. A better way to do it is to set >> regression-test::*catch-errors* to nil, then run the full regress >> test. That will be inf

[elephant-devel] Re: Test of 0.9 on LispWorks 5.0 (64-bit) for Linux

2007-06-12 Thread Chun Tian (binghe)
s: 0 2 10 11 10 9 3000 NIL 101 NIL. NIL Seems the last two test has no error reported, just wrong answer. Is this informative? Thanks. Chun Tian (binghe) &g

[elephant-devel] Re: Test of 0.9 on LispWorks 5.0 (64-bit) for Linux

2007-06-12 Thread Chun Tian (binghe)
ER 1 > (clc:clc-require :elephant-tests) CL-USER 2 > (in-package :elephant-tests) # ELE-TESTS 3 > (clc:clc-require :ele-bdb) ELE-TESTS 4 > *testbdb-spec* (:BDB "/afs/163.org/user/b/binghe/lisp/elephant/tests/testdb/") ELE-TESTS 5 > (setf *testbdb-spec* '(:bdb "/tmp/

[elephant-devel] Test of 0.9 on LispWorks 5.0 (64-bit) for Linux

2007-06-08 Thread Chun Tian (binghe)
Berkeley DB looks like this: ELE-TESTS 15 > (setq *default-spec* '(:BDB "/tmp/testdb/")) (:BDB "/tmp/testdb/") ELE-TESTS 16 > (do-backend-tests) Attempting to load libmemutil.so... Loaded /var/cache/common-lisp-controller/1001/lispworks/local/afs/163.org/user/b/bing