<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - SplashOutputDev error: 'isfinite' was not declared in this scope"
href="https://bugs.freedesktop.org/show_bug.cgi?id=94761">94761</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>SplashOutputDev error: 'isfinite' was not declared in this scope
</td>
</tr>
<tr>
<th>Product</th>
<td>poppler
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>splash backend
</td>
</tr>
<tr>
<th>Assignee</th>
<td>poppler-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>torsten.seemann@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>Compile time error using gcc 5.3, maybe needs std:: mamespace prefix now?
configure and make logs here:
<a href="https://gist.github.com/facb9b4ab4bc3bf614432e4779250c26">https://gist.github.com/facb9b4ab4bc3bf614432e4779250c26</a>
error:
SplashOutputDev.cc: In member function 'virtual void
SplashOutputDev::drawImageMask(GfxState*, Object*, Stream*, i
nt, int, GBool, GBool, GBool)':
SplashOutputDev.cc:2894:25: error: 'isfinite' was not declared in this scope
if (!isfinite(ctm[i])) return;
^
SplashOutputDev.cc:2894:25: note: suggested alternative:
In file included from
/bio/linuxbrew/Cellar/gcc/5.3.0/include/c++/5.3.0/random:38:0,
from
/bio/linuxbrew/Cellar/gcc/5.3.0/include/c++/5.3.0/bits/stl_algo.h:66,
from
/bio/linuxbrew/Cellar/gcc/5.3.0/include/c++/5.3.0/algorithm:62,
from SplashOutputDev.cc:77:
/bio/linuxbrew/Cellar/gcc/5.3.0/include/c++/5.3.0/cmath:601:5: note:
'std::isfinite'
isfinite(_Tp __x)
^</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>