openframeworks / apothecary

This is the OpenFrameworks library apothecary. It mixes formulas and potions to build and update the C/C++ lib dependencies.
Other
56 stars 51 forks source link

poco needs updating #341

Open danzeeeman opened 6 months ago

danzeeeman commented 6 months ago

poco needs updates because, whoever built it, linked against the wrong libcrypto

https://github.com/openframeworks/apothecary/blob/master/apothecary/formulas/poco/buildwin.cmd

danoli3 commented 6 months ago

Please look at bleeding master is like 1000 commits behind right now.

I did the other day do a test for updated Poco as I remembered @bakercp 's requirement due to the addons. I'll finish that up.

Did you also say that @danzeeeman you needed VS2019? Let me add some easy to configure scripts for you to build these targets. Ideally you should be upgrading to VS2022 MSVC.

Let me know if you need any help with that process, be interested to see what breaks for larger repos.

danzeeeman commented 6 months ago

line 189 of addons\ofxPoco\libs\poco\include\Poco\Config.h needs to be updated to POCO_EXTERNAL_OPENSSL_DEFAULT before poco is compiled

danzeeeman commented 6 months ago

https://drive.google.com/drive/folders/1koqR6sytOHbuW5aS-QWE9bS_xvXm-q0Q?usp=drive_link

danzeeeman commented 6 months ago

this need to go in the v0.12 release package