To the best of my understanding, "./Setup copy" is supposed to perform the installation -- except for registering the built packages with the compiler. We perform that last step separately, i.e. by running "./Setup register". In my humble opinion, wxc's Setup.hs file should support the copy phase properly, i.e. it should copy the shared object it built.
2012-04-17 10:26:31 PDT in wxHaskell
When I build and install wxc on Nixos, then the Setup.hs procedure fails to installs the generated libwxc.so DLL into the target directory. A complete build log is attached below that shows the output from running "./Setup configure -v3 && ./Setup build && ./Setup copy -v3".
2012-04-17 06:15:50 PDT in wxHaskell
The default version of asymptote links with OpenGL to provide a 3D previewer for diagrams that use the "three" module. That version cannot support the --offscreen run-time flag, though. When asymptote is built with --enable-offscreen, the --offscreen flag can be used, but then the 3D viewer is gone! Would it be possible to support both offscreen rendering and 3D viewing in the same...
2012-03-21 08:25:14 PDT in Asymptote
The network config file should be installed to $sysconfdir instead of hardcoding the /etc path.
2012-03-17 10:43:56 PDT in libtirpc
I just found out: asymptote renders the image correctly when I specify "-render n" manually. When I use n=-1, however, the image comes out empty.
2012-01-10 14:55:16 PST in Asymptote
When I render the attached image for EPS output using asy -offscreen -tex pdflatex -f eps cylindrical-coordinates.asy ..., it works fine. Asymptote also shows the image correctly in the previewer. When I render it for PDF output, however, using asy -offscreen -tex pdflatex -f pdf cylindrical-coordinates.asy ..., then I get just an empty image.
2012-01-10 12:26:22 PST in Asymptote
Right, I updated mesa and libdri, and now the error is gone. Sorry about the misleading bug report.
2012-01-10 12:21:51 PST in Asymptote
asymptote installs its info file as $prefix/share/info/asymptote/asymptote.info. This seems quite unusual. Is there a particular reason why that extra directory hierarchy is in place?.
2012-01-10 11:32:17 PST in Asymptote
$ asy cylindrical-coordinates.asy X Error of failed request: BadAccess (attempt to access private resource denied) Major opcode of failed request: 153 (GLX) Minor opcode of failed request: 26 (X_GLXMakeContextCurrent) Serial number of failed request: 53 Current serial number in output stream: 53.
2012-01-10 11:30:12 PST in Asymptote