Hi!
I use wxWidgets 3.3.0 on macOS with set(wxUSE_TOOLBAR OFF). When I tried to update to 3.3.3, I got compile errors:
<...>
build_wxw333/wxWidgets/src/osx/carbon/frame.cpp:79:19: error: member access into incomplete type 'wxToolBar'
79 | tb->AddStretchableSpace();
<...>
I wrapped usage of wxToolBar in #if wxUSE_TOOLBAR. Code compiled successfully.
P.S.
Not the duplicate of #26797, different macOS build issue.
https://github.com/wxWidgets/wxWidgets/pull/26798
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Thanks, will merge too.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()