View Single Post
Old 04-12-2011, 10:59 PM   #11
midnightmagic
Junior Member
midnightmagic doesn't littermidnightmagic doesn't littermidnightmagic doesn't litter
 
Posts: 2
Karma: 234
Join Date: Apr 2011
Device: none
Answer appears to be (for Ubuntu 10.04)

Quote:
Originally Posted by kovidgoyal View Post
Hmm I'm out of ideas, guess you'll just have to copy it manually
It looks like setup/build_environment.py detects it at *INC/podofo.h instead of *INC/podofo/podofo.h which is where podofo.h and its own include files expect to find itself.

Subsequent to this, calibre/src/calibre/utils/podofo/podofo.cpp must be reset to #include <podofo/podofo.h>. After this, it'll all Just Work. (*INC and *LIB dirs must be of course set to the podofo install directory/include and directory/lib before it will, but after that, it's gold.)
midnightmagic is offline   Reply With Quote