Dan Rosser

Results 378 comments of Dan Rosser

@Sam-Spencer this one is fixed.

I just tested as well, seems okay, hmmm lets verify your setup: Env setup: ``` echo "Emscripten Download SRC" cd ../../ git clone https://github.com/emscripten-core/emsdk.git cd emsdk git pull echo "if...

output should be like this: ```` #de f157i | n e# dGeLf_iDnEeP TGHL__CDOEMPTH_CPOOMNPEONNTE2N4T 2 4 G L _GDLE_PDTEPTH_HC_OCMOPMOPNOENNETN2T42_4O_EOSES | | ^ ^ /Users/~/SOURCE/EMSDK/emsdk/upstream/emscripten/cache/sysroot/include/GL/glext.h:325:9/Users/~/SOURCE/EMSDK/emsdk/upstream/emscripten/cache/sysroot/include/GL/glext.h:: 325:note: 9:previous definition is here note: previous...

Nice1! On Mon, 11 Mar 2024 at 3:38 AM, Dimitre ***@***.***> wrote: > So all files can be downloaded faster, in parallel > if wget2 is installed locally > if...

Yeah definitely re-introducing that line. Thanks for this report.

Fixed in new releases for 1.59.0 and master.

I found this: http://stackoverflow.com/questions/19190458/visibility-linker-warnings-when-compiling-ios-app-that-uses-boost Interesting might be related to clang++ vs clang.............weird. Want to try and edit the build script yourself to clang rather than clang++ here: https://github.com/danoli3/ofxiOSBoost/blob/master/scripts/build-libc%2B%2B.sh#L29 See if...

Yeah throw Apple a report: https://bugreport.apple.com Let me know what their engineers say.

I'm not exactly sure whats happening here. Could you copy and paste the error rather than screenshot?

Hey @julapy @genosyde, I've updated master and added some new releases for 1.60.0. Try out the example now. Also in a custom project just make sure the following: > How...