Re: [elephant-devel] Problem installing with latest Clozure

2008-06-29 Thread Patrick May
On 29 Jun 2008, at 20:56, Ian Eslick wrote: I'll talk to the Clozure developers when I get a chance; it's possible one of them will have an easier time figuring out what's causing this problem. Cheers, Ian Ian, Thanks. Let me know if you'd like me to run any other tests. Regards

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-29 Thread Ian Eslick
I'll talk to the Clozure developers when I get a chance; it's possible one of them will have an easier time figuring out what's causing this problem. Cheers, Ian On Jun 29, 2008, at 2:58 PM, Patrick May wrote: On 29 Jun 2008, at 12:00, Ian Eslick wrote: Well Patrick, I'm sorry to say that

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-29 Thread Patrick May
On 29 Jun 2008, at 12:00, Ian Eslick wrote: Well Patrick, I'm sorry to say that I'm stumped. I no longer have access to a 32-bit PPC system to debug this locally. I remember having problems with the 64-bit CCL on Intel the last time I tried to run CCL and was waiting for them to go to prod

[elephant-devel] Set-Valued-Slots Documentation Update

2008-06-29 Thread Glenn Tarcea
Attached is a set of patches for the Set-Valued-Slots. This patch also includes the changes from the last set of documentation patches (I had to do this to get the new set of changes included). On top of the last set of document changes this new patch set includes the following 3 changes:

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-29 Thread Ian Eslick
Well Patrick, I'm sorry to say that I'm stumped. I no longer have access to a 32-bit PPC system to debug this locally. I remember having problems with the 64-bit CCL on Intel the last time I tried to run CCL and was waiting for them to go to production before running it again. Have you

Re: [elephant-devel] Documentation Updates

2008-06-29 Thread Ian Eslick
They should both stay, people may want access to the primitives (for example a set of sets) and there is no reason not to provide it. Ian On Jun 29, 2008, at 10:22 AM, Glenn Tarcea wrote: Ian, The set-valued-slots are very nice. I've been playing around with them to write the documentatio

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-29 Thread Patrick May
On 29 Jun 2008, at 10:17, Ian Eslick wrote: Chris got unstable to work on ccl, so my best guess is that there are stale fasls. Try :force t on asdf:load-op or ensuring that all fasls are deleted in the src/db-bdb directory. The error your forwarded refers to constants in DB-BDB-C46 when the

Re: [elephant-devel] Documentation Updates

2008-06-29 Thread Glenn Tarcea
Ian, The set-valued-slots are very nice. I've been playing around with them to write the documentation and have found they will cleanup some code I had written using make-pset. One question: Should the write up on PSETs remain in the documentation, or should there be a write up to migrate

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-29 Thread Ian Eslick
Chris got unstable to work on ccl, so my best guess is that there are stale fasls. Try :force t on asdf:load-op or ensuring that all fasls are deleted in the src/db-bdb directory. The error your forwarded refers to constants in DB-BDB-C46 when they should be referring to DB-BDB-C45. If yo

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-29 Thread Patrick May
On 28 Jun 2008, at 21:23, Ian Eslick wrote: Patrick, Can you send the contents of your my-config.sexp? Also, what version of uffi are you using? The big hint here is that the BDB constants your are loading are coming from the C46 constants package and not the C45 package that you should