Theodore Watson

Results 57 issues of Theodore Watson

For macOS/iOS Xcode Currently addons with dylibs cause projects to fail to run as the dlyibs are not copied into the Bundle. We should add a function similar to addFramework...

Not sure if this is a bug in PG or the packaging system, but the PG included in the nightly zip correctly adds the includes to the project: See: https://github.com/openframeworks/openFrameworks/issues/5869

``` libdom/bindings/xml/libxml_xmlparser.c:144:20: error: call to undeclared library function 'malloc' with type 'void *(unsigned long long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 144 | return len...

I was trying out the bleeding libs for the web examples and they all had linking issues with this file: `wasm-ld: error: unknown file type: /src/libs/uriparser/lib/emscripten/liburiparser.a(UriFile.c.o)` See: https://github.com/openframeworks/openFrameworks/actions/runs/7283340356/job/19847062682#step:6:2580 The only...

🙂 - [x] Going to remove boost and poco from apothecary. - [x] Upgrade runners ( macOS 10.15 is not working any more ) - [ ] Merge @danoli3's changes...

The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Looks like it is an issue with the action...

ping @igierard feel free to submit those branches as PRs and I'll pull them in.

this solves the issue where addons for iOS could be included twice in the PG resulting in linking errors. Addresses final issue in #3028