|
From: Alexei S. <ale...@gm...> - 2009-02-03 19:12:08
|
Also I don't see the why you're replace cp -f with cpr.sh. It should
only replace cp -R.
Also you have an "i" for some reason after an #undef:
+#undef MACH_EXCEPTION_CODES i
-Alexei
On Tue, Feb 3, 2009 at 2:05 PM, Alexei Svitkine
<ale...@gm...> wrote:
> Can you provide separate patches for each of the issues you're addressing?
>
> Also from a quick glance, this makes no sense:
>
> sigsegv_address_t sigsegv_get_fault_instruction_address(sigsegv_info_t *SIP)
> {
> #ifdef HAVE_MACH_EXCEPTIONS
> +#ifdef HAVE_MACH_EXCEPTIONS
> if (!SIP->has_thr_state) {
> mach_get_thread_state(SIP);
>
> SIP->pc = (sigsegv_address_t)SIGSEGV_FAULT_INSTRUCTION;
> }
> #endif
> +#endif
> return SIP->pc;
> }
>
> -Alexei
>
> On Mon, Feb 2, 2009 at 7:32 PM, Mike Sliczniak
> <bas...@sp...> wrote:
>> Hi,
>>
>> I had some trouble building BasiliskII and SheepShaver on a handful of
>> Macs. Here are some patches:
>>
>> http://home.fnal.gov/~mzs/b2.tar.bz2
>>
>> There a NOTES.txt file in there that describes everything.
>>
>> During the course ot this one of the macs got sick, but I am pretty
>> confident that this patch would still work for 32-bit PPC on Tiger.
>>
>> mzs
>>
>> ------------------------------------------------------------------------------
>> Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
>> software. With Adobe AIR, Ajax developers can use existing skills and code to
>> build responsive, highly engaging applications that combine the power of local
>> resources and data with the reach of the web. Download the Adobe AIR SDK and
>> Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
>> _______________________________________________
>> basilisk-devel mailing list
>> bas...@li...
>> https://lists.sourceforge.net/lists/listinfo/basilisk-devel
>>
>
|