rho-devel / rho

GNU General Public License v2.0
133 stars 23 forks source link

Building NEWS.pdf fails #100

Open kmillar opened 8 years ago

kmillar commented 8 years ago

From the build logs:

> Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet,  : 
>   unable to run 'pdflatex' on 'NEWS.tex'
> Calls: <Anonymous> -> texi2pdf -> texi2dvi
> Execution halted
> make[1]: *** [NEWS.pdf] Error 1

Presumably NEWS.tex is invalid.

lukaszdaniel commented 8 years ago

I encountered this error when building R-devel on windows. There is a comment in the newest MkRules.local about it:

Recent MiKTEX does not provide texi2dvi and needs something like TEXI2DVI = TEXINDEX=c:/Rtools/bin/texindex.exe texify

Maybe this info will help you.