For the moment, I have decided to leave the need of X in place.

I've pushed two new commits.
https://github.com/hemmecke/fricas/commits/htexdoc

The first patch separates the image generation from the normal HyperDoc
build. Image generation can be done in a second step via

  cd src/hyper; make MAYBE_VIEWPORTS=viewports

The second patch tries to hide the popping up windows via xvfb-run.

Unfortunately, the patch "check for xvfb-run and use it via XVFB" works
from the configure&&make point of view, but does not give the expected
result. I get black images in HyperDoc. Does someone know what the issue
with xvfb-run is here?

Ralf

PS:
Since I have rebased all my patches on top of master, you'd have to
either clone freshly via

  git clone -b htexdoc git://github.com/hemmecke/fricas.git

or if in an already existing clone where I assume that "origin" points
to "git://github.com/hemmecke/fricas.git" (git remote -v).

  git fetch origin
  # maybe you want to stash your own modifications away
  git stash
  git checkout htexdoc
  git reset --hard origin/htexdoc


-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to