D
dow
Guest
when run in terminal:
Minion:~ dow$ cd /Applications/Black_Chocobo.app/Contents/MacOS/
Minion:MacOS dow$ ./Black_Chocobo
-bash: ./Black_Chocobo: Bad CPU type in executable
haven't installed the qt libs yet. the qt frameworks are included in the .app
edit:
Ah, I think you may only be compiling for x64. I'm on an original '06 x86 32-bit MacBook. hey, at least its easy to fix
edit2:
"file" output:
Minion:MacOS dow$ file ./Black_Chocobo
./Black_Chocobo: Mach-O 64-bit executable x86_64
Minion:~ dow$ cd /Applications/Black_Chocobo.app/Contents/MacOS/
Minion:MacOS dow$ ./Black_Chocobo
-bash: ./Black_Chocobo: Bad CPU type in executable
haven't installed the qt libs yet. the qt frameworks are included in the .app
edit:
Ah, I think you may only be compiling for x64. I'm on an original '06 x86 32-bit MacBook. hey, at least its easy to fix
edit2:
"file" output:
Minion:MacOS dow$ file ./Black_Chocobo
./Black_Chocobo: Mach-O 64-bit executable x86_64
Last edited:
