Fix for that is already in mercurial head.  Which reminds me, I should probably release this thing...<br><br><div class="gmail_quote">On Fri, Jul 31, 2009 at 3:56 AM, Elias Pipping <span dir="ltr">&lt;<a href="mailto:elias@pipping.org">elias@pipping.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<br>
I&#39;m having trouble compiling referencer 1.1.5.<br>
<br>
At first, I configured w/ --disable-python; compilation failed, though,<br>
with<br>
<br>
  PluginManager.h:8:20: error: Python.h: No such file or directory<br>
<br>
Then I hit the problem Andreas Wagner mentioned in an earlier<br>
mail, of uint64_t being undefined. Since I couldn&#39;t find a reason for<br>
the two variables that are declared as such to be exactly 64bits long, I<br>
declared them as unsigned long int instead (thereby making them at<br>
least 64bits long) -- see the attached patch.<br>
<font color="#888888"><br>
<br>
-- Elias</font><br>_______________________________________________<br>
referencer mailing list<br>
<a href="mailto:referencer@icculus.org">referencer@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/referencer" target="_blank">http://icculus.org/mailman/listinfo/referencer</a><br>
<br></blockquote></div><br>