2013年6月5日水曜日

GIMP2.8.4で.epsファイルが開けるまで頑張る

2013/06/05現在 まだ出来てない

環境:Mac OSX10.8.3

epsファイルを編集したいと思い。ぐぐった結果
どうやらGhostscriptが必要とのこと


そういや10代の頃にWindowsに入れてたことあるなこれ
とか懐かしんでいる場合じゃなくて
homebrewで入れられるかなっと

brew search ghostscript
を実行。
おーなんかちゃんとできるっぽい。早速インストール

brew install ghostscript
簡単にでけた。
早速、開こうと思ってたepsファイルをGIMPで開いてみる


ほら!できない

というかMacのGIMPでショートカットキーが全くきかないんだけどGIMPのインストールがちゃんとできてないのかな。ちゃんとOSX Native Buildってので入れたんだけどな。
はい、既知の問題点だったんですね。ググレカスですね。
Google プロダクトフォーラム - GIMP2.8.4(Mac版)でショートカットキーが使えません。
気付いた人凄いな。全然IMEのせいかも?なんて思わなかった。
そんで、Google日本語入力の中の人もすごい人だな。

っと、だいぶ気が散ったが、気を取り直して色々またぐぐってみると
Macでepsファイルを編集する方法:Macで使える画像編集ソフト を見ているとInkscapeで編集できたと書いてある。
よし早速やってみようってことで
brew search inkscape
を実行。あるっぽい。早速インストール。
brew install inkscape
ぽちっとな

==> Installing inkscape dependency: intltool
==> Downloading http://launchpad.net/intltool/trunk/0.50.2/+download/intltool-0.50.2.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/intltool/0.50.2
==> make install
🍺  /usr/local/Cellar/intltool/0.50.2: 19 files, 388K, built in 9 seconds
==> Installing inkscape dependency: boost-build
==> Downloading http://downloads.sourceforge.net/project/boost/boost/1.53.0/boost_1_53_0.tar.bz2
######################################################################## 100.0%
==> ./bootstrap.sh
==> ./b2 --prefix=/usr/local/Cellar/boost-build/2011.12-svn install
🍺  /usr/local/Cellar/boost-build/2011.12-svn: 269 files, 2.9M, built in 107 seconds
==> Installing inkscape dependency: gettext
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/gettext-0.18.2.mountain_lion.bottle.tar.gz
######################################################################## 100.0%
==> Pouring gettext-0.18.2.mountain_lion.bottle.tar.gz
==> Caveats
This formula is keg-only: so it was not symlinked into /usr/local.

OS X provides the BSD gettext library and some software gets confused if both are in the library path.

Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:

    LDFLAGS:  -L/usr/local/opt/gettext/lib
    CPPFLAGS: -I/usr/local/opt/gettext/include

==> Summary
🍺  /usr/local/Cellar/gettext/0.18.2: 366 files, 11M
==> Installing inkscape dependency: bdw-gc
==> Downloading http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.2d.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/bdw-gc/7.2d --enable-cplusplus
==> make
==> make check
==> make install
🍺  /usr/local/Cellar/bdw-gc/7.2d: 64 files, 1.5M, built in 25 seconds
==> Installing inkscape dependency: xz
==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
==> make install
🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 19 seconds
==> Installing inkscape dependency: libsigc++
==> Downloading http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-2.2.10.tar.bz2
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/libsigc++/2.2.10
==> make
==> make check
==> make install
🍺  /usr/local/Cellar/libsigc++/2.2.10: 564 files, 10M, built in 24 seconds
==> Installing inkscape dependency: libffi
==> Downloading http://mirrors.kernel.org/sources.redhat.com/libffi/libffi-3.0.13.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/libffi/3.0.13
==> make install
==> Caveats
This formula is keg-only: so it was not symlinked into /usr/local.

Mac OS X already provides this software and installing another version in
parallel can cause all kinds of trouble.

Some formulae require a newer version of libffi.

Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:

    LDFLAGS:  -L/usr/local/opt/libffi/lib

==> Summary
🍺  /usr/local/Cellar/libffi/3.0.13: 13 files, 380K, built in 10 seconds
==> Installing inkscape dependency: glib
==> Downloading http://ftp.gnome.org/pub/gnome/sources/glib/2.36/glib-2.36.2.tar.xz
######################################################################## 100.0%
==> Downloading patches
######################################################################## 100.0%
==> Patching
patching file aclocal.m4
Hunk #1 succeeded at 1526 (offset -10 lines).
patching file config.h.in
patching file configure
Hunk #2 succeeded at 27381 (offset 72 lines).
patching file configure.ac
patching file gio/gdbusprivate.c
patching file gio/xdgmime/xdgmime.c
==> ./configure --disable-maintainer-mode --disable-dtrace --disable-modular-tests --disable-libelf --prefix=/usr/local/
==> make
==> make install
🍺  /usr/local/Cellar/glib/2.36.2: 410 files, 16M, built in 64 seconds
==> Installing inkscape dependency: glibmm
==> Downloading http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.36/glibmm-2.36.2.tar.xz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/glibmm/2.36.2
==> make install
🍺  /usr/local/Cellar/glibmm/2.36.2: 1228 files, 33M, built in 42 seconds
==> Installing inkscape dependency: gdk-pixbuf
==> Downloading http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.28/gdk-pixbuf-2.28.1.tar.xz
######################################################################## 100.0%
==> ./configure --disable-maintainer-mode --enable-debug=no --prefix=/usr/local/Cellar/gdk-pixbuf/2.28.1 --enable-intros
==> make
==> make install
🍺  /usr/local/Cellar/gdk-pixbuf/2.28.1: 203 files, 3.9M, built in 20 seconds
==> Installing inkscape dependency: icu4c
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/icu4c-51.1.mountain_lion.bottle.tar.gz
######################################################################## 100.0%
==> Pouring icu4c-51.1.mountain_lion.bottle.tar.gz
==> Caveats
This formula is keg-only: so it was not symlinked into /usr/local.

Conflicts; see: https://github.com/mxcl/homebrew/issues/issue/167

Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:

    LDFLAGS:  -L/usr/local/opt/icu4c/lib
    CPPFLAGS: -I/usr/local/opt/icu4c/include

==> Summary
🍺  /usr/local/Cellar/icu4c/51.1: 235 files, 58M
==> Installing inkscape dependency: freetype
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/freetype-2.4.11.mountain_lion.bottle.tar.gz
######################################################################## 100.0%
==> Pouring freetype-2.4.11.mountain_lion.bottle.tar.gz
🍺  /usr/local/Cellar/freetype/2.4.11: 57 files, 2.5M
==> Installing inkscape dependency: fontconfig
==> Downloading http://fontconfig.org/release/fontconfig-2.10.92.tar.bz2
######################################################################## 100.0%
==> Patching
patching file src/fcarch.h
==> ./configure --with-add-fonts=/Library/Fonts,~/Library/Fonts --prefix=/usr/local/Cellar/fontconfig/2.10.92
==> make install
🍺  /usr/local/Cellar/fontconfig/2.10.92: 447 files, 4.7M, built in 43 seconds
==> Installing inkscape dependency: harfbuzz
==> Downloading http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.16.tar.bz2
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/harfbuzz/0.9.16
==> make install
🍺  /usr/local/Cellar/harfbuzz/0.9.16: 29 files, 1.8M, built in 16 seconds
==> Installing inkscape dependency: pixman
==> Downloading http://cairographics.org/releases/pixman-0.30.0.tar.gz
######################################################################## 100.0%
==> ./configure --disable-gtk --prefix=/usr/local/Cellar/pixman/0.30.0 --disable-mmx
==> make install
🍺  /usr/local/Cellar/pixman/0.30.0: 11 files, 1.3M, built in 16 seconds
==> Installing inkscape dependency: cairo
==> Downloading http://cairographics.org/releases/cairo-1.12.14.tar.xz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/cairo/1.12.14 --with-x
==> make install
🍺  /usr/local/Cellar/cairo/1.12.14: 106 files, 7.4M, built in 71 seconds
==> Installing inkscape dependency: pango
==> Downloading http://ftp.gnome.org/pub/GNOME/sources/pango/1.34/pango-1.34.1.tar.xz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/pango/1.34.1 --enable-man --with-html-dir=/usr/local/Cellar/pango/1.34.1/shar
==> make
==> make install
🍺  /usr/local/Cellar/pango/1.34.1: 119 files, 3.8M, built in 22 seconds
==> Installing inkscape dependency: atk
==> Downloading http://ftp.gnome.org/pub/gnome/sources/atk/2.8/atk-2.8.0.tar.xz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/atk/2.8.0 --enable-introspection=no
==> make
==> make install
🍺  /usr/local/Cellar/atk/2.8.0: 188 files, 2.6M, built in 13 seconds
==> Installing inkscape dependency: gtk+
==> Downloading http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.17.tar.xz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/gtk+/2.24.17 --disable-glibtest --disable-introspection --disable-visibility
==> make install
🍺  /usr/local/Cellar/gtk+/2.24.17: 1184 files, 50M, built in 102 seconds
==> Installing inkscape dependency: cairomm
==> Downloading http://cairographics.org/releases/cairomm-1.10.0.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/cairomm/1.10.0
==> make install
🍺  /usr/local/Cellar/cairomm/1.10.0: 234 files, 3.2M, built in 11 seconds
==> Installing inkscape dependency: pangomm
==> Downloading http://ftp.gnome.org/pub/GNOME/sources/pangomm/2.34/pangomm-2.34.0.tar.xz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/pangomm/2.34.0
==> make install
🍺  /usr/local/Cellar/pangomm/2.34.0: 267 files, 4.0M, built in 16 seconds
==> Installing inkscape dependency: atkmm
==> Downloading http://ftp.acc.umu.se/pub/GNOME/sources/atkmm/2.22/atkmm-2.22.7.tar.xz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/atkmm/2.22.7
==> make install
🍺  /usr/local/Cellar/atkmm/2.22.7: 165 files, 2.2M, built in 12 seconds
==> Installing inkscape dependency: gtkmm
==> Downloading http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.24/gtkmm-2.24.3.tar.xz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/gtkmm/2.24.3
==> make install
🍺  /usr/local/Cellar/gtkmm/2.24.3: 1851 files, 119M, built in 67 seconds
==> Installing inkscape dependency: gsl
==> Downloading http://ftpmirror.gnu.org/gsl/gsl-1.15.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/gsl/1.15
==> make
==> make install
🍺  /usr/local/Cellar/gsl/1.15: 239 files, 6.9M, built in 47 seconds
==> Installing inkscape dependency: boost
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/boost-1.53.0.mountain_lion.bottle.tar.gz
######################################################################## 100.0%
==> Pouring boost-1.53.0.mountain_lion.bottle.tar.gz
🍺  /usr/local/Cellar/boost/1.53.0: 9328 files, 243M
==> Installing inkscape dependency: popt
==> Downloading http://rpm5.org/files/popt/popt-1.16.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/popt/1.16
==> make install
🍺  /usr/local/Cellar/popt/1.16: 9 files, 184K, built in 14 seconds
==> Installing inkscape dependency: little-cms
==> Downloading http://sourceforge.net/projects/lcms/files/lcms/1.19/lcms-1.19.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/little-cms/1.19
==> make install
🍺  /usr/local/Cellar/little-cms/1.19: 22 files, 844K, built in 24 seconds
==> Installing inkscape
==> Downloading http://downloads.sourceforge.net/project/inkscape/inkscape/0.48.4/inkscape-0.48.4.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/inkscape/0.48.4 --enable-lcms --disable-poppler-cairo
==> make install
  CXX    connection-points.o
brew: superenv removed: -I/usr/include/libxml2 -I/opt/X11/include -Werror=format-security -Wall -Wformat -Wformat-security -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -g -O2
make[1]: *** [color-profile.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [install-recursive] Error 1

READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting

!?
なんかエラーが出てる。
ダメだ一旦中断。

0 件のコメント:

コメントを投稿