1

ターミナルでソースコードをコンパイルしようとするのはこれが初めてです (macPorts を使用して gimp をインストールしましたが、これは問題の一部である可能性があります...?)

fontforge をインストールしたいのですが、 fontforge をインストールする方法は次のとおりです。

Brewのインストール中に次の警告が表示されました:

Warning: The following *evil* dylibs exist in /usr/local/lib
They may break builds or worse. You should consider deleting them:
/usr/local/lib/libssl.0.9.8.dylib

usr/local/lib が見つかりませんでした。唯一の libssl ファイルが opt/local/lib にあり、libssl.1.0.0.dylib という名前で、明らかに隠されているはずです...

「brew install cairo --use-clang」ステップに進み、「brew install fontforge --use-gcc」ステップを試すと、次の警告が表示されます。

Warning: It appears you have MacPorts or Fink installed.
Software installed with other package managers causes known problems for
Homebrew. If a formula fails to build, uninstall MacPorts/Fink and try again.
==> Installing fontforge dependency: gettext
Error: GCC could not be found

gcc のバージョンを確認すると、次のようになります。

:~ me$ gcc --V
i686-apple-darwin11-llvm-gcc-4.2: no input files

macports をアンインストールする必要がありますか (その後、gimp を再インストールしますか?) gcc には xcode が付属していることを読みました。などを確認する別の方法はありますか?

誰かが私が間違っていること(私が壊したものなど)を教えてもらえますか?

注: gcc というプログラムを持つ flashbuilder もあります (これが他の gcc を壊したかどうかはわかりません...)

4

0 に答える 0