Martin Baker wrote:
>
> It did crash on my old computer when trying to open an xwindow. I just
> tried it on my new computer and it just gives this error (and fails to
> open xwindow and puts some funny patterns in the grey box it opens).
>
> (1) -> XIO: fatal IO error 11 (Resource temporarily unavailable) on X
> server ":0"
> after 16551 requests (16551 known processed) with 0 events remaining.
>
>
> I expect others may see different results, perhaps it will work on other
> peoples computer.
>
> I get this by going to:
> topics -> graphics -> new framework -> example 1
> and then go though the page clicking on the down buttons.
>
> This page did once work (I know because I wrote it).
Hmm, clicking on down button I see nothing special. Some button
produce no output because of problems in the examples. Namely,
by default Scene is not exposed, so interpreter do not search
for functions there. So first command should be
)expose SBoundary Scene STransform
(or alternatively you qualify all calls to functions form Scene,
SBoundary and STransform).
Then I see line:
addSceneMaterial(sc,3::DF,"blue","green")$Scene(SCartesian(2))
this line depends on definition of DF (standard FriCAS abbreviation
is SF), so needs extra annotation to indicate dependency, otherwise
it will not execute correctly alone (dependenes mean that
previous lines will be run befor this one). There is also
lines containing continuation characters and it causes trouble.
So definitely there are few things to fix on this page, but I see
no crash, just there is no expected output.
--
Waldek Hebisch
[email protected]
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.