On 01/12/2019 01:42 PM, Pierre Labastie via blfs-dev wrote:
On 12/01/2019 20:36, Pierre Labastie via blfs-dev wrote:
On 11/01/2019 21:46, Douglas R. Reno via blfs-dev wrote:

On 1/11/19 10:44 AM, Bruce Dubbs via blfs-dev wrote:
On 01/11/2019 07:52 AM, Ryan Marsaw via blfs-dev wrote:
Hello all.

Poppler 0.73.0 changed the XPDF headers switch (from the NEWS file:)

...
build system:
           * Rename ENABLE_XPDF_HEADERS to ENABLE_UNSTABLE_API_ABI_HEADERS
...

Indeed, when running the BLFS instructions I get the following:
"CMake Warning:
    Manually-specified variables were not used by the project:

      ENABLE_XPDF_HEADERS"

Right.  I forgot to update that yesterday.  Thanks for the reminder.

That switch has been in the book for a long time.  I think I need to double
check to see if it is still needed.

   -- Bruce

If you do, the list of things should include Libreoffice and Inkscape at least


with poppler-0.73.0 and the switch ENABLE_UNSTABLE_API_ABI_HEADERS, I get
nevertheless an error in Inkscape:
-----
[ 41%] Building CXX object
src/CMakeFiles/inkscape_base.dir/extension/internal/pdfinput/pdf-input.cpp.o
In file included from
/sources/inkscape/inkscape-0.92.3/src/extension/internal/pdfinput/pdf-input.cpp:50:
/sources/inkscape/inkscape-0.92.3/src/extension/internal/pdfinput/pdf-parser.h:30:10:
erreur fatale: goo/gtypes.h : Aucun fichier ou dossier de ce type
  #include "goo/gtypes.h"
           ^~~~~~~~~~~~~~
compilation terminée.
-----


Indeed, the file goo/gtypes.h has been removed from the source tree at the
beginning of December...

Changing to #include "glib/gtypes.h" in
src/extension/internal/pdfinput/pdf-parser.h allows the build to pass. I'll
change the patch.

Thanks for fixing that Pierre.

  -- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to