On Sun, Nov 29, 2020 at 10:42:22PM +0100, Gr??gory Vanuxem wrote:
> Hello,
>
> I just rebuilt FriCAS in WSL 2 and if apparently all is right when I
> try graphic examples the console returns me for example:
>
> HyperDoc) Unknown patch name ParametricCurveGraphicsExamplePagePatch2
> (HyperDoc) Unknown patch name ParametricCurveGraphicsExamplePagePatch1
> (HyperDoc) Unknown patch name ParametricCurveGraphicsExamplePagePatch3
> (HyperDoc) Unknown patch name ThreeDimensionalGraphicsExamplePagePatch2
> (HyperDoc) Unknown patch name ThreeDimensionalGraphicsExamplePagePatch3
>
> Am I alone with this?
See instruction from the INSTALL (included below). The above
is one of manifestations of problem described in INSTALL.
NOTE!! If you use svn (minimal version) the above will install broken
HyperDoc pages -- all graphic examples will be missing (and trying to access
them will crash hypertex).
The get working graphic examples login into X and replace 'make' above by
the following:
make MAYBE_VIEWPORT=viewports
alternatively, after 'make' finishes use:
make viewports
Important: building graphic examples accesses the X server, so it will
not work on text console. During build drawings will temporarily
appear on the screen. Redirecting X via ssh should work fine,
but may be slow.
It is also possible to use xvfb-run program, replacing 'make viewports'
above by:
xvfb-run --server-args="-screen 0 1024x768x24" --auto-servernum -n 0 make
viewports
--
Waldek Hebisch
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/20201129220441.GA30799%40math.uni.wroc.pl.