Elias Pipping
2009-07-31 02:56:07 UTC
Hi,
I'm having trouble compiling referencer 1.1.5.
At first, I configured w/ --disable-python; compilation failed, though,
with
PluginManager.h:8:20: error: Python.h: No such file or directory
Then I hit the problem Andreas Wagner mentioned in an earlier
mail, of uint64_t being undefined. Since I couldn't find a reason for
the two variables that are declared as such to be exactly 64bits long, I
declared them as unsigned long int instead (thereby making them at
least 64bits long) -- see the attached patch.
-- Elias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: referencer-1.1.5-gcc-4.4.patch
Type: text/x-patch
Size: 735 bytes
Desc: not available
URL: <http://icculus.org/pipermail/referencer/attachments/20090731/55f72f69/attachment.bin>
I'm having trouble compiling referencer 1.1.5.
At first, I configured w/ --disable-python; compilation failed, though,
with
PluginManager.h:8:20: error: Python.h: No such file or directory
Then I hit the problem Andreas Wagner mentioned in an earlier
mail, of uint64_t being undefined. Since I couldn't find a reason for
the two variables that are declared as such to be exactly 64bits long, I
declared them as unsigned long int instead (thereby making them at
least 64bits long) -- see the attached patch.
-- Elias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: referencer-1.1.5-gcc-4.4.patch
Type: text/x-patch
Size: 735 bytes
Desc: not available
URL: <http://icculus.org/pipermail/referencer/attachments/20090731/55f72f69/attachment.bin>