Last Update: "2006/01/22 15:45:47 makoto"
p412 auctex
2005/12/13 日頃から
cvs 取得の方法
が変更になっています。
cvs -d :pserver:anoncvs@cvs.sv.gnu.org:/sources/auctex co auctex
ttyp5:makoto@lets2 14:41:15/060122(...cvs-work/auctex)> ./autogen.sh
makeinfo -D rawfile --no-headers intro.texi --output ../README
makeinfo -D rawfile --no-headers preview-readme.texi --output - >> ../README
makeinfo -D rawfile --no-headers install.texi --output ../INSTALL
makeinfo -D rawfile --no-headers todo.texi --output ../TODO
makeinfo -D rawfile --no-headers preview-todo.texi --output - >> ../TODO
makeinfo -D rawfile --no-headers wininstall.texi --output ../INSTALL.windows
makeinfo -D rawfile --no-headers faq.texi --output ../FAQ
makeinfo -D rawfile --no-headers --number-sections preview-faq.texi --output - >> ../FAQ
preview-faq.texi:7: warning: `@contents' omitted since writing to stdout.
makeinfo -D rawfile --no-headers changes.texi --output ../CHANGES
perl preview-dtxdoc.pl ../preview/latex/preview.dtx preview-dtxdoc.texi
makeinfo preview-latex.texi
makeinfo auctex.texi
ttyp5:makoto@lets2 14:53:53/060122(...cvs-work/auctex)>
gs が入っていないと次のように言われます。
ttyp5:makoto@lets2 14:53:53/060122(...cvs-work/auctex)> ./configure
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
...
checking for gs... no
checking for GSWIN32C.EXE... no
configure: error: Ghostscript not found! Aborting!
You need Ghostscript in your PATH for preview to work.
configure: error: /bin/sh './configure' failed for preview
例えば pkgsrc/print/ghostscript-gnu/ で make 等とすると必要なものが入ります。
同様に ./configure の時に、
LaTeX が入っていないと、次のように言われます。
checking for gs... gs
checking for latex... NONE
configure: error: LaTeX not found, aborting!
You must install LaTeX for preview to work.
configure: error: /bin/sh './configure' failed for preview
ttyp5:makoto@lets2 15:15:15/060122(...cvs-work/auctex)>
|