Closed ltjax closed 4 years ago
I noticed the offending include is conditional in the new wxWidgets 3.1.3 release:
#if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_15
#include <WebKit/HIWebView.h>
#include <WebKit/CarbonUtils.h>
#endif
So it's probably not working in upstream or with their autotools-based build as well.
We have made a 3.1.3 release. Are you able to update?
Sure, that's why we made the update. Should we close this?
Since this is an upstream bug and is fixed in the newer release, yes.
Package and Environment Details (include every applicable attribute)
Conan profile
Steps to reproduce (Include if Applicable)
conan install wxwidgets/3.1.2@bincrafters/stable --build missing
Logs (Include/Attach if Applicable)