ports/70893: ports/palm/pose fails to build
Brian O'Shea
b_oshea at yahoo.com
Tue Aug 24 06:10:29 UTC 2004
The following reply was made to PR ports/70893; it has been noted by GNATS.
From: Brian O'Shea <b_oshea at yahoo.com>
To: freebsd-gnats-submit at FreeBSD.org
Cc: b_oshea at yahoo.com
Subject: Re: ports/70893: ports/palm/pose fails to build
Date: Mon, 23 Aug 2004 23:06:57 -0700 (PDT)
This can be made to build by replacing the brace-enclosed initializers { 0 }
with 0x00 in the following places:
Emulator_Src_3.5/SrcShared/Hardware/EmRegs328.cpp
Inside the struct initialization for kInitial68328RegisterValues
at line 97 (34 changes).
Emulator_Src_3.5/SrcShared/Hardware/EmRegsEZ.cpp
Inside the struct initialization for kInitial68EZ328RegisterValues
at line 59 (36 changes).
Emulator_Src_3.5/SrcShared/Hardware/EmRegsVZ.cpp
Inside the struct initialization for kInitial68VZ328RegisterValues
at line 73 (43 changes).
I don't know if this *works* but now at least it compiles, and it looks
to be correct, given that these are UInt8 initializations (not UInt8
array initializations). I will be testing it over the next few days.
If successful, I'll submit diffs. I don't see any file revision
information in these sources, so I'll just reference the POSE release
version.
-brian
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail
More information about the freebsd-ports-bugs
mailing list