Page 1 of 1

BUG: Latest version doesn't compile

PostPosted: 10 Jan 2012, 01:54
by aspidites
Details and fix on trac: https://sourceforge.net/apps/trac/meand ... /ticket/20

Not trying to cross post. Just now found the Bug reporting article in the wiki. Thanks.

Re: BUG: Latest version doesn't compile

PostPosted: 10 Jan 2012, 15:00
by Edward_Lii
Hello aspidites,

aspidites {l Wrote}:Details and fix on trac: https://sourceforge.net/apps/trac/meand ... /ticket/20

Thanks for reporting, I have commented and fixed the problem in rev.185. ;)

aspidites {l Wrote}:Not trying to cross post. Just now found the Bug reporting article in the wiki. Thanks.

I think the bug reporting on the forum is more for users that don't know what the bug they've found is/means.
By letting them post on the forum we can filter invalid bug reports before even posting them on the tracker.
So kind of unneeded here. :)

Re: BUG: Latest version doesn't compile

PostPosted: 10 Jan 2012, 15:13
by MCMic
The fix crash on my computer:
erreur: cannot convert ‘int64_t* {aka long long int*}’ to ‘off_t* {aka long int*}’ for argument ‘4’ to ‘int archive_read_data_block(archive*, const void**, size_t*, off_t*)’

Re: BUG: Latest version doesn't compile

PostPosted: 10 Jan 2012, 15:54
by Edward_Lii
Hello MCMic,

MCMic {l Wrote}:The fix crash on my computer:
erreur: cannot convert ‘int64_t* {aka long long int*}’ to ‘off_t* {aka long int*}’ for argument ‘4’ to ‘int archive_read_data_block(archive*, const void**, size_t*, off_t*)’

This has been fixed in revision 186. ;)