On 4/26/06, <b class="gmail_sendername">bert hubert</b> <<a href="mailto:bert.hubert@netherlabs.nl" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">bert.hubert@netherlabs.nl</a>> wrote:<div><span class="gmail_quote">
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, Apr 26, 2006 at 12:26:04PM -0700, Mark Moseley wrote:<br><br>> pdns-recursor-3.0.1 directory (and was found fine by configure). The error<br>> is somewhat bizarre, though I'm much more used to seeing C errors instead of
<br>> C++, so might be something very obvious to you guys :)<br><br>Add:<br>       #include <sys/types.h><br>       #include <sys/stat.h><br>       #include <fcntl.h><br>       #include <unistd.h>
<br><br>To the top of rec_channel.hh, just below #ifndef<br><br>Also, if that doesn't help, add:<br><br>        using namespace std;<br><br>Please let me know if only the first part was enough or if you had to do the<br>
second as well.
<br><br>Thanks for reporting this problem!<br><br>--<br><a href="http://www.PowerDNS.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.PowerDNS.com</a>      Open source, database driven DNS Software
<br><a href="http://netherlabs.nl" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://netherlabs.nl</a>
              Open and Closed source services<br></blockquote></div><br><br><br>Just adding those #include lines fixed it; didn't need to add the "using namespace" part. I'd assumed from the fact that the error mentioned the correct include files by name. Ah, well. Thanks the help!
<br>