[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: FYI



On Thu, 6 Jul 2000, Christopher C. Chimelis wrote:

> Here you go.  Check out the deb at:
> 	http://auric.debian.org/~chris/gnucash
> 
> Be warned, though, this was made with a temp version of my patch.  It
> shouldn't be able to read gnucash files created on other archs at this
> time (because I just patched the problem, didn't solve it correctly).  I'm
> going to work on the new patch now and post it to the BTS once I test
> it.  If anyone can create a really dumb gnucash file on i386 (or another
> 32-bit arch) and send it to me so I can check compatibility before
> submitting the final patch...

Ok...fixed those so that they should read i386 (and other archs') gnucash
files.  It was a super simple patch that just basically ousted any "long
int" types and busted them down to "int" (since sizeof(int) = sizeof(long
int) on 32-bit archs).  I have no idea why they used "long int" to begin
with...makes no sense to me...

The final patch is ready once we figure out if this deb actually will read
i386 stuff or not (don't have an i386 to test this with).

C



Reply to: