[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] 'wx/testing.h' not installed? [Was: Test: About dialog's title
From: |
Вадим Цейтлин |
Subject: |
Re: [lmi] 'wx/testing.h' not installed? [Was: Test: About dialog's title should contain version info.] |
Date: |
Thu, 13 Mar 2014 17:14:07 +0100 |
On Thu, 13 Mar 2014 13:05:58 +0000 Greg Chicares <address@hidden> wrote:
GC> On 2014-02-18 17:15Z, Václav Slavík wrote:
GC> >
GC> > diff --git a/main_wx_test.cpp b/main_wx_test.cpp
GC> > index 2478e06..c752470 100644
GC> > --- a/main_wx_test.cpp
GC> > +++ b/main_wx_test.cpp
GC> [...]
GC> > +#include <wx/menu.h>
GC> > +#include <wx/testing.h>
GC> > +#include <wx/uiaction.h>
GC>
GC> How do I install 'testing.h'?
Sorry, this was a bug in wxWidgets makefiles, we forgot to add this file
to them. I've corrected this now in http://trac.wxwidgets.org/changeset/76138
and it will work correctly in wxWidgets 3.0.1 which should be released very
soon (it was supposed to be already released last week, in fact...).
GC> I'm using the config options here:
GC> http://svn.sv.gnu.org/svn/lmi/lmi/trunk/install_wx.make
GC> and 389 of the files in 'include/wx/' are installed, but these six are
missing:
GC> C:\opt\lmi\local\include\wx-3.0\wx\cppunit.h
GC> C:\opt\lmi\local\include\wx-3.0\wx\preferences.h
GC> C:\opt\lmi\local\include\wx-3.0\wx\setup_inc.h
GC> C:\opt\lmi\local\include\wx-3.0\wx\setup_redirect.h
GC> C:\opt\lmi\local\include\wx-3.0\wx\testing.h
GC> C:\opt\lmi\local\include\wx-3.0\wx\variantbase.h
GC>
GC> I don't immediately see any 'test' option in `./configure --help `,
GC> and `grep testing configure` finds nothing.
There is really nothing to do about it other than updating wxWidgets, it's
just a (perfectly stupid) bug.
Sorry again about it,
VZ