Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
朝 !
libpoppler と libpoppler-qt4 (Qt Api/バインディング) を Web サイトで入手できる Nokia の mac SDK でコンパイルしたいと思います。多くの構成スイッチを試しましたが、機能しません。ヒントはありますか?
さて、解決策を見つけました:私はcmakeを使わなければなりません:
tar xvzf poppler-0.14.0.tar.gz cd poppler-0.14.0 mkdir build cd build cmake ../
libiconv の問題については、CMakefileLists.txt を編集して、macos ではなく macport の iconv にリンクしました。