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
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
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
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
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
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
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
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 be loading to match the BDB 4.5 that you're
erry
>
> -Original Message-
> From: Chris Van Dusen <[EMAIL PROTECTED]>
>
> Date: Thu, 26 Jun 2008 21:21:33
> To:Elephant bugs and development
> Subject: Re: [elephant-devel] Problem installing with latest Clozure
>
>
> I'm having a problem on PPC
On 27 Jun 2008, at 10:20, Henrik Hjelte wrote:
>>no package named "DB-BDB-C47"
The C47 here looks to me like there is something remaining from your
old attempt with 4.7
Delete all fasls, and isn't libberkeley-db.dylib created when you
compile for the first time?
Try removing it, or just dow
On 27 Jun 2008, at 10:20, Henrik Hjelte wrote:
>>no package named "DB-BDB-C47"
The C47 here looks to me like there is something remaining from your
old attempt with 4.7
Delete all fasls, and isn't libberkeley-db.dylib created when you
compile for the first time?
Try removing it, or just dow
On 27 Jun 2008, at 10:20, Henrik Hjelte wrote:
>>no package named "DB-BDB-C47"
The C47 here looks to me like there is something remaining from your
old attempt with 4.7
Delete all fasls, and isn't libberkeley-db.dylib created when you
compile for the first time?
Try removing it, or just dow
>>no package named "DB-BDB-C47"
The C47 here looks to me like there is something remaining from your old
attempt with 4.7
Delete all fasls, and isn't libberkeley-db.dylib created when you compile
for the first time?
Try removing it, or just download a fresh copy of elephant.
/Henrik
On Fri, Jun
It's a copy of the OSX Defaults section of config.sexp with only
the :berkeley-db-cachesize changed.
Thanks,
Patrick
On 27 Jun 2008, at 09:24, Ian Eslick wrote:
Check your my-config.sexp
Ian
On Jun 27, 2008, at 9:00 AM, Patrick May wrote:
On 27 Jun 2008, at 07:08, Ian Eslick wrote:
Th
Check your my-config.sexp
Ian
On Jun 27, 2008, at 9:00 AM, Patrick May wrote:
On 27 Jun 2008, at 07:08, Ian Eslick wrote:
The right command is
(open-store '(:BDB "dirname"))
Thanks for the help. I installed BDB 4.5 and used the above form.
This is the result:
? (open-store '(:BDB "/
On 27 Jun 2008, at 07:08, Ian Eslick wrote:
The right command is
(open-store '(:BDB "dirname"))
Thanks for the help. I installed BDB 4.5 and used the above form.
This is the result:
? (open-store '(:BDB "/Users/Patrick/src/lisp/elephant-bdb/"))
; loading system definition from ele-bdb.a
On 27 Jun 2008, at 07:09, Ian Eslick wrote:
We don't support BDB 4.7 yet (4.5 and 4.6 only)
Thanks, I'll install 4.5.
Regards,
Patrick
[EMAIL PROTECTED]
S P Engineering, Inc.
Large scale, mission-critical, distributed OO systems design and
implementation.
(C++, Java, Common L
We don't support BDB 4.7 yet (4.5 and 4.6 only)
Sent from my BlackBerry
-Original Message-
From: Chris Van Dusen <[EMAIL PROTECTED]>
Date: Thu, 26 Jun 2008 21:21:33
To:Elephant bugs and development
Subject: Re: [elephant-devel] Problem installing with latest Clozure
I
The right command is
(open-store '(:BDB "dirname"))
Sent from my BlackBerry
-Original Message-
From: Patrick May <[EMAIL PROTECTED]>
Date: Thu, 26 Jun 2008 22:16:00
To:Elephant bugs and development
Subject: Re: [elephant-devel] Problem installing with latest Clo
On Fri, Jun 27, 2008 at 4:21 AM, Chris Van Dusen <[EMAIL PROTECTED]>
wrote:
> I'm having a problem on PPC Mac with CCL, as well, although the error that
I'm getting is
>
It seems like you are compiling against BerkeleyDB 4.7, is that version
really working? I think it is 4.5 and 4.6 that is suppor
I'm having a problem on PPC Mac with CCL, as well, although the error
that I'm getting is:
Berkeley DB error #22: Invalid argument
[Condition of type BDB-DB-ERROR]
In the Slime buffer, it shows:
; loading system definition from /Users/chrisvandusen/.asdf-install-
dir/systems/ele-bdb.asd i
On 26 Jun 2008, at 09:01, Ian Eslick wrote:
Those errors seem to indicate a pretty messed up installation. Can
you pull a fresh version of Elephant from the elphant-unstable darcs
repository (http://www.common-lisp.net/project/elephant/darcs/elephant-unstable
) and try again. The build did
On 26 Jun 2008, at 09:01, Ian Eslick wrote:
Those errors seem to indicate a pretty messed up installation. Can
you pull a fresh version of Elephant from the elphant-unstable darcs
repository (http://www.common-lisp.net/project/elephant/darcs/elephant-unstable
) and try again. The build did
Those errors seem to indicate a pretty messed up installation. Can
you pull a fresh version of Elephant from the elphant-unstable darcs
repository (http://www.common-lisp.net/project/elephant/darcs/elephant-unstable
) and try again. The build did once work on Clozure as recent as 0.9
- but
Hi,
I'm trying to build Elephant with the latest Clozure and BDB on a PPC
Mac. My my-config.sexp looks like this:
#+(and (or sbcl allegro openmcl lispworks) (not (or mswindows
windows)) (or macosx darwin))
((:compiler . :gcc)
(:berkeley-db-include-dir . "/usr/local/BerkeleyDB.4.7/includ
25 matches
Mail list logo