[Poppler-bugs] [Bug 28587] poppler 0.14 will not compile on Solaris.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jun 17 13:58:40 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=28587

--- Comment #1 from Albert Astals Cid <tsdgeos at terra.es> 2010-06-17 13:58:40 PDT ---
Hmm, i can understand the JpegWriter.h and SplashOutputDev.cc patches, but is
your compiler that bad that 
#include <cstdio>
is different from 
#include <stdio.h>
?

does changing
        virtual bool init(FILE *f, int width, int height, int hDPI, int vDPI) =
0;
to
        virtual bool init(::FILE *f, int width, int height, int hDPI, int vDPI)
= 0;

help?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list