Dimitre

Results 692 comments of Dimitre

Yes, in fact I'm building locally so the files are already there. ``` libboost_atomic.a libboost_filesystem.a ``` maybe libboost_system is renamed libboost_atomic? or maybe the build parameters changed and we have...

Thank you ! I'll be testing this as a separate PR, so maybe this allows us to use this macro on ofConstants.h ```c++ #define BOOST_FILESYSTEM_VERSION 4 ```

I think it worked for me locally but I honestly have to test it again to check. will do it soon

Testing now, ``` /Users/dd/src/of_v0.9.3_osx_release/addons/ofxPixelPusher/src/Utilities.h /Users/dd/src/of_v0.9.3_osx_release/addons/ofxPixelPusher/src/Utilities.h:43:23: Use of undeclared identifier 'NAN' /Users/dd/src/of_v0.9.3_osx_release/addons/ofxPixelPusher/src/Pixel.cpp /Users/dd/src/of_v0.9.3_osx_release/addons/ofxPixelPusher/src/Pixel.cpp:83:3: No member named 'printf' in namespace 'std'; did you mean simply 'printf'? ``` and after trying to fix...

Thank you! @godowichuk any chance of sharing the xcode proj. file or the steps to make it run? Thanks

Actually solved in plotdevice fork, in the case somebody else needs it. https://github.com/plotdevice/plotdevice

@moebiussurfing with your pull request I should be able to do a loop of evenly spaced points? cheers!

thank you, nevermind it was my mistake here :) already solved

Hello @hfiguiere we now have a working target aarch64. Can you please check to see if there is something important from here missing in master?