ofZach

Results 142 comments of ofZach

we ship this compiled with the download of of 0.8.4, is there a reason you are building this? current development (against 0.9) is happening here: https://github.com/openframeworks/projectGenerator/

thanks for the detailed bug report, I've fixed this now (it was missing the build phases, as you pointed out). It's not 100% clean to put any old framework in...

thanks that seems like a good fix - implementing now

can you explain what you mean? I've just tested and ofxJson via PG on 0.8.2 and it's compiling / working for me.

ah ok - I'll check that branch out. I'd focus on this and see if it's missing something somewhere? https://github.com/ofZach/projectGeneratorSimple/blob/master/src/addons/ofAddon.cpp#L271-L339

oh interesting, thanks for reporting this and I'll take a look. I see that vertical sync is set to true, which should keep the app from running at a very...

thanks much for the detailed error report. It looks like the relative path calculation is breaking for different drives. I'll take a look.

hi jeff, first, the project generator doesn't use the install.xml at all actually, it just parses the addons folder by file structure, so you might be working in vain here....

ps: this is a fairly good template for the way we are parsing addons right now: https://github.com/benben/ofxAddonTemplate it obviously doesn't help for adding paths / libs outside of the addons...

would one simple option be to throw huge ifdef around all the apple code? ``` #ifdef __APPLE__ #endif ``` we do that, for example in ofxOsc, since there's windows and...