-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ArchLinuxArm Support #157
Comments
Sounds great. If you want to add your setup instructions to the wiki, I'm sure others will also be able to help troubleshoot the hello_world example. |
Wonderful! Please follow the openFrameworks Code Contribution Workflow Can you add a bit more details about what isn't compiling? Please use the I look forward to seeing this work on Arch! On Mon, Jun 10, 2013 at 9:53 AM, Christopher Baker <[email protected]
"I believe in science. Unlike mathematical theorems, scientific results I cannot prove that electrons exist, but I believe fervently in their -- Seth Lloyd: Quantum Mechanical Engineer, MIT /. |
after getting all dependencies, oF compiles fine. running "make" in apps/devApps/raspberry_pi_hello_world/ i get:
Output of running make with MAKEFILE_DEBUG defined: https://gist.github.com/aspeteRakete/5756143 underdoeg told me on IRC, that there were issues on arch with the makeskipts and double Slashes, which Debian didn't care about, but arch does. So i changed the the diff from the following commit: After that make gives the following:
The MakeFile Debug Output: What I noticed is this: https://gist.github.com/aspeteRakete/5756229#file-gistfile1-txt-L1179 |
Good to know @aspeteRakete -- the current state of the makefiles on the RPI branch is in flux. Basically @arturoc cherry picked the new makefile system developed in this branch and took them over to the main branch in advance of merging the entire Raspberry Pi branch w/ the main oF branch. Thus, my continued work on the makefile system (and @underdoeg 's slash fixes) are currently over in the main branch. I doubt we'll backport them to this branch, but luckily the plan is to bring the Raspberry Pi branch into the core oF repository in the next two weeks. As for an immediate solution, I'll take a look at this and see if it is a makefile problem on arch-linux or some other issue. Could you post a copy of your dependencies install script on gist (or wherever you like) and any tips you have for getting the RPi arch linux image prepped to reproduce where you currently are with your work? |
Hey @bakercp, |
Yeah, if you are on a deadline, then def use the raspbian branch for now. It's been well-proven at this point :) Thanks for the scripts. I'll check them out. |
Hey,
i would like to run oF on my Rasbery Pi using Arch Linux Arm. I installed the dependencies with a stripped down version of the normal archlinux/install_dependencies.sh script. Compiling OF works fine, but currently the hello_world example doesn't compile. I hop to get it working.
I would like to make a pull request for the dependencie scripts and help in whatever issues come along, getting oF running on ArchlinuxArm.
As suggested in the Guidelines I opened an issue first.
The text was updated successfully, but these errors were encountered: