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