Discussion:
[referencer] Trouble compiling referencer 1.1.5
Elias Pipping
2009-07-31 02:56:07 UTC
Permalink
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>
John Spray
2009-08-02 09:09:06 UTC
Permalink
Fix for that is already in mercurial head. Which reminds me, I should
probably release this thing...
Post by Elias Pipping
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
_______________________________________________
referencer mailing list
referencer at icculus.org
http://icculus.org/mailman/listinfo/referencer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://icculus.org/pipermail/referencer/attachments/20090802/6c426279/attachment.htm>
Loading...