blackberry / Ripple-Framework

A browser-like framework component that hosts the Ripple UI tooling and provides services required for emulation
Apache License 2.0
28 stars 12 forks source link

Ripple will not run on OSX Snow Leopard 10.6.8 with Intel Core Duo #89

Open brendanarnold opened 12 years ago

brendanarnold commented 12 years ago

I have a MacBook Intel Core Duo with Snow Leopard 10.6.8 and a 2GHz processor which, according to the minimum spec, should run.

However the Ripple executable is compiled for x86_64 only,

$ file Ripple.app/Contents/MacOS/Ripple 
  Ripple.app/Contents/MacOS/Ripple: Mach-O 64-bit executable x86_64

Can the Ripple application be compiled with 32bit support as well?

ericpearson commented 12 years ago

Ah, yeah. Currently it is compiled for a 64-bit CPU. In future builds I will change it to create a universal binary.

kwallis commented 12 years ago

@pagey Did this get resolved?

ericpearson commented 12 years ago

I don't think so, we didn't change any of the build scripts.

kwallis commented 12 years ago

cc @kwhatmough @themainguru

This was included in the scope for this release as it was in the milestone. What is the risk/impact of making the change?