[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-devel:08575] ptex-bin compile



荒船です.

tetex 関係において /usr/lib/texmf -> /usr/share/texmf にうつったことにともなって, ptex 環境がうまくいかなくなってます.
	で,とにもかくにもつかえないのはどうしようもないので,
現在 /usr/share/texmf にあわせた platex (ptex)環境を作ろうとしています.
しかし ptex-bin のコンパイルをおこなっているのですがどうにもうまくいきません.

こんなかんじのエラーが出ます

<snip>

  -c tex0.c
gcc -DHAVE_CONFIG_H  -I. -I..  -I../.. -I../.. -I/usr/lib/web2c/src/web2c -g -O2
  -c tex1.c
gcc -DHAVE_CONFIG_H  -I. -I..  -I../.. -I../.. -I/usr/lib/web2c/src/web2c -g -O2
  -c tex2.c
gcc -DHAVE_CONFIG_H  -I. -I..  -I../.. -I../.. -I/usr/lib/web2c/src/web2c -g -O2
  -c ptexextra.c
ptexextra.c: In function `openoutnameok':
ptexextra.c:868: warning: initialization makes pointer from integer without a ca
st
ptexextra.c: At top level:
ptexextra.c:896: parse error before `catch_interrupt'
ptexextra.c: In function `catch_interrupt':
ptexextra.c:902: warning: passing arg 2 of `signal' from incompatible pointer ty
pe
ptexextra.c: In function `get_date_and_time':
ptexextra.c:935: warning: assignment from incompatible pointer type
ptexextra.c: At top level:
ptexextra.c:1053: `EDITOR' undeclared here (not in a function)
make[1]: *** [ptexextra.o] Error 1
make[1]: Leaving directory `/home/arafune/src/dpkg/ptex-bin-2.1.8'
make: *** [build] Error 2


libc6 関係は

ii  libc6           2.1.1-0.2      GNU C Library: shared libraries
ii  libc6-dbg       2.1.1-0.2      GNU C Library: Libraries with debugging symb
ii  libc6-dev       2.1.1-0.2      GNU C Library: Development libraries and hea
pn  libc6-doc       <none>         (no description available)
pn  libc6-doc21     <none>         (no description available)
ii  libc6-pic       2.1.1-0.2      GNU C Library: PIC archive library
ii  libc6-prof      2.1.1-0.2      GNU C Library: Profiling libraries.

なんですが,なにかまずい点はあるでしょうか?
どなたか御教授いただけると幸いです.
eb2c, web は導入済みです.