chunkypixel / atari-dev-studio

Homebrew game creation for the Atari 8-bit consoles (VS Code Extension)
http://atariage.com/forums/topic/290365-atari-dev-studio-for-homebrew-development-release/
GNU General Public License v3.0
76 stars 8 forks source link

Won't compile on MacOS #22

Closed Generation2Games closed 4 years ago

Generation2Games commented 4 years ago

Hello, I am trying to compile on MacOS and keep getting ### ERROR: couldn't find bB binaries for Darwin(x86_64). Exiting.

This is my first Mac in years so not quite sure what I am doing to set up on these yet, please can you help me?

chunkypixel commented 4 years ago

Hi! I't looks like there could be in issue with the compilation process due to macOS going 64-bit. Can you please try unpacking the file below and updating the compiler used by bB in the settings.

bB-1.5-osx-x86.tar.gz

Updating your settings: VirtualBox_MacOS Mojave_11_03_2020_09_10_20

I unpacked the file in downloads and set the path as shown in the pic.

You will need to give be another 24 hours to update and the extension as I think I'll need to update my virtual macOS install first. Hope that helps.

Generation2Games commented 4 years ago

Thank you for the response, sadly this has not worked as I am now getting NOTE: Building your program using your chosen custom batari Basic compiler.

ERROR: couldn't find bB binaries for Darwin(x86_64). Exiting.

Cleaning up files generated during compilation...

chunkypixel commented 4 years ago

Thanks for the update - you'll need to leave it with me to work out a solution. As said hopefully the next 24 hours.

Generation2Games commented 4 years ago

Ok I can wait, you are doing a great job by the way, keep it up!

chunkypixel commented 4 years ago

Fixed, refer release 0.3.8.

issue identifying ChMod files for batari Basic and 7800basic where the architecture was hard-coded to x86 (Linux and macOS)

Generation2Games commented 4 years ago

Working like a dream now!!! Perfect!!