Theodore Watson

Results 450 comments of Theodore Watson

@dimitre if this is good to merge - looks good to me :)

**\* "I want to investigate some file format that replaces the current libsorder.make + - different search paths than the usual ones - additional libraries ( in the system, probably...

Hmm. Without those changes does ofxHap work without issue? I’d love to either fix it or find any easy way to toggle it off. Is there an easy reproducible example...

Hey @dimitre I just tied ofxHapPlayer and I think in this case we should probably ask @bangnoise to have the path be @executable_path/dylibName.dylib or even @rpath/dylibName.dylib now that we are...

Thanks @dimitre! Weird that you had to change the Copy Files I thought dylibs were getting copied to `MyApp.app/Contents/MacOS/` already by default. ( At least they did for me with...

oh weird - it shouldn't be setting it to `@rpath/libavutil.56.70.100.dylib` is this when running app from Xcode or running from Finder? could you try changing the script lines to: ```...

yeah I think the way the frontend worked updating a project just recreates it based on addons.make and any of the config.make extra paths. I think as long as the...

Hey @danoli3 - we should add a note that the buildPG.sh is just for the Github Actions as there are sections that require `GITHUB_REF` to be `master` For the error...

@danoli3 - you are totally right, there is very little documentation on how to get it setup and built. made a ReadMe.md for the project. https://github.com/openframeworks/projectGenerator/blob/master/ReadMe.md