hi, when i do "make world" under xen 3.2 directory. the compilation stoped at line: latex src/interface.tex >/dev/null what''s wrong with it? i have installed latex, latex2html, transfig, and tgif in order to compile the docs. thanks in advance. -- View this message in context: http://www.nabble.com/Xen-doc-compication-failed%21-tp23154440p23154440.html Sent from the Xen - Dev mailing list archive at Nabble.com. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Run: cd docs ; latex src/interface.tex And see what error message you get. -- Keir On 21/04/2009 12:52, "Sucan" <bitzsk@gmail.com> wrote:> hi, when i do "make world" under xen 3.2 directory. the compilation stoped at > line: latex src/interface.tex >/dev/null what''s wrong with it? i have > installed latex, latex2html, transfig, and tgif in order to compile the docs. > thanks in advance._______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
When Run: cd docs ; latex src/interface.tex the result shows: ============================================This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) %&-line parsing enabled. entering extended mode ! I can''t write on file `interface.log''. Please type another transcript file name: ============================================and i input file name abc, next shows: ============================================Please type another transcript file name: abc (./src/interface.tex LaTeX2e <2005/12/01> Babel <v3.8h> and hyphenation patterns for english, usenglishmax, dumylang, noh yphenation, loaded. (/usr/share/texmf-texlive/tex/latex/base/report.cls Document Class: report 2005/09/16 v1.4f Standard LaTeX document class (/usr/share/texmf-texlive/tex/latex/base/size11.clo)) (/usr/share/texmf-texlive/tex/latex/ntgclass/a4.sty) (/usr/share/texmf-texlive/tex/latex/graphics/graphicx.sty (/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty) (/usr/share/texmf-texlive/tex/latex/graphics/graphics.sty (/usr/share/texmf-texlive/tex/latex/graphics/trig.sty) (/etc/texmf/tex/latex/config/graphics.cfg) (/usr/share/texmf-texlive/tex/latex/graphics/dvips.def))) (./html.sty) (/usr/share/texmf-texlive/tex/latex/setspace/setspace.sty Package: `setspace'' 6.7 <2000/12/01> ) (/usr/share/texmf-texlive/tex/latex/psnfss/times.sty) ! LaTeX Error: File `comment.sty'' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty) Enter file name: ==================================================Do you know what''s wrong? 2009/4/21 Keir Fraser <keir.fraser@eu.citrix.com>> Run: > cd docs ; latex src/interface.tex > > And see what error message you get. > > -- Keir > > On 21/04/2009 12:52, "Sucan" <bitzsk@gmail.com> wrote: > > hi, when i do "make world" under xen 3.2 directory. the compilation stoped > at line: latex src/interface.tex >/dev/null what''s wrong with it? i have > installed latex, latex2html, transfig, and tgif in order to compile the > docs. thanks in advance. > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Could be a bad dependency in your distro tex packages. Sometimes comment.sty is contained within an extras package (e.g., texlive-extras). You should check whether you have all your distro''s tex-related packages installed. -- Keir On 21/04/2009 14:54, "张树坤" <bitzsk@gmail.com> wrote:> Enter file name: > ==================================================> Do you know what''s wrong?_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Thanks very much! I have solved the problem by install a package. ============================! LaTeX Error: File `lmodern.sty'' not found. install lmodern to fix:. sudo apt-get install lmodern ============================2009/4/21 Keir Fraser <keir.fraser@eu.citrix.com>> Could be a bad dependency in your distro tex packages. Sometimes > comment.sty > is contained within an extras package (e.g., texlive-extras). You should > check whether you have all your distro''s tex-related packages installed. > > -- Keir > > On 21/04/2009 14:54, "张树坤" <bitzsk@gmail.com> wrote: > > > Enter file name: > > ==================================================> > Do you know what''s wrong? > > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel