horsicq / DIE-engine

DIE engine
MIT License
2.29k stars 317 forks source link

Missing xpdf.h #63

Closed skolpadda closed 2 years ago

skolpadda commented 2 years ago

Commit: 99d20cdafeaf37bbc42c27eac52350b11266922f in Formats/

In file included from ../die-source/SpecAbstract/specabstract.h:34,
                 from ../die-source/SpecAbstract/specabstract.cpp:21:
../die-source/Formats/xformats.h:37:10: fatal error: xpdf.h: No such file or directory
 #include "xpdf.h"
          ^~~~~~~~
compilation terminated.
horsicq commented 2 years ago

Thanks a lot for the bugreport!

horsicq commented 2 years ago

It should work now. I added new type PDF.

skolpadda commented 2 years ago

Thanks for the quick fix!