joshaber / MacShairport

A native Mac Shairport implementation
Other
176 stars 25 forks source link

MacShairport not supported on my old mac? #12

Closed totic closed 13 years ago

totic commented 13 years ago

Hi,

I just downloaded MacShairport in my old mac and I get the following message:

"You can't open the application MacShairport because it is not supported on this type of Mac."

The specs of the old machine are below:

Let me know if you need any more info.

Thanks!

OSX: System Software Overview:

System Version: Mac OS X 10.6.7 (10J869) Kernel Version: Darwin 10.7.0 Boot Volume: HD Boot Mode: Normal Computer Name: ------------ User Name: ****** (----------) Secure Virtual Memory: Enabled 64-bit Kernel and Extensions: No Time since boot: 49 minutes

Hardware Overview:

Model Name: MacBook Pro Model Identifier: MacBookPro1,1 Processor Name: Intel Core Duo Processor Speed: 1.83 GHz Number Of Processors: 1 Total Number Of Cores: 2 L2 Cache: 2 MB Memory: 2 GB Bus Speed: 667 MHz Boot ROM Version: MBP11.0055.B08 SMC Version (system): 1.2f10 Serial Number (system): W------------ Hardware UUID: 00000000-0000-1000-8000-0016CBXXCXXX Sudden Motion Sensor: State: Disabled

Developer Information:

Version: 3.2 (10M2518) Location: /Developer Applications: Xcode: 3.2.6 (1761) Interface Builder: 3.2.6 (851) Instruments: 2.7 (3017) Dashcode: 3.0.2 (333) SDKs: Mac OS X: 10.4: (8S2167) 10.5: (9L31a) 10.6: (10M2518)

joshaber commented 13 years ago

That's correct. MacShairport requires a 64-bit computer.

totic commented 13 years ago

Just out of crazy curiosity why would it need to be a 64-bit computer??? Is there some binary that hasn't been compile for 32 bit that we need?

joshaber commented 13 years ago

Actually, it's for exactly the same reasons it doesn't work on PPC. See #4.

joshaber commented 13 years ago

(Which is to say, mostly out of my own laziness. I'd be happy to merge any pull requests that bring in PPC/32-bit support.)

totic commented 13 years ago

I guess I can always have my old machine stream to the new one. Anyways great project! Thanks

rcarlsen commented 13 years ago

fwiw, I did get MacShairport to compile for a 32-bit arch (https://github.com/joshaber/MacShairport/issues/4#issuecomment-1135390), but libao was a problem. If we just used the system-installed version of libao (presumably it would be correct for the host system) do you think it would work?

joshaber commented 13 years ago

I dunno... libao is just a problem all the way around :\