kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #02640
Re: PCBNew with AUI proof of Concept
--- In kicad-devel@xxxxxxxxxxxxxxx, "wafeliron" <wafeliron@...> wrote:
> > >
> > > Et cetera errors.
> > >
> > > Could not find wxAuiToolBar API Documentation.
> >
> > I've used 2.8.10 anyway, the strange thing is the unavaiability of wxAuiManager::Update()..
> > Are you trying this over the HEAD ?
> >
>
> I patched over the 1807 revision, also looked at changes between wxwidgets 2.8.9 and 2.8.10.
> The wxAuiToolbar should be introduced in 2.8.9.
> For now this doesn't work for me.
Try to do this changes manually:
at include/wxstruct.h:585 and toolbars.cpp:15 from
#if USE_AUITOOLBAR
to
#if (USE_AUITOOLBAR && wxCHECK_VERSION(2,8,10))
This should disable the wxAUIToolbar and switch to the classic wxToolbar, but still using wxAUIManager.
Hoping helps,
--
Marco
Follow ups
References