Python XMP Toolkitをインストールするには、私の Mac に Exempi をインストールする必要がありますが、これを行うのは本当に悪夢のようです...
苦労の末、やっとboostで作ってみたら、最高でした
The Boost C++ Libraries were successfully built!
The following directory should be added to compiler include paths:
/usr/local/boost_1_44_0
The following directory should be added to linker library paths:
/usr/local/boost_1_44_0/stage/lib
現在、コマンドを使用してExempiを構成しようとしています
./configure --with-boost=/usr/local/boost_1_44_0/
しかし、それは常にこれに行き詰まります:
checking for Boost headers version >= 1.33.0... /usr/local/boost_1_44_0/
checking for Boost's header version... 1_44
checking for the toolset name used by Boost for g++... gcc40
checking boost/test/unit_test.hpp usability... yes
checking boost/test/unit_test.hpp presence... yes
checking for boost/test/unit_test.hpp... yes
checking for the Boost unit_test_framework library... no
configure: error: Could not find the flags to link with Boost unit_test_framework
私は数日間グーグルをしてきましたが、役に立つものは何も見つかりませんでした... 誰かが以前に同じ問題を抱えていましたか? 私は救いの手のために死ぬだろう... すべてのヒントは大歓迎です!
編集:
私はそれを作成しましたがport
、今では最終的にexempi @2.1.1_0 (active)
.
問題は、XMP ツールキットをロードしようとすると、exempi が見つからず、インストール ガイドで報告されているようにエラーが発生することです。
Exempi をインストールしていない場合は、libxmp
ExempiLoadError
をロードしようとすると例外が発生します。
私に何ができる?