I'm running into problems with Aymptote if I try to run it with settings.render set to anything other than 0. I am running Asymptote 2.86-2 on Arch Linux, downloaded from the Arch repository. I took the following minimal example from the Asymptote tutorial: settings.outformat="png"; settings.render = 16; import three; size(1cm,0); draw((0, 0, 0) -- (1, 1, 1), linewidth(2pt)); Running asy test.asy on this file gives the error "Error initializing offscreen context: Depth=0 ." Setting the render equal...
Gnuplot won't run with current version of readline
Gnuplot won't run with current version of readline