[Poppler-bugs] [Bug 94761] New: SplashOutputDev error: 'isfinite' was not declared in this scope
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Mar 30 21:19:45 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=94761
Bug ID: 94761
Summary: SplashOutputDev error: 'isfinite' was not declared in
this scope
Product: poppler
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: splash backend
Assignee: poppler-bugs at lists.freedesktop.org
Reporter: torsten.seemann at gmail.com
Compile time error using gcc 5.3, maybe needs std:: mamespace prefix now?
configure and make logs here:
https://gist.github.com/facb9b4ab4bc3bf614432e4779250c26
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)
^
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20160330/ec6cf0c1/attachment.html>
More information about the Poppler-bugs
mailing list