Theodore Watson
Theodore Watson
@dimitre is asdf defined? or are you saying if you click on the problem it doesn't jump to the file ( it did for me ). I just tried with...
Yeah, it’s working great for me. Can you try testing it from your downloads folder? Also the intellisense can take some time to generate so if you are on an...
Due to fix for #466
does this PR detect if OF/OF has changed to clear the cache? ( sorry I really don't understand how GitHub caching works 🙂 )
Can you try this with the nightly builds and let us know if it works there? https://openframeworks.cc/download/ ( bottom of this page )
I know this is a pretty old issue, but I wonder if in addons_config.mk for any specified `/include` paths we could avoid recursively listing them? Just add the path to...
Oh god, can we wait on that until we get bleeding working with OF/OF. That’s a big change. 🙂
does the stage folder not exist? or just `libboost_system.a` if stage/lib exists might be good to list the dir to see what is getting generated. I often add a bunch...
@dimitre it might be that it is not an included lib by default anymore. on this line we aren't specifying it: https://github.com/openframeworks/apothecary/blob/master/apothecary/formulas/boost/boost.sh#L46 But we are copying it: https://github.com/openframeworks/apothecary/blob/master/apothecary/formulas/boost/boost.sh#L312 It might...
Looking into addons there are quite a lot that still use Poco. Wondering if we should maybe move ofxPoco to openFrameworks/ofxPoco with all the libs in place and then people...