lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lmi] 'wx/testing.h' not installed?


From: Vadim Zeitlin
Subject: Re: [lmi] 'wx/testing.h' not installed?
Date: Thu, 13 Mar 2014 18:28:21 +0100

On Thu, 13 Mar 2014 17:23:17 +0000 Greg Chicares <address@hidden> wrote:

GC> On 2014-03-13 16:14Z, Вадим Цейтлин wrote:
GC> > On Thu, 13 Mar 2014 13:05:58 +0000 Greg Chicares <address@hidden> wrote:
GC> [...]
GC> > GC> How do I install 'testing.h'?
GC> > 
GC> >  Sorry, this was a bug in wxWidgets makefiles, we forgot to add this file
GC> > to them. I've corrected this now in 
http://trac.wxwidgets.org/changeset/76138
GC> > and it will work correctly in wxWidgets 3.0.1 which should be released 
very
GC> > soon (it was supposed to be already released last week, in fact...).
GC> 
GC> Can you tell me which of the files in that changeset I'll
GC> need to get this to work with wx-3.0.0? I'm doing
GC>   ./config && make && make install
GC> so I'm sure I'll need 'Makefile.in', and I'm sure I can
GC> ignore the compiler-specific makefiles in 'build/msw';
GC> but do I need 'build/bakefiles/files.bkl'?

 No, you don't need it, this is the meta-makefile from which the real
makefiles are generated (by bakefile), but the makefiles are standalone and
don't depend on files.bkl in any way. So all you really need is indeed just

diff --git a/Makefile.in b/Makefile.in
index f1cdfbd..57a01ea 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -4137,6 +4137,7 @@ COND_USE_GUI_1_ALL_GUI_HEADERS =  \
        wx/panel.h \
        wx/pen.h \
        wx/position.h \
+       wx/preferences.h \
        wx/radiobox.h \
        wx/radiobut.h \
        wx/range.h \
@@ -4154,6 +4155,7 @@ COND_USE_GUI_1_ALL_GUI_HEADERS =  \
        wx/statbox.h \
        wx/stattext.h \
        wx/statusbr.h \
+       wx/testing.h \
        wx/textcompleter.h \
        wx/textctrl.h \
        wx/textdlg.h \

(and, well, the first hunk of this patch is not strictly speaking
indispensable as this header is not used by LMI, but it doesn't hurt
neither so I'd take it too).

 Regards,
VZ

reply via email to

[Prev in Thread] Current Thread [Next in Thread]