Announce EX11 release 2.5
Bengt Kleberg
bengt.kleberg@REDACTED
Wed May 12 18:05:22 CEST 2004
Joe Armstrong wrote:
>On Wed, 12 May 2004, Bengt Kleberg wrote:
>
>
>
...deleted
>>on a more serious note:
>>is ex11 supposed to be useable on solaris (sunos 5.8)?
>>
>>
>
>It's never been tested on Solaris - it might work
>
it is i, with the crash in
lib/ex11_lib_utils.erl:178: V = hd(D#depth.visuals).
is there a particular reason to use the first of the #depth{} in
#screen.depths ? i have replaced
lib/ex11_lib_utils.erl:177: D = hd(S#screen.depths),
with
lib/ex11_lib_utils.erl:177: D = lists:last(S#screen.depths),
after this i can run example0:start(). however, the colours are
terrible. perhaps because of the change i have made?
instead of picking the last (or first?) entry in S#screen.depths i would
like to be able to choose the ''best''. what are the criteria for a good
entry?
bengt
More information about the erlang-questions
mailing list