[Poppler-bugs] [Bug 28537] poppler can't be built with SunStudio Compiler (Patch inside)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jun 14 11:04:13 PDT 2010


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

--- Comment #1 from Albert Astals Cid <tsdgeos at terra.es> 2010-06-14 11:04:13 PDT ---
Hi thanks for the patch, i have a question though

+#ifdef __SUNPRO_CC
+        virtual bool init(std::FILE *f, int width, int height, int hDPI, int
vDPI) = 0;
+#else

doesn't convince me much, FILE is not a member of the std namespace, it is what
fopen returns and for sure that is not in the std namespace, what error do you
get without it?

Also you mean SunProCC compiler is not standards compliant and doesn't ship
clocale/cstdlib/etc files?

-- 
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