<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
> I do find it in the Amazon Linux distribution I'm using on my AWS instance, but it's version 0.26! I need the latest version...<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
poppler 0.26 is from mid-2014. <a href="https://poppler.freedesktop.org/releases.html">https://poppler.freedesktop.org/releases.html</a></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Probably everything from your distribution is from the same time, so some of the libraries and build tools in the distribution might be old enough to give problems building the current poppler.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Supposedly Amazon Linux is based on RHEL/CentOS (but with different versions of some libraries so EPEL isn't helpful), and my CentOS 7.6 VM has poppler 0.26.5, so probably your Amazon Linux VM is similar to RHEL 7.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
The RHEL/CentOS 7 equivalent of what Oliver suggested would be </div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
  sudo yum install poppler-devel</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
On RHEL/CentOS 7 you can install all of the development tools with</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
  sudo yum group install "Development Tools"</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
but if you don't want to install anything unnecessary, you can start with</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
  sudo yum install gcc-c++</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
William</div>
<div>
<div id="appendonsend"></div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> poppler <poppler-bounces@lists.freedesktop.org> on behalf of Oliver Sander <oliver.sander@tu-dresden.de><br>
<b>Sent:</b> Monday, September 2, 2019 3:53 PM<br>
<b>To:</b> poppler@lists.freedesktop.org <poppler@lists.freedesktop.org>; poppler@lists.freedesktop.org <poppler@lists.freedesktop.org><br>
<b>Subject:</b> Re: [poppler] PDF to PNG conversion</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="PlainText">> Ok, I see a bit there. Unfortunately my knowledge on compiling is very limited so I don't know how to deal with the errors I get. I install cmake and make on my Debian installation but get the error "No CMAKE_CXX_COMPILER could be found."
 Even if I knew how to fix that <br>
<br>
For that you just need to install the g++ package.<br>
<br>
> I wouldn't be surprised there will be other errors with dependency issues and what not..<br>
<br>
There will be more, but at least on a Debian system all you need is easily available.<br>
<br>
Try<br>
<br>
  sudo apt-get build-dep libpoppler-dev<br>
<br>
that should go a long way.<br>
<br>
<br>
> I do find it in the Amazon Linux distribution I'm using on my AWS instance, but it's version 0.26! I need the latest version...<br>
<br>
Somebody else please take over, I have never worked with Amazon Linux.<br>
<br>
</div>
</span></font></div>
</div>
</body>
</html>