Dimitre

Results 692 comments of Dimitre

I think this is a good change. But we have to change the way it handle parameters right? like -o"../../.." needs a space between -o and value ?

Yes good idea. PG it is now using fs::recursive_directory_iterator so it is getting everything with a src folder inside. it is possible to program to ignore "android / ios /...

Hello @ofTheo I'm wondering if maybe it is best avoid copying dylibs to inside the app for now. I'm trying to untangle some mess in ofxHapPlayer but I've noticed some...

@ofTheo after a while I could get it running with your script. It works OK if we change the "Copy Files" phase to "products directory" so the dylibs are being...

Yes they are being copied to this directory but then I have this error ``` dyld[12984]: Library not loaded: '@rpath/libavutil.56.70.100.dylib' Referenced from: '/Users/z/Desktop/OF_DesktopTest/bin/OF_DesktopTestDebug.app/Contents/MacOS/OF_DesktopTestDebug' Reason: tried: '/Users/z/Desktop/OF_DesktopTest/bin/libavutil.56.70.100.dylib' (no such file), '/usr/lib/system/introspection/libavutil.56.70.100.dylib'...

from xcode. I'll be testing this soon

We have to double check to see if it is now copying over in latest PG

I've tried this one with no success. no luck trying to add to Build Phases -> compile sources. alternatively I can change PG template to have all files from src...

I didnt have luck by trying to add a reference "src" or ofMain.cpp manually to the files to be compiled Try if you have time and if you find a...