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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jul 6 11:31:37 PDT 2011


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

--- Comment #16 from Albert Astals Cid <tsdgeos at terra.es> 2011-07-06 11:31:37 PDT ---
Can you confirm that this also works?

diff --git a/goo/gstrtod.cc b/goo/gstrtod.cc
index e6c3a00..915f09f 100644
--- a/goo/gstrtod.cc
+++ b/goo/gstrtod.cc
@@ -22,10 +22,10 @@

 #include "gstrtod.h"

-#include <clocale>
-#include <cerrno>
-#include <cstdlib>
-#include <cstring>
+#include <locale.h>
+#include <errno.h>
+#include <stdlib.h>
+#include <string.h>

 #define ascii_isspace(c) \
   (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == '\v')

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