texlive[53258] Build/source/texk/web2c/pdftexdir/NEWS: add a note on

commits+kakuto at tug.org commits+kakuto at tug.org
Sun Dec 29 23:28:42 CET 2019


Revision: 53258
          http://tug.org/svn/texlive?view=revision&revision=53258
Author:   kakuto
Date:     2019-12-29 23:28:42 +0100 (Sun, 29 Dec 2019)
Log Message:
-----------
add a note on system poppler

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/pdftexdir/NEWS

Modified: trunk/Build/source/texk/web2c/pdftexdir/NEWS
===================================================================
--- trunk/Build/source/texk/web2c/pdftexdir/NEWS	2019-12-29 22:18:26 UTC (rev 53257)
+++ trunk/Build/source/texk/web2c/pdftexdir/NEWS	2019-12-29 22:28:42 UTC (rev 53258)
@@ -44,6 +44,19 @@
   Note that pdftosrc-*.cc and pdftoepdf-*.cc should be
   renamed as pdftosrc.cc, and pdftoepdf.cc, respectively, before
   compilation.
+  In the case of 0.84.0, it is necessary to change
+  poppler-config.h.cmake as follows:
+--- poppler-config.h.cmake.orig	Sat Dec 28 21:18:52 2019
++++ poppler-config.h.cmake	Mon Dec 30 07:08:40 2019
+@@ -139,7 +139,7 @@
+ //------------------------------------------------------------------------
+ 
+ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 4)
+-#include <cstdio> // __MINGW_PRINTF_FORMAT is defined in the mingw stdio.h
++#include <stdio.h> // __MINGW_PRINTF_FORMAT is defined in the mingw stdio.h
+ #ifdef __MINGW_PRINTF_FORMAT
+ #define GCC_PRINTF_FORMAT(fmt_index, va_index) \
+ 	__attribute__((__format__(__MINGW_PRINTF_FORMAT, fmt_index, va_index)))
 
 ---------------------------------------------------------------
 pdfTeX 3.14159265-2.6-1.40.18 (TeX Live 2017)  (April 27, 2017)



More information about the tex-live-commits mailing list