longlongh4 / airmac

Automatically exported from code.google.com/p/airmac
0 stars 0 forks source link

Program won't open: 64-bit vs. 32-bit compile #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Try to start program on older Intel Mac (mine are Core Duo MacBook and iMac 
from 2006); get an error message, "You can't open the application Airmac 
because it's not supported on this type of Mac,"

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
v. .3 on Mac OS 10.6.7

Please provide any additional information below.
I've seen this behavior with other programs; it just requires a recompile as 
either a 32-bit or 32/64-bit executable.

Original issue reported on code.google.com by bigmarkc...@gmail.com on 18 May 2011 at 5:01

Attachments:

GoogleCodeExporter commented 9 years ago
Is the source code available? I'd be interested in re-compiling it for 32-bit 
x86 if that's possible.

Original comment by jc@wippler.nl on 18 May 2011 at 10:04

GoogleCodeExporter commented 9 years ago
I am having the same error on my Core Duo Mac Mini with version 0.2.

Original comment by cbirds...@gmail.com on 25 May 2011 at 2:24

GoogleCodeExporter commented 9 years ago
Should now be solved in version 0.4

Original comment by aj.webs...@gmail.com on 18 Sep 2011 at 3:14

GoogleCodeExporter commented 9 years ago
Unfortunately, not--I'm still getting the same error. Program icon has a slash 
thru it and I get the same pop-up error window as originally submitted. 

Original comment by bigmarkc...@gmail.com on 18 Sep 2011 at 3:19

Attachments:

GoogleCodeExporter commented 9 years ago
Ditto. Getting the same error even on version 0.4 when trying to run it on a 
1st-gen Macbook Pro with a Core Duo (32-bit only) under Snow Leopard 10.6.8. 
If I try to run the Unix executable inside the bundle at 
Airmac.app/Contents/MacOS/Airmac directly from the terminal, I get the 
following error:
"Bad CPU type in executable"

Original comment by hir...@gmail.com on 26 Sep 2011 at 5:32

GoogleCodeExporter commented 9 years ago
The source code doesn't even compile cleanly for 32 bit.  Adding the line in 
this patch will get it to compile in Xcode for the i386 target, though I 
haven't had much success with using the Airmac v4 executables on either 32 or 
64 bit machines (either my build, or the downloaded build.)

Original comment by ericb...@gmail.com on 26 Sep 2011 at 4:21

Attachments: