Date: Tue, 24 Aug 2004 06:10:29 GMT From: "Brian O'Shea" <b_oshea@yahoo.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/70893: ports/palm/pose fails to build Message-ID: <200408240610.i7O6AT8B061221@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/70893; it has been noted by GNATS. From: Brian O'Shea <b_oshea@yahoo.com> To: freebsd-gnats-submit@FreeBSD.org Cc: b_oshea@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408240610.i7O6AT8B061221>