[Gtkradiant] [Bug 1105] radiant fails to build on linux-x86_64

bugzilla-daemon at zerowing.idsoftware.com bugzilla-daemon at zerowing.idsoftware.com
Sun Sep 10 16:13:05 CDT 2006


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=1105


spam at codecreator.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #576 is|0                           |1
           obsolete|                            |




------- Additional Comments From spam at codecreator.net  2006-09-10 16:13 -------
Created an attachment (id=577)
 --> (http://zerowing.idsoftware.com/bugzilla/attachment.cgi?id=577&action=view)
size_t patch which works on 32 bit systems

Unfortunatly your patch breaks the 32 bit version:
On 32 Bit systems size_t is defined as unsigned int which creates a conflict
error
with the ostream_write function that handles Unsigned.
In this patch the size_t functions should only be defined when the code is
compiled
on a 64 bit system.

I hope we finally got this one.

-- 
Configure bugmail: http://zerowing.idsoftware.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Gtkradiant mailing list