R: [Pdns-users] intel compiler
bert hubert
bert.hubert at netherlabs.nl
Tue Dec 16 15:26:52 UTC 2008
On Tue, Dec 16, 2008 at 03:30:12PM +0100, Marco Chiavacci wrote:
> >This is very weird. Can you try searching and replacing 'runtime_error' by
> >'std::exception' in zoneparser-tng.cc to see if the problem goes away?
>
> Sorry but it doesn't work (compile) replacing the string in this file...
> line 44 is:
>
> throw runtime_error("Unable to open file '"+fname+"': "+stringerror());
throw std::exception("Unable to open file '"+fname+"': "+stringerror());
What is the error?
> /usr/src/boost_1_34_1/boost/lexical_cast.hpp(158) (col. 31): warning #980:
> wrong number of actual arguments to intrinsic function
> "std::basic_istream::get"
>
> With 1.35.0 until 1.37.0 compile but works in the same way.
Ok, thanks.
Bert
--
http://www.PowerDNS.com Open source, database driven DNS Software
http://netherlabs.nl Open and Closed source services
More information about the Pdns-users
mailing list