[Gd-hackers] Open Dylan beta 1 v2
Audun Bakken
audun.bakken at broadpark.no
Thu Jun 1 14:51:31 CEST 2006
Hi,
I could'nt resist and installed the Open Dylan version from may 10th.
However I cannot get it to compile and link projects. Used system
libraries are now subprojects of the main project, and therefore
compiled together with ordinary project code. Since integer.dylan and
table.dylan does not compile, I'm a bit stuck at the moment. I saw the
same problem described on #dylan, but cannot find it, and paste.lisp.org
is down at the moment, so no luck there either. I have tried to compile
both new projects, examples, and existing. Same problem with integer and
table.
From integer.dylan
Serious warning at integer:223:
No applicable methods for call to / (x :: <object>, y :: <object>) =>
(#rest values :: <object>) - inferred argument types #[singleton(1 ::
<integer>), <rational>].
integer:222: ------------------
integer:223: 1 / (base ^ -power)
integer:224: ------------------
From table
Invalid type for argument new-key in call to entry-key-setter (new-key
:: <object>, V :: <entry-keys>, index :: <integer>) => (new-key ::
<object>): <raw-pointer> supplied, <object> expected.
table:873: -------------------------------------
table:874: entry-key(dst-keys, dst-index) := key;
table:875: -------------------------------------
Thanks for any help,
Audun
More information about the hackers
mailing list