summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/NEWS
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-12-29 22:28:42 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-12-29 22:28:42 +0000
commitfa514a942dd370d7fdf62ad1f6e623e89ed80f6b (patch)
tree21cd0a5da33e519ed3a63f07b5291db970c427cf /Build/source/texk/web2c/pdftexdir/NEWS
parent81e6e9f25f85f132f50f0068382b6a97a0b881fa (diff)
add a note on system poppler
git-svn-id: svn://tug.org/texlive/trunk@53258 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/NEWS')
-rw-r--r--Build/source/texk/web2c/pdftexdir/NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/NEWS b/Build/source/texk/web2c/pdftexdir/NEWS
index 296d623d10f..5bbd262683d 100644
--- a/Build/source/texk/web2c/pdftexdir/NEWS
+++ b/Build/source/texk/web2c/pdftexdir/NEWS
@@ -44,6 +44,19 @@ pdfTeX 3.14159265-2.6-1.40.19 (TeX Live 2018) (April 14, 2018)
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)