Re: Terragear, 64 bit
Jason Cox <[email protected]> Tue, 16 Aug 2005 19:59:12 +1000
| Newsgroups | gmane.games.flightgear.terragear.devel,gmane.games.flightgear.devel |
|---|---|
| Message-ID | <1124186353.11547.15.camel@globelock> |
Alex, I think I have it one patch from cvs. I have built scenery with this patch on my AMD64. As you can see I just redeclared the 'long int' to int32. now if I can just get the land mass from e00........ Jason _______________________________________________ Terragear-devel mailing list [email protected] http://mail.flightgear.org/mailman/listinfo/terragear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
simgear_cvs.diff
(text/x-patch, 268 B)
? simgear_cvs.diff Index: simgear/io/lowlevel.hxx =================================================================== RCS file: /var/cvs/SimGear-0.3/source/simgear/io/lowlevel.hxx,v retrieving revision 1.2 diff -r1.2 lowlevel.hxx 43a44,45 > typedef long int int32; >