02/08: TeX Live 2011
texlive を更新しました。 fink update-all でたぶんいけると思います(新規インストールには fink install texlive)。 今回の更新ではeplatexがplatexに統合され、 あとpmpostが新たに加わっています。 その他のソフトや、使い方などは従来通りです。 例えば日本語対応のdvipsやpxdvi、 またupdmap-sysでのフォント設定などを以前と同じく使用できます。
補足:現在は日本語対応のTeX Live環境は
$ fink install ghostscript-esp texlive
で整うと思います。特に他のパッケージや設定などは必要ないはずです。 もし不具合などありましたら、掲示板やブログで済ませずにぜひ報告をお願いします。
Taichi Yasumoto wrote:
Mountain Lion上で,Xcode 4.4を使い,ghostscript-espをインストールしようとすると,cups/gdevcups.cをコンパイルしているところで,エラーになりました.ご報告まで.
gcc -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FONTCONFIG -O2 -I/sw/lib/fontconfig2/include -I/sw/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -I/sw/include -DUSE_LIBICONV_GNU -DUSE_LIBPAPER -I./obj -I./base -I/sw/include -DUSE_LIBICONV_GNU -DUSE_LIBPAPER -o ./obj/gdevcups.o -c cups/gdevcups.c
In file included from cups/gdevcups.c:74:
In file included from /usr/include/cups/raster.h:27:
In file included from /usr/include/cups/cups.h:34:
In file included from /usr/include/dispatch/dispatch.h:50:
/usr/include/dispatch/object.h:122:27: error: expected ')'
__attribute__((__format__(printf,2,3)))
^
./base/gsio.h:47:24: note: expanded from macro 'printf'
#define printf Function._printf_.unavailable
^
In file included from cups/gdevcups.c:74:
In file included from /usr/include/cups/raster.h:27:
In file included from /usr/include/cups/cups.h:34:
In file included from /usr/include/dispatch/dispatch.h:50:
/usr/include/dispatch/object.h:122:27: error: expected ')'
__attribute__((__format__(printf,2,3)))
^
./base/gsio.h:47:24: note: expanded from macro 'printf'
以下略