From: Orion P. <or...@co...> - 2015-04-24 22:05:12
|
I should not that these are with the installed examples: /usr/bin/c++ wxPLplotDemo.cpp -o wxPLplotDemo -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -I/usr/include/plplot -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -I/usr/include/plplot -lplplotwxwidgets wxPLplotDemo.cpp:138:1: warning: ‘virtual wxLog* wxAppConsole::CreateLogTarget()’ is deprecated [-Wdeprecated-declarations] } ^ In file included from /usr/include/wx-2.8/wx/wxprec.h:13:0, from wxPLplotDemo.cpp:22: /usr/include/wx-2.8/wx/app.h:184:34: note: declared here wxDEPRECATED( virtual wxLog *CreateLogTarget() ); ^ /usr/include/wx-2.8/wx/defs.h:513:29: note: in definition of macro ‘wxDEPRECATED’ #define wxDEPRECATED(x) x __attribute__ ((deprecated)) ^ wxPLplotDemo.cpp:138:1: warning: ‘virtual wxMessageOutput* wxAppConsole::CreateMessageOutput()’ is deprecated [-Wdeprecated-declarations] } ^ In file included from /usr/include/wx-2.8/wx/wxprec.h:13:0, from wxPLplotDemo.cpp:22: /usr/include/wx-2.8/wx/app.h:189:44: note: declared here wxDEPRECATED( virtual wxMessageOutput *CreateMessageOutput() ); ^ /usr/include/wx-2.8/wx/defs.h:513:29: note: in definition of macro ‘wxDEPRECATED’ #define wxDEPRECATED(x) x __attribute__ ((deprecated)) ^ wxPLplotDemo.cpp:138:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated [-Wdeprecated-declarations] } ^ In file included from /usr/include/wx-2.8/wx/wx.h:36:0, from wxPLplotDemo.cpp:29: /usr/include/wx-2.8/wx/window.h:1453:13: note: declared here inline void wxWindowBase::SetInitialBestSize(const wxSize& size) ^ wxPLplotDemo.cpp:138:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated [-Wdeprecated-declarations] } ^ In file included from /usr/include/wx-2.8/wx/wx.h:36:0, from wxPLplotDemo.cpp:29: /usr/include/wx-2.8/wx/window.h:1453:13: note: declared here inline void wxWindowBase::SetInitialBestSize(const wxSize& size) ^ wxPLplotDemo.cpp:138:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated [-Wdeprecated-declarations] } ^ In file included from /usr/include/wx-2.8/wx/wx.h:36:0, from wxPLplotDemo.cpp:29: /usr/include/wx-2.8/wx/window.h:1453:13: note: declared here inline void wxWindowBase::SetInitialBestSize(const wxSize& size) ^ wxPLplotDemo.cpp:138:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated [-Wdeprecated-declarations] } ^ In file included from /usr/include/wx-2.8/wx/wx.h:36:0, from wxPLplotDemo.cpp:29: /usr/include/wx-2.8/wx/window.h:1453:13: note: declared here inline void wxWindowBase::SetInitialBestSize(const wxSize& size) ^ wxPLplotDemo.cpp:138:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated [-Wdeprecated-declarations] } ^ In file included from /usr/include/wx-2.8/wx/wx.h:36:0, from wxPLplotDemo.cpp:29: /usr/include/wx-2.8/wx/window.h:1453:13: note: declared here inline void wxWindowBase::SetInitialBestSize(const wxSize& size) ^ wxPLplotDemo.cpp:138:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated [-Wdeprecated-declarations] } ^ In file included from /usr/include/wx-2.8/wx/wx.h:36:0, from wxPLplotDemo.cpp:29: /usr/include/wx-2.8/wx/window.h:1453:13: note: declared here inline void wxWindowBase::SetInitialBestSize(const wxSize& size) ^ wxPLplotDemo.cpp:138:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated [-Wdeprecated-declarations] } ^ In file included from /usr/include/wx-2.8/wx/wx.h:36:0, from wxPLplotDemo.cpp:29: /usr/include/wx-2.8/wx/window.h:1453:13: note: declared here inline void wxWindowBase::SetInitialBestSize(const wxSize& size) ^ wxPLplotDemo.cpp:138:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated [-Wdeprecated-declarations] } ^ In file included from /usr/include/wx-2.8/wx/wx.h:36:0, from wxPLplotDemo.cpp:29: /usr/include/wx-2.8/wx/window.h:1453:13: note: declared here inline void wxWindowBase::SetInitialBestSize(const wxSize& size) ^ wxPLplotDemo.cpp:138:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated [-Wdeprecated-declarations] } ^ In file included from /usr/include/wx-2.8/wx/wx.h:36:0, from wxPLplotDemo.cpp:29: /usr/include/wx-2.8/wx/window.h:1453:13: note: declared here inline void wxWindowBase::SetInitialBestSize(const wxSize& size) ^ wxPLplotDemo.cpp:138:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated [-Wdeprecated-declarations] } ^ In file included from /usr/include/wx-2.8/wx/wx.h:36:0, from wxPLplotDemo.cpp:29: /usr/include/wx-2.8/wx/window.h:1453:13: note: declared here inline void wxWindowBase::SetInitialBestSize(const wxSize& size) ^ /usr/bin/ld: /tmp/ccH0vhU9.o: undefined reference to symbol '_ZN8plstream4lineEiPKdS1_' /usr/lib64/libplplotcxx.so.12: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:81: recipe for target 'wxPLplotDemo' failed So it looks like something in either the wxPLplotDemo.cpp file or its includes references the '_ZN8plstream4lineEiPKdS1_' symbol and so needs to be linked with -lplplotcxx. If it is wxPLplotDemo.cpp, then it should be added to the Makefile like my other example. If it the includes and so all plplot-wxwidgets users need it, it should be added to the pkg-config output: # pkg-config --cflags --libs plplot-wxwidgets -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -I/usr/include/plplot -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -I/usr/include/plplot -lplplotwxwidgets -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane or...@nw... Boulder, CO 80301 http://www.nwra.com |
From: Phil R. <p.d...@gm...> - 2015-05-21 21:58:17
|
Hi Orion Thanks for the report. I will look at it asap. Phil On 24 April 2015 at 23:05, Orion Poplawski <or...@co...> wrote: > I should not that these are with the installed examples: > > /usr/bin/c++ wxPLplotDemo.cpp -o wxPLplotDemo -D_FILE_OFFSET_BITS=64 > -D_LARGE_FILES -D__WXGTK__ -I/usr/include/plplot > -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 > -I/usr/include/plplot -lplplotwxwidgets > wxPLplotDemo.cpp:138:1: warning: ‘virtual wxLog* > wxAppConsole::CreateLogTarget()’ is deprecated [-Wdeprecated-declarations] > } > ^ > In file included from /usr/include/wx-2.8/wx/wxprec.h:13:0, > from wxPLplotDemo.cpp:22: > /usr/include/wx-2.8/wx/app.h:184:34: note: declared here > wxDEPRECATED( virtual wxLog *CreateLogTarget() ); > ^ > /usr/include/wx-2.8/wx/defs.h:513:29: note: in definition of macro ‘wxDEPRECATED’ > #define wxDEPRECATED(x) x __attribute__ ((deprecated)) > ^ > wxPLplotDemo.cpp:138:1: warning: ‘virtual wxMessageOutput* > wxAppConsole::CreateMessageOutput()’ is deprecated [-Wdeprecated-declarations] > } > ^ > In file included from /usr/include/wx-2.8/wx/wxprec.h:13:0, > from wxPLplotDemo.cpp:22: > /usr/include/wx-2.8/wx/app.h:189:44: note: declared here > wxDEPRECATED( virtual wxMessageOutput *CreateMessageOutput() ); > ^ > /usr/include/wx-2.8/wx/defs.h:513:29: note: in definition of macro ‘wxDEPRECATED’ > #define wxDEPRECATED(x) x __attribute__ ((deprecated)) > ^ > wxPLplotDemo.cpp:138:1: warning: ‘virtual void > wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated > [-Wdeprecated-declarations] > } > ^ > In file included from /usr/include/wx-2.8/wx/wx.h:36:0, > from wxPLplotDemo.cpp:29: > /usr/include/wx-2.8/wx/window.h:1453:13: note: declared here > inline void wxWindowBase::SetInitialBestSize(const wxSize& size) > ^ > wxPLplotDemo.cpp:138:1: warning: ‘virtual void > wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated > [-Wdeprecated-declarations] > } > ^ > In file included from /usr/include/wx-2.8/wx/wx.h:36:0, > from wxPLplotDemo.cpp:29: > /usr/include/wx-2.8/wx/window.h:1453:13: note: declared here > inline void wxWindowBase::SetInitialBestSize(const wxSize& size) > ^ > wxPLplotDemo.cpp:138:1: warning: ‘virtual void > wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated > [-Wdeprecated-declarations] > } > ^ > In file included from /usr/include/wx-2.8/wx/wx.h:36:0, > from wxPLplotDemo.cpp:29: > /usr/include/wx-2.8/wx/window.h:1453:13: note: declared here > inline void wxWindowBase::SetInitialBestSize(const wxSize& size) > ^ > wxPLplotDemo.cpp:138:1: warning: ‘virtual void > wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated > [-Wdeprecated-declarations] > } > ^ > In file included from /usr/include/wx-2.8/wx/wx.h:36:0, > from wxPLplotDemo.cpp:29: > /usr/include/wx-2.8/wx/window.h:1453:13: note: declared here > inline void wxWindowBase::SetInitialBestSize(const wxSize& size) > ^ > wxPLplotDemo.cpp:138:1: warning: ‘virtual void > wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated > [-Wdeprecated-declarations] > } > ^ > In file included from /usr/include/wx-2.8/wx/wx.h:36:0, > from wxPLplotDemo.cpp:29: > /usr/include/wx-2.8/wx/window.h:1453:13: note: declared here > inline void wxWindowBase::SetInitialBestSize(const wxSize& size) > ^ > wxPLplotDemo.cpp:138:1: warning: ‘virtual void > wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated > [-Wdeprecated-declarations] > } > ^ > In file included from /usr/include/wx-2.8/wx/wx.h:36:0, > from wxPLplotDemo.cpp:29: > /usr/include/wx-2.8/wx/window.h:1453:13: note: declared here > inline void wxWindowBase::SetInitialBestSize(const wxSize& size) > ^ > wxPLplotDemo.cpp:138:1: warning: ‘virtual void > wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated > [-Wdeprecated-declarations] > } > ^ > In file included from /usr/include/wx-2.8/wx/wx.h:36:0, > from wxPLplotDemo.cpp:29: > /usr/include/wx-2.8/wx/window.h:1453:13: note: declared here > inline void wxWindowBase::SetInitialBestSize(const wxSize& size) > ^ > wxPLplotDemo.cpp:138:1: warning: ‘virtual void > wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated > [-Wdeprecated-declarations] > } > ^ > In file included from /usr/include/wx-2.8/wx/wx.h:36:0, > from wxPLplotDemo.cpp:29: > /usr/include/wx-2.8/wx/window.h:1453:13: note: declared here > inline void wxWindowBase::SetInitialBestSize(const wxSize& size) > ^ > wxPLplotDemo.cpp:138:1: warning: ‘virtual void > wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated > [-Wdeprecated-declarations] > } > ^ > In file included from /usr/include/wx-2.8/wx/wx.h:36:0, > from wxPLplotDemo.cpp:29: > /usr/include/wx-2.8/wx/window.h:1453:13: note: declared here > inline void wxWindowBase::SetInitialBestSize(const wxSize& size) > ^ > wxPLplotDemo.cpp:138:1: warning: ‘virtual void > wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated > [-Wdeprecated-declarations] > } > ^ > In file included from /usr/include/wx-2.8/wx/wx.h:36:0, > from wxPLplotDemo.cpp:29: > /usr/include/wx-2.8/wx/window.h:1453:13: note: declared here > inline void wxWindowBase::SetInitialBestSize(const wxSize& size) > ^ > /usr/bin/ld: /tmp/ccH0vhU9.o: undefined reference to symbol > '_ZN8plstream4lineEiPKdS1_' > /usr/lib64/libplplotcxx.so.12: error adding symbols: DSO missing from command line > collect2: error: ld returned 1 exit status > Makefile:81: recipe for target 'wxPLplotDemo' failed > > So it looks like something in either the wxPLplotDemo.cpp file or its includes > references the '_ZN8plstream4lineEiPKdS1_' symbol and so needs to be linked > with -lplplotcxx. If it is wxPLplotDemo.cpp, then it should be added to the > Makefile like my other example. If it the includes and so all > plplot-wxwidgets users need it, it should be added to the pkg-config output: > > # pkg-config --cflags --libs plplot-wxwidgets > -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -I/usr/include/plplot > -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 > -I/usr/include/plplot -lplplotwxwidgets > > > -- > Orion Poplawski > Technical Manager 303-415-9701 x222 > NWRA, Boulder/CoRA Office FAX: 303-415-9702 > 3380 Mitchell Lane or...@nw... > Boulder, CO 80301 http://www.nwra.com > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Plplot-devel mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-devel |
From: Alan W. I. <ir...@be...> - 2015-05-22 00:44:13
|
On 2015-05-21 22:58+0100 Phil Rosenberg wrote: > Hi Orion > Thanks for the report. I will look at it asap. Hi Phil: Note, I have fixed the actual error that Orion noted at the end of his message by my recent reform of the entire traditional build system. However, that change did not address the deprecated warning messages he found. As a low priority it would be good for you to eliminate those deprecated warnings once you have access to the latest wxwidgets (which is apparently what is needed to issue all the deprecated warnings since I don't see those with wxwidgets-2.8.12.). Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); the Time Ephemerides project (timeephem.sf.net); PLplot scientific plotting software package (plplot.sf.net); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ |
From: Phil R. <p.d...@gm...> - 2015-05-22 09:58:58
|
Hi Orion and Alan I have just fixed the deprecated wxDC::GetLogicalOrigin warning. But I do not see all the other deprecated warnings you reported Orion on my Windows wxWidgets 3 system. Do you still see them? Which version of wxWidgets are you using? I presume from the messages you are on Linux? Phil On 22 May 2015 at 01:44, Alan W. Irwin <ir...@be...> wrote: > On 2015-05-21 22:58+0100 Phil Rosenberg wrote: > >> Hi Orion >> Thanks for the report. I will look at it asap. > > > Hi Phil: > > Note, I have fixed the actual error that Orion noted at the end of his > message by my recent reform of the entire traditional build system. > However, that change did not address the deprecated warning messages > he found. As a low priority it would be good for you to eliminate > those deprecated warnings once you have access to the latest wxwidgets > (which is apparently what is needed to issue all the deprecated > warnings since I don't see those with wxwidgets-2.8.12.). > > Alan > __________________________ > Alan W. Irwin > > Astronomical research affiliation with Department of Physics and Astronomy, > University of Victoria (astrowww.phys.uvic.ca). > > Programming affiliations with the FreeEOS equation-of-state > implementation for stellar interiors (freeeos.sf.net); the Time > Ephemerides project (timeephem.sf.net); PLplot scientific plotting > software package (plplot.sf.net); the libLASi project > (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); > and the Linux Brochure Project (lbproject.sf.net). > __________________________ > > Linux-powered Science > __________________________ |
From: Orion P. <or...@co...> - 2015-05-22 16:47:43
|
On 05/22/2015 03:58 AM, Phil Rosenberg wrote: > Hi Orion and Alan > I have just fixed the deprecated wxDC::GetLogicalOrigin warning. But I > do not see all the other deprecated warnings you reported Orion on my > Windows wxWidgets 3 system. > > Do you still see them? Which version of wxWidgets are you using? I > presume from the messages you are on Linux? > Actually, this was using wxGTK-devel-2.8.12-18.fc23.x86_64. I guess I'm going to think about making the transition to wxGTK3. I don't suppose plplot can support building against both simultaneously? /builddir/build/BUILD/plplot-5.11.0git/bindings/wxwidgets/wxPLplotstream.cpp:141:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/bindings/wxwidgets/wxPLplotstream.cpp:141:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/bindings/wxwidgets/wxPLplotstream.cpp:141:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/bindings/wxwidgets/wxPLplotstream.cpp:141:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/bindings/wxwidgets/wxPLplotstream.cpp:141:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/bindings/wxwidgets/wxPLplotstream.cpp:141:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/bindings/wxwidgets/wxPLplotstream.cpp:141:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/bindings/wxwidgets/wxPLplotstream.cpp:141:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/bindings/wxwidgets/wxPLplotstream.cpp:141:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplviewer.cpp:67:1: warning: 'virtual wxLog* wxAppConsole::CreateLogTarget()' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplviewer.cpp:67:1: warning: 'virtual wxMessageOutput* wxAppConsole::CreateMessageOutput()' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplviewer.cpp:67:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplviewer.cpp:67:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplviewer.cpp:67:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplviewer.cpp:67:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplviewer.cpp:67:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplviewer.cpp:67:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplviewer.cpp:67:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplviewer.cpp:67:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplviewer.cpp:67:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplframe.cpp:356:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplframe.cpp:356:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplframe.cpp:356:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplframe.cpp:356:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplframe.cpp:356:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplframe.cpp:356:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplframe.cpp:356:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplframe.cpp:356:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplframe.cpp:356:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplframe.cpp:356:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/utils/wxplframe.cpp:356:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets.cpp:513:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets.cpp:513:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets.cpp:513:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets.cpp:513:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets.cpp:513:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets.cpp:513:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets.cpp:513:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets.cpp:513:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets.cpp:513:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets.cpp:513:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets_dev.cpp:1203:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets_dev.cpp:1323:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets_dev.cpp:1323:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets_dev.cpp:1323:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets_dev.cpp:1323:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets_dev.cpp:1323:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets_dev.cpp:1323:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets_dev.cpp:1323:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets_dev.cpp:1323:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets_dev.cpp:1323:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets_dev.cpp:1323:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/drivers/wxwidgets_dev.cpp:1278:35: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result] /builddir/build/BUILD/plplot-5.11.0git/examples/c++/wxPLplotDemo.cpp:138:1: warning: 'virtual wxLog* wxAppConsole::CreateLogTarget()' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/examples/c++/wxPLplotDemo.cpp:138:1: warning: 'virtual wxMessageOutput* wxAppConsole::CreateMessageOutput()' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/examples/c++/wxPLplotDemo.cpp:138:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/examples/c++/wxPLplotDemo.cpp:138:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/examples/c++/wxPLplotDemo.cpp:138:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/examples/c++/wxPLplotDemo.cpp:138:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/examples/c++/wxPLplotDemo.cpp:138:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/examples/c++/wxPLplotDemo.cpp:138:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/examples/c++/wxPLplotDemo.cpp:138:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/examples/c++/wxPLplotDemo.cpp:138:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/examples/c++/wxPLplotDemo.cpp:138:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] /builddir/build/BUILD/plplot-5.11.0git/examples/c++/wxPLplotDemo.cpp:138:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated [-Wdeprecated-declarations] > Phil > > On 22 May 2015 at 01:44, Alan W. Irwin <ir...@be...> wrote: >> On 2015-05-21 22:58+0100 Phil Rosenberg wrote: >> >>> Hi Orion >>> Thanks for the report. I will look at it asap. >> >> >> Hi Phil: >> >> Note, I have fixed the actual error that Orion noted at the end of his >> message by my recent reform of the entire traditional build system. >> However, that change did not address the deprecated warning messages >> he found. As a low priority it would be good for you to eliminate >> those deprecated warnings once you have access to the latest wxwidgets >> (which is apparently what is needed to issue all the deprecated >> warnings since I don't see those with wxwidgets-2.8.12.). >> >> Alan >> __________________________ >> Alan W. Irwin >> >> Astronomical research affiliation with Department of Physics and Astronomy, >> University of Victoria (astrowww.phys.uvic.ca). >> >> Programming affiliations with the FreeEOS equation-of-state >> implementation for stellar interiors (freeeos.sf.net); the Time >> Ephemerides project (timeephem.sf.net); PLplot scientific plotting >> software package (plplot.sf.net); the libLASi project >> (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); >> and the Linux Brochure Project (lbproject.sf.net). >> __________________________ >> >> Linux-powered Science >> __________________________ -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane or...@nw... Boulder, CO 80301 http://www.nwra.com |
From: Orion P. <or...@co...> - 2015-05-22 17:27:45
Attachments:
wx
|
On 05/22/2015 03:58 AM, Phil Rosenberg wrote: > Hi Orion and Alan > I have just fixed the deprecated wxDC::GetLogicalOrigin warning. But I > do not see all the other deprecated warnings you reported Orion on my > Windows wxWidgets 3 system. > > Do you still see them? Which version of wxWidgets are you using? I > presume from the messages you are on Linux? with wxGTK3-devel-3.0.2-5.fc23.x86_64 I get the attached. -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane or...@nw... Boulder, CO 80301 http://www.nwra.com |