<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div><div><div><blockquote type="cite">
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br> pdp_bitmap.c:41: error: conflicting types for ‘pdp_packet_bitmap_isvalid’<br>


 ../../include/pdp_bitmap.h:90: note: previous declaration of ‘pdp_packet_bitmap_isvalid’ was here<br> make[5]: *** [pdp_bitmap.o] Error 1<br> <br> any bughunter knows this one?<br> salutis<br> ø<br>  <br> </blockquote>
</div><br>I&#39;m standing at the same one (on amd64).<br><br clear="all"></blockquote></div><br></div></div><div> <span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">There was a mismatch between the header declaration, which used a &#39;bool&#39; return type and the actual functions themselves, which used an &#39;int&#39; return type.  Previously this didn&#39;t matter since there was a #define bool int, which means that all the &#39;bool&#39;s where converted to &#39;int&#39;s before compilation.</span></div>


<div><br></div><div>Now, its the way it should be.  &#39;svn up&#39; and try again.</div><div><br></div></div></blockquote></div><br>No luck... svn pulled the new files but i&#39;m still getting the error<br><br>Andras<br>