[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:10:25 PDT 2011


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

--- Comment #15 from Daniel Flinkmann <dflinkmann at gmx.de> 2011-07-06 11:10:23 PDT ---
(In reply to comment #14)
> Daniel,
> 
> Instead of your patch, can you test what happens if you use 
> 
> using namespace std;
> 
> instead?
> 
> Brad


Hi Brad,

Thats it! 

Adding 


in poppler-0.16.7/goo/gstrtod.cc 
I have added below  #include <cstdlib> 
#ifdef __SUNPRO_CC 
using namespace std;
#endif 

and it works fine now. 

Daniel

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