danomatika / ofxPd

(maintained) a Pure Data addon for OpenFrameworks using libpd
Other
202 stars 45 forks source link

add ofxPoco to addons.make #51

Closed danzeeeman closed 7 years ago

danzeeeman commented 7 years ago

ofxPoco is a dependency in 0.10+ need to add them to the addons.make files.

danomatika commented 7 years ago

Thanks for the info. I'll look into removing Poco dependencies from my addons.

danomatika commented 7 years ago

Ok, looks easy. I'll swap the Poco mutex with std::mutex.

danzeeeman commented 7 years ago

Word! On Mon, Mar 20, 2017 at 12:12 PM Dan Wilcox notifications@github.com wrote:

Ok, looks easy. I'll swap the Poco mutex with std::mutex.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/danomatika/ofxPd/issues/51#issuecomment-287810030, or mute the thread https://github.com/notifications/unsubscribe-auth/AAr6zPEiFx4UraNhJQiSAFJt3DlE5nIgks5rnqVwgaJpZM4MihkK .

danomatika commented 7 years ago

Actually I had already removed the Poco mutex and the include was just a left over.