Yes, maybe. TeX Live for Windows assimilated the Cygwin executable (asy.exe). MiKTeX asy.exe is a native Windows executable. As stated above, all MiKTeX executables depend on the shell to expand wildcard arguments. I am not planning to change this. But please feel free to create a bug report.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Since MiKTeX asy.exe is new and experimental, I will enable internal wildcard expansion for this executable, i.e, asy latexusage-*.asy will work when started from cmd.exe.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Thank you for including Asymptote in the new version of MikTeX, I am reporting an error.
When I compile from a command prompt, (powershell on windows 10) the code below that produces a playable dice with the mouse directly I have the following error:
MiKTeX 2.9/asymptote/three.asy: 2905.13: runtime: to support onscreen rendering, please install glut library, run ./configure, and recompile
But when I compile the same document included in a Tex file with the compilation Pdflatex-> Asymptote-Pdflatex, it works.
A new package Asymptote has been added to the MiKTeX distribution, but it lacks the executables.
See
https://www.ctan.org/tex-archive/graphics/asymptote/binaries
The asymptote package contains input files only. The binary package (
miktex-asymptote-bin) will be released later.Note that
asy.exedoesn't work as expected.Try, for example, with the file bundled with asymptote,
http://mirrors.ctan.org/graphics/asymptote/doc/latexusage.tex
the following
The response of
asy.exeisThis is expected behaviour. Try running
Reason is, that the Windows command line interpreter
cmddoes not expand wildcard arguments.If you need wildcard expansion, you can try another shell (e.g.,
bash).Note that the same command
works as expected under Windows with TeX Live.
Yes, maybe. TeX Live for Windows assimilated the Cygwin executable (
asy.exe). MiKTeXasy.exeis a native Windows executable. As stated above, all MiKTeX executables depend on the shell to expand wildcard arguments. I am not planning to change this. But please feel free to create a bug report.Since MiKTeX
asy.exeis new and experimental, I will enable internal wildcard expansion for this executable, i.e,asy latexusage-*.asywill work when started fromcmd.exe.Thank you very much for this.
Hi,
Thank you for including Asymptote in the new version of MikTeX, I am reporting an error.
When I compile from a command prompt, (powershell on windows 10) the code below that produces a playable dice with the mouse directly I have the following error:
But when I compile the same document included in a Tex file with the compilation Pdflatex-> Asymptote-Pdflatex, it works.
What should I do ?