bugGnash - The GNU Flash player - Bugs: bug #17429, Doesn't compile in a amd64 machine

 
 

bug #17429: Doesn't compile in a amd64 machine

Submitted by:  Albert Astals Cid <tsdgeos>
Submitted on:  Mon 14 Aug 2006 10:46:22 AM UTC  
 
Category: NoneSeverity: 3 - Normal
Release: NoneStatus: Fixed
Privacy: PublicAssigned to: Rob Savoye <rsavoye>
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Mon 14 Aug 2006 03:28:28 PM UTC, comment #1:

I checked in this patch, although that's just debugging info while libamf is being developed.

Rob Savoye <rsavoye>
Project AdministratorIn charge of this item.
Mon 14 Aug 2006 10:46:22 AM UTC, original submission:

I get a error saying char*->uint loses precision. I need this patch to make it compile

Index: libamf/amf.cpp
===================================================================
RCS file: /sources/gnash/gnash/libamf/amf.cpp,v
retrieving revision 1.8
diff -u -r1.8 amf.cpp
--- libamf/amf.cpp 12 Aug 2006 15:11:53 -0000 1.8
+++ libamf/amf.cpp 14 Aug 2006 10:44:26 -0000
@@ -956,7 +956,7 @@
case Number:
memcpy(buffer, tmpptr, 8);
swap64((uint64)*buffer);
- dbglogfile << "Number \"" << el.name.c_str() << "\" is: " << (uint)buffer << endl;
+ dbglogfile << "Number \"" << el.name.c_str() << "\" is: " << (long)buffer << endl;
tmpptr += 8;
break;
case Boolean:

Albert Astals Cid <tsdgeos>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 3 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Mon 14 Aug 2006 03:28:28 PM UTCrsavoyeStatusNone=>Fixed
  Assigned toNone=>rsavoye
  Open/ClosedOpen=>Closed

Back to the top


Powered by Savane 3.1-cleanup1