You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
latex compiler: doc/guide.pdf
This is LuaTeX, Version beta-0.79.1 (TeX Live 2014 on Slackware (SlackBuilds.org)) (rev 4971)
restricted \write18 enabled.
make: *** [doc/guide.pdf] Error 1
Using texlive-20140525. The hidden error behind is:
! LaTeX Error: File `luaotfload.sty' not found.
It would be nice to propagate the error through make, if possible?
I solved it by installing texlive-texmf-extra-20140525 on Slackware 14.1 , if anyone is interested.
The text was updated successfully, but these errors were encountered:
Good call on figuring out what's missing, that was a better plan than my "eh, who needs the guide as pdf, it builds rustc first anyway so I'll just wait until someone else fixes it" approach.
I got this error running
make
:Using
texlive-20140525
. The hidden error behind is:It would be nice to propagate the error through make, if possible?
I solved it by installing
texlive-texmf-extra-20140525
on Slackware 14.1 , if anyone is interested.The text was updated successfully, but these errors were encountered: