2008/5/13 Luke J Crook <[EMAIL PROTECTED]>:
> css writes:
>
> ECL sais:
> (sdl:load-image #p"/tmp/hunchentoot1.bmp") NIL is not of type
> SI:FOREIGN-DATA.
> Broken at EVAL.No restarts available.
> Broken at EVAL.
>
>
> And
> (sdl:load-image "/tmp/hunchentoot1.bmp") NIL is not of type SI:FOREIGN-DATA.
> Broken at EVAL.No restarts available.
> Broken at EVAL.
>
> Do any of the lispbuilder-sdl examples work in ECL? I haven't installed ECL
> yet to try.

Yes. Some do. Some do not even compile, ECL has Problems with
loop-statement, and I do not have the mood to rewrite it right now
(maybe I will do so soon and send you the patches, it is not hard to
do so, but takes time). The functions cl-vectors-{1,2,3,4},
feedlike-icon do not compile. Maybe they content the loop-statements
that ECL doesnt like. The functions bezier, circle-{1,2,3,4,5},
distance-2d, fireworks, flood-fill work, though they are very slow
compared to SBCL or CLISP. And I mean VERY slow. I dont know why.
Normally, ECL is not /that/ slow at runtime. bmp-sample throws "NIL is
not of type SI:FOREIGN-DATA.". flood-fill-stack,
flood-fill-stack-timed fail with a "Segmentation violation.".
flood-fill-timed just behaves strange. It does do something, but i
cannot stop it, it freezes the whole process. inbuilt-fonts opens a
black window, and a few seconds after, ECL just quits.

I hope this helps you so far. As there are a lot of examples, I tried
only the first few. If you need more, just tell me.

CSS
_______________________________________________
application-builder mailing list
application-builder@lispniks.com
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to