[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sweet16 2.0 Public Beta 2 (2.0b17) released



In article 
<873e5930-bd79-4483-86a5-2ca3d81e8e13@d77g2000hsb.googlegroups.com>,
 Sheppy <the.sheppy@gmail.com> wrote:

> I�ve posted Sweet16 2.0 Public Beta 2, otherwise known as Sweet16
> 2.0b17.  This new version adds a ton of features, including Ethernet
> networking support for Marinetti, joystick support, improved graphics,
> a very handy debugger for Apple II programmers, and CD-ROM support.
> 
> For more information, visit the Sweet16 page on my web site:
> 
> http://www.sheppyware.net/software-mac/sweet16/index.html

Excellent! Sadly, opening Sweet16 2.0b17 on Mac OS 10.4.11 (ppc) fails 
from the Finder. It seems to be having trouble loading SpiderMonkey:

$ cd Desktop
$ Sweet16.app/Contents/MacOS/Sweet16
dyld: Library not loaded:...
Reason: no suitable image found. Did find:

Sweet16.app/Contents/MacOS/../Frameworks/SpiderMonkey.framework/Versions/
A/SpiderMonkey: no matching architecture in universal wrapper

Sweet16.app/Contents/MacOS/../Frameworks/SpiderMonkey.framework/Versions/
A/SpiderMonkey: no matching architecture in universal wrapper
Trace/BPT trap

The Framework's architecture seems to be ppc970 (G5):

$ otool -fv Sweet16.app/Contents/Frameworks/SpiderMonkey.\
framework/Versions/A/SpiderMonkey 
Fat headers
fat_magic FAT_MAGIC
nfat_arch 2
architecture ppc970
    cputype CPU_TYPE_POWERPC
    cpusubtype CPU_SUBTYPE_POWERPC_970
    offset 4096
    size 1146460
    align 2^12 (4096)
architecture i386
    cputype CPU_TYPE_I386
    cpusubtype CPU_SUBTYPE_I386_ALL
    offset 1150976
    size 953144
    align 2^12 (4096)


In contrast, Sweet16 is ppc:

$ otool -fv Sweet16.app/Contents/MacOS/Sweet16 
Fat headers
fat_magic FAT_MAGIC
nfat_arch 2
architecture i386
    cputype CPU_TYPE_I386
    cpusubtype CPU_SUBTYPE_I386_ALL
    offset 4096
    size 558844
    align 2^12 (4096)
architecture ppc
    cputype CPU_TYPE_POWERPC
    cpusubtype CPU_SUBTYPE_POWERPC_ALL
    offset 565248
    size 656324
    align 2^12 (4096)

-- 
John B. Matthews
trashgod at gmail dot com
home dot woh dot rr dot com slash jbmatthews