Seth Burleigh wrote:
> K, fixed that. I'll retire for today, but apparently the problem is
> that you were defining a macro which ended up like this
> (defmacro |mk-ARC| ...)
> and when you try to normally use the macro, its looking for MK-ARC, not
> mk-ARC.
Aha. You have Modern mode Allegro CL
They are defined by a macro, def-tk-something.
I guess you are building with ASDF?
Try a :force t on the whole thing. There may be a dependency missing
that would make ASDF load as it goes.
ASDF really sucks.
kt
Seth Burleigh wrote:
> Where exactly is celtk:mk-arc and related defined?
>
Am 30.05.2010 um 01:59 schrieb Kenneth Tilton:
> Seth Burleigh wrote:
>> OK, so heres my notes on compiling. I haven't yet got the example
>> working, because of some missing functions. Any inputs on these missing
>> functions, where are they? Also, while reading the install-notes, i came
>> acro
Seth Burleigh wrote:
> OK, so heres my notes on compiling. I haven't yet got the example
> working, because of some missing functions. Any inputs on these missing
> functions, where are they? Also, while reading the install-notes, i came
> across this. Do i really need to do what it says? (ok , p
Am 29.05.2010 um 06:57 schrieb Seth Burleigh:
> Oh, ok. I was looking at that new project of yours, looks interesting,
> but I decided I needed something that was quite a bit quicker than a web
> app (fast, real time graphing and the easy customizable widgets that i
> have heard cello is capable
Seth Burleigh wrote:
> Well, i got alot built,
OK, good. I should have offered that our experience has been that in the
end Cello can be gotten running after running down not too many Lisp
implementation differences and the like. And it has been to Linux and OS
X at various times, so some of
Seth Burleigh wrote:
> Oh, ok. I was looking at that new project of yours, looks interesting,
> but I decided I needed something that was quite a bit quicker than a web
> app (fast, real time graphing and the easy customizable widgets that i
> have heard cello is capable of is also a must).
We
Seth Burleigh wrote:
> Ive got the code for cello. Im attempting to get cl-opengl working.
>
> Ive hade some problems. First,
>
> (1) When loading libgl.so and libglu.so , it has some weird directory
> under which it expects libgl and libglu to be under, on unix. I cant
> imagine why this is i