diego1996 / gamekit

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

64 bit build issue in trunk #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

you have to edit stdint in zziplib like this otherwise it gets build errors
with redefinitions.

typedef unsigned _zzip___int64 uint64_t; 
//typedef _zzip___int64 int64_t;

also for sound support use cAudio 2 its really good.

Original issue reported on code.google.com by teslaene...@gmail.com on 22 Feb 2010 at 2:17

GoogleCodeExporter commented 9 years ago
in Source/FreeImage/LibRawLite/dcraw/dcraw.c line 28 //#define _GNU_SOURCE had 
to be
commented out too.

Original comment by teslaene...@gmail.com on 22 Feb 2010 at 3:02

GoogleCodeExporter commented 9 years ago
Thanks for bringing up the issues, Will have a look at this soon.

Original comment by snailr...@gmail.com on 22 Feb 2010 at 3:26

GoogleCodeExporter commented 9 years ago
I was able to confirm the ZZip issue, but did not have any issue with 
_GNU_SOURCE
being defined. What kind of errors are you getting ?

Original comment by snailr...@gmail.com on 23 Feb 2010 at 6:47

GoogleCodeExporter commented 9 years ago
Changed status to fixed.

Original comment by snailr...@gmail.com on 26 Feb 2010 at 2:46