Hi! I'm trying to build Calibre from source (Windows), carefully following the
instructions. I'm getting this error while trying to build it:
popplerqt4_inc_dirs = poppler_inc_dirs + [poppler_inc_dirs[1]+r'\qt4']
IndexError: list index out of range
I printed out poppler_inc_dirs, it's empty. Is it something about fontconfig package? Was it enough to unzip freetype, fontconfig and expat, or do I need to do more? What is this poppler? Thanks!