0

Morning !

I would like to compile libpoppler and libpoppler-qt4 (the Qt Api/bindings) with the Nokia's mac sdk available on the website. I've tried a lots of configure switch but it does not works. Any hint ?

dzen
  • 6,923
  • 5
  • 28
  • 31

1 Answers1

0

Okay, found the solution : I have to use cmake:

tar xvzf poppler-0.14.0.tar.gz
cd poppler-0.14.0
mkdir build
cd build
cmake ../

For the libiconv problem, I just edited the CMakefileLists.txt to link with macport's iconv rather than macos one.

dzen
  • 6,923
  • 5
  • 28
  • 31