Mattsa008 / pybox2d

Automatically exported from code.google.com/p/pybox2d
Other
0 stars 0 forks source link

build fails on 64bit linux #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is because of the changes in r165 that casts pointers to int32.
I made a simple fix for it. I am not sure if it is crossplatform the way I
fixed it.

Original issue reported on code.google.com by giorg...@gmail.com on 5 Mar 2009 at 9:02

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the report!

I made a mistake, __hash__ should be returning a long. It shouldn't affect x86 
users
as int32 and long are one in the same. Fixed in r182.

Original comment by sir...@gmail.com on 5 Mar 2009 at 10:31