This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 11536 - Compilation error on 64-bit platform
Summary: Compilation error on 64-bit platform
Status: RESOLVED FIXED
Alias: None
Product: Amaya
Classification: Unclassified
Component: Building (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 major
Target Milestone: ---
Assignee: Vatton
QA Contact: Vatton
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-11 14:26 UTC by fred.wang
Modified: 2010-12-14 15:34 UTC (History)
4 users (show)

See Also:


Attachments
Fix compilation error (1.17 KB, patch)
2010-12-11 14:26 UTC, fred.wang
Details

Description fred.wang 2010-12-11 14:26:30 UTC
Created attachment 938 [details]
Fix compilation error

When building Amaya from the CVS source, I meet the following error:

../../thotlib/presentation/style.c:3204: error: cast from char* to int loses precision

I attach a patch that should fix the problem.
Comment 1 lcarcone 2010-12-14 11:44:10 UTC
Hello Fred,
I commited your patch,
Thanks
Comment 2 fred.wang 2010-12-14 15:34:11 UTC
(In reply to comment #1)
> Hello Fred,
> I commited your patch,
> Thanks

You are welcome!