31
LaserBoy !!! / Re: Installing LaserBoy on macOS Big Sur 11.6.5
« Last post by James on April 29, 2022, 06:30:30 pm »Excellent! You have the most current version!
Signup Issues have been resolved (hopefully). If you have previously had issues signing up for the forum, please try again.
31
LaserBoy !!! / Re: Installing LaserBoy on macOS Big Sur 11.6.5« Last post by James on April 29, 2022, 06:30:30 pm »Excellent! You have the most current version!
32
LaserBoy !!! / Re: Installing LaserBoy on macOS Big Sur 11.6.5« Last post by Prodical on April 29, 2022, 05:50:09 pm »Hiya James
It's LaserBoy-03-18-2022... I'm kinda busy with other projects for the next couple of weeks... but sure... looking forward to catching you on the VB FB group after that once I've had a proper play with LaserBoy - and have some questions ;-) Thanks again... Best Lewis 33
LaserBoy !!! / Re: Installing LaserBoy on macOS Big Sur 11.6.5« Last post by James on April 29, 2022, 03:45:10 pm »Fantastic!
Welcome to the world of LaserBoy! What is the version (date) on the main menu? Looking forward to seeing you on FB. James. 34
LaserBoy !!! / Re: Installing LaserBoy on macOS Big Sur 11.6.5« Last post by Prodical on April 29, 2022, 01:51:29 pm »Hey James
OK... that worked... LaserBoy running... yay ;-) Thanks for all the advice and support... and do pass that on to whoever compiled it for me from the Vector Synthesis group... I'll be sure to checkin there once I read through the LaserBoy docs and try things out for myself. Best Lewis 35
LaserBoy !!! / Re: Installing LaserBoy on macOS Big Sur 11.6.5« Last post by James on April 29, 2022, 12:12:03 pm »Derek Holzer organized Vector Hack Festival and started Vector Synthesis. I was a presenter in VHF 2020. Great bunch of people.
Try setting the permissions for rwx all to on as root. chmod 777 LaserBoy Then run it as root. Also, make sure the executable is in the .../LaserBoy folder and when you run it your shell is in that folder too. 36
LaserBoy !!! / Re: Installing LaserBoy on macOS Big Sur 11.6.5« Last post by Prodical on April 29, 2022, 04:26:30 am »Hi James
Thanks for trying to sort that for me... unfortunately I get a 'Permission denied' error in Terminal when I run it. I've tried changing file permissions to match the compiled .exe but no joy... I will checkout the Facebook Vector Synthesis group - I know a few people involved with the VectorHack Festival - so there's likely some crossover there. Will ask for some advice there too... You can delete the executable now... Best Lewis 37
LaserBoy !!! / Re: Installing LaserBoy on macOS Big Sur 11.6.5« Last post by James on April 28, 2022, 05:21:06 pm »If you are on Facebook, you should join a group called Vector Synthesis. There are quite a few people there who use LaserBoy on a Mac and they do a lot of other neat stuff too!
One of the members there compiled the code for you! https://laserboy.org/code/LaserBoy_OSX.zip Let me know when you get it and if it works. This is just the executable. I don't want to leave this out there for very long. I want to delete it. Also let me know what version this is. Thanks! James. 38
LaserBoy !!! / Re: Installing LaserBoy on macOS Big Sur 11.6.5« Last post by James on April 27, 2022, 10:54:58 am »I will ask a group of Mac LaserBoy users about homebrew run as root.
The command make -f Makefile.osx clean will delete all of the object files and the executable if there is one. If your build fails, you should clean before you try it again. 39
LaserBoy !!! / Re: Installing LaserBoy on macOS Big Sur 11.6.5« Last post by Prodical on April 27, 2022, 07:21:20 am »Sorry... mucked up the post formatting at the end of that last post...
When I run ./LaserBoy 1600 980[/size][size=78%] [/size] I get the error: [/size]zsh: no such file or directory: ./LaserBoy[size=78%] Any ideas? I appreciated you don't use macOS... though it is UNIX based... Best Lewis 40
LaserBoy !!! / Re: Installing LaserBoy on macOS Big Sur 11.6.5« Last post by Prodical on April 27, 2022, 07:17:12 am »Hey James
OK... I followed the instructions in the 'doc' > 'Compiling_for_MacOS.txt' file - and I have gotten further... though not quite there yet.. Homebrew wouldn't install for the root user... lewis-mbp@lewis-MBP-2 ~ % sudo su Password: sh-3.2# /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ==> Checking for `sudo` access (which may request your password)... Don't run this as root! sh-3.2# and neither would SDL2... sh-3.2# brew install SDL2 Error: Running Homebrew as root is extremely dangerous and no longer supported. As Homebrew does not drop privileges on installation you would be giving all build scripts full access to your system. sh-3.2# So I installed SDL2 & boost as my regular user, navigated to the 'LaserBoy' > 'src' folder and ran time make -f Makefile.osx [/size] It compiled (I can see a bunch of new files in the 'build' directory)... and yes threw up multiple warnings in the process... but also this final error... and it didn't launch the app... [/size]ld: symbol(s) not found for architecture x86_64clang: error: linker command failed with exit code 1 (use -v to see invocation)make: *** [../LaserBoy] Error 1make -f Makefile.osx 133.81s user 4.58s system 99% cpu 2:19.04 total[size=78%] After navigating back to the LaserBoy root directory I ran [/size]./LaserBoy 1600 980[/size] [/size]but got the error... [/size] [/size]zsh: no such file or directory: ./LaserBoyAny other ideas? I do appreciate you don't use macOS... though it is UNIX based... [/font][/font][/size][/font][/font][/size]Best[/font][/font][/size][/font][/font][/size]Lewis[/font][/font][/size] |