[Poppler-bugs] [Bug 92006] New: getAA undefined in win32 font config
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Sep 14 21:40:23 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=92006
Bug ID: 92006
Summary: getAA undefined in win32 font config
Product: poppler
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: splash backend
Assignee: poppler-bugs at lists.freedesktop.org
Reporter: ku at digitaldolphins.jp
getAA and setAA are undefined in win32(Cygwin) font config.
make output:
----------
make[3]: Entering directory '/c/Git/poppler/poppler'
CXX libpoppler_la-SplashOutputDev.lo
SplashOutputDev.cc: In member function 'virtual void
SplashOutputDev::beginTransparencyGroup(GfxState*, double*, GfxColorSpace*,
GBool, GBool, GBool)':
SplashOutputDev.cc:4061:37: error: 'class SplashFontEngine' has no member named
'getAA'
transpGroup->fontAA = fontEngine->getAA();
^
SplashOutputDev.cc:4094:17: error: 'class SplashFontEngine' has no member named
'setAA'
fontEngine->setAA(gFalse);
^
SplashOutputDev.cc: In member function 'virtual void
SplashOutputDev::paintTransparencyGroup(GfxState*, double*)':
SplashOutputDev.cc:4158:17: error: 'class SplashFontEngine' has no member named
'setAA'
fontEngine->setAA(transpGroupStack->fontAA);
^
Makefile:1050: recipe for target 'libpoppler_la-SplashOutputDev.lo' failed
----------
configure output:
----------
Building poppler with support for:
font configuration: win32
splash output: yes
cairo output: no (requires cairo >= 1.10.0)
qt4 wrapper: no
qt5 wrapper: no
glib wrapper: no (requires cairo output)
introspection: no
cpp wrapper: yes
use gtk-doc: no
use libjpeg: yes
use libpng: yes
use libtiff: yes
use zlib: yes
use libcurl: yes
use libopenjpeg: yes
with openjpeg1
use cms: yes
with lcms2
command line utils: yes
test data dir: /c/Git/poppler/./../test
Warning: Using zlib is not totally safe
----------
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20150915/66351507/attachment.html>
More information about the Poppler-bugs
mailing list