-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Fix or document Ubuntu compiler issues #84
base: master
Are you sure you want to change the base?
Conversation
(Also add credit to me in a few spots, but not excessively)
After fixing a bunch of stuff, it's done! I'm marking it ready fro review! |
Oops, it's not working. Don't merge yet. |
It works now!!! YAY!!! Ready to merge. |
Any updates? I don't have the permissions to merge a PR myself so I need someone who does to merge it for me. I tested the process from start to finish and it works perfectly. |
im on arch, but if i pull from your branch |
might i suggest possibly making the other dependicies a sub module |
hey! thanks for looking into it. for the two problems with the addons i believe updating the submodules to the latest version fixes both (missing cstdio in liblaserdock, missing include guards in ofxNative, i believe @DJLevel3 fixed those) so both the remarks in the readme and the sed command is fortunately already obsolete. i have a few busy days ahead of me, but i'm trying to not forget! @DJLevel3 do you have the time to start a fresh PR where you update the submodules and pick the changes from the readme that are still relevant, so that it's a single commit that i can review? i'm leaving this PR open either way for now. |
I have been having some issues with getting Oscilloscope to compile on Ubuntu, but I found workarounds and fixes for everything. This PR should fix everything or document the workarounds until a real fix comes.