Dear PlPlot developers,
                I'm a new user of your library. I write you because I have some 
trouble to install it.
I have tried different configuration and a try to follow the instruction 
without success.
The problem arise always when I try to compile the library with the inclusion 
of wxWidgets.
Until now I try with the last stable version of wxWidgets (3.0.3) and the 
development version (3.1.0).
The platform Is Win 7 64 bit version. The compiler is TDM-GCC (GCC version 5.1) 
32 bit version ( I tried also the 64 bit version).
CMake version 3.7.1 (and 3.8.1) both 32 a 64 bit version.

The wxWidgets are compiled with MONOLITHIC=0 SHARED=1 UNICODE=1 
BUILD=debug/release without a problem.

The CMAKE configuration output is attached. Substantially I have used the 
default configuration and I have changed only the destination path.

I chose to use as Output MinGW Makefiles.

When I try to compile with make command I have some warning and an error.

The only manner to built successfully is to exclude the wxWidgets platform or 
alternatively check OLD_WXWIDGETS flags in CMake configuration.

In this case when I try to include the deprecated library I have many trouble 
in my wxWidgets application. (I can't insert wxPLPlot in my main frame even 
copy the demo project that is located inside the PLPlot packages)



Can you give me any hint?



Thanks in advance.



Best regards,

     Luca Barbieri




[RSE_logo]

Luca Barbieri
RSE S.p.A. - Ricerca sul Sistema Energetico
Via R. Rubattino 54
Milano
telefono +39 02 3992.5279
fax +39 02 3992 5557
e-mail luca.barbi...@rse-web.it<mailto:luca.barbi...@rse-web.it>




RSE SpA ha adottato il Modello Organizzativo ai sensi del D.Lgs.231/2001, in 
forza del quale l'assunzione di obbligazioni da parte della Società avviene con 
firma di un procuratore, munito di idonei poteri.
RSE adopts a Compliance Programme under the Italian Law (D.Lgs.231/2001). 
According to this RSE Compliance Programme, any commitment of RSE is taken by 
the signature of one Representative granted by a proper Power of Attorney. Le 
informazioni contenute in questo messaggio di posta elettronica sono riservate 
e confidenziali e ne e' vietata la diffusione in qualsiasi modo o forma. 
Qualora Lei non fosse la persona destinataria del presente messaggio, La 
invitiamo a non diffonderlo e ad eliminarlo, dandone gentilmente comunicazione 
al mittente. The information included in this e-mail and any attachments are 
confidential and may also be privileged. If you are not the correct recipient, 
you are kindly requested to notify the sender immediately, to cancel it and not 
to disclose the contents to any other person.
The C compiler identification is GNU 5.1.0
Check for working C compiler: C:/TDM-GCC-32/bin/gcc.exe
Check for working C compiler: C:/TDM-GCC-32/bin/gcc.exe -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Detecting C compile features
Detecting C compile features - done
CMake version = 3.8.1
CMAKE_SYSTEM_NAME = Windows
SH_EXECUTABLE = SH_EXECUTABLE-NOTFOUND
WARNING: bash shell not found, ctest will not work properly
Checking whether system has ANSI C header files
Looking for 4 include files stdlib.h, ..., float.h
Looking for 4 include files stdlib.h, ..., float.h - found
Performing Test memchrExists
Performing Test memchrExists - Success
Performing Test freeExists
Performing Test freeExists - Success
Check for whether ctype.h macros work on characters with the
   high bit set.
High-bit characters - work
ANSI C header files - found
Looking for include file unistd.h
Looking for include file unistd.h - found
Looking for include file termios.h
Looking for include file termios.h - not found
Looking for include file stdint.h
Looking for include file stdint.h - found
Looking for crt_externs.h
Looking for crt_externs.h - not found
Performing Test HAVE_SYS_WAIT_H
Performing Test HAVE_SYS_WAIT_H - Failed
Looking for DIR symbol in sys/types.h;dirent.h
Looking for DIR symbol in sys/types.h;dirent.h - found
Check for signal return type in <signal.h>
Check for signal handler return type type void  - found
Looking for popen
Looking for popen - found
Looking for usleep
Looking for usleep - found
Looking for nanosleep
Looking for nanosleep - found
Looking for mkstemp
Looking for mkstemp - not found
Looking for mkdtemp
Looking for mkdtemp - not found
Looking for mkfifo
Looking for mkfifo - not found
Looking for unlink
Looking for unlink - found
Looking for _NSGetArgc
Looking for _NSGetArgc - not found
Looking for isfinite
Looking for isfinite - found
Looking for finite
Looking for finite - found
Looking for isnan
Looking for isnan - found
Looking for isinf
Looking for isinf - found
Looking for snprintf
Looking for snprintf - found
SWIG was not found. Please specify Swig executable location
Could NOT find Perl (missing:  PERL_EXECUTABLE) 
The CXX compiler identification is GNU 5.1.0
Check for working CXX compiler: C:/TDM-GCC-32/bin/g++.exe
Check for working CXX compiler: C:/TDM-GCC-32/bin/g++.exe -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
Check for using namespace support
Check for using namespace - found
Looking for C++ include cmath
Looking for C++ include cmath - found
Check for broken isnan support in <cmath>
Check for isnan in <cmath> - found
Check for using stdint.h with CXX compiler
Check for using stdint.h with CXX compiler - ok
Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE) 
Looking for pkg-config - not found
WARNING: Makefile+pkg-config version of examples build in the install tree will 
not work.
X11_FOUND = 
X11_INCLUDE_DIR = 
X11_COMPILE_FLAGS = 
X11_LIBRARIES = 
A test cmake run with language = Fortran enabled failed.
Specify -DENABLE_compiler_diagnostics=ON to see full CMake diagnostics 
concerning this failure.
WARNING: no working Fortran compiler so disabling f95 binding and examples.
WARNING: swig not found. Disabling Java binding
WARNING: Python binding fixup requires sed which was not found. Disabling 
Python binding
WARNING: swig not found. Disabling Octave binding
Start determining consistent system data for Tcl and friends
Could NOT find Tclsh (missing:  TCL_TCLSH) 
Could NOT find TCL (missing:  TCL_LIBRARY TCL_INCLUDE_PATH) 
Could NOT find TCLTK (missing:  TCL_LIBRARY TCL_INCLUDE_PATH TK_LIBRARY 
TK_INCLUDE_PATH) 
Could NOT find TK (missing:  TK_LIBRARY TK_INCLUDE_PATH) 
Looking for Tcl - not found
WARNING: setting ENABLE_tcl to OFF
WARNING: ENABLE_tcl is OFF so disabling everything else that is Tcl/Tk related
A test cmake run with language = Ada enabled failed.
Specify -DENABLE_compiler_diagnostics=ON to see full CMake diagnostics 
concerning this failure.
WARNING: no working Ada compiler so disabling Ada binding and examples.
WARNING: swig not found. Disabling Lua binding
WARNING: SHAPELIB not found.  Setting HAVE_SHAPELIB to OFF.
Could NOT find Freetype (missing:  FREETYPE_LIBRARY FREETYPE_INCLUDE_DIRS) 
Check for NaN awareness in C compiler
Check for NaN awareness in C compiler - found
Neither qhull/qhull_a.h header nor libqhull/qhull_a.h could be found
qhull library could not be found
Could NOT find QHULL (missing:  QHULL_INCLUDE_DIRS QHULL_LIBRARIES 
QHULL_LIBRARY_DIRS) 
QHULL_INCLUDE_DIRS = 
QHULL_LIBRARIES = 
WARNING: at least one of QHULL_INCLUDE_DIRS or QHULL_LIBRARIES is false so 
setting PL_HAVE_QHULL to OFF.
WARNING: pango not found because pkg-config not available.
WARNING: pkg-config not found. Setting cairo drivers to OFF.
WARNING: ENABLE_tk OFF.  Therefore turning off tk, tkwin, and ntk devices
WARNING: pkg-config not found. Setting PLD_psttf to OFF.
Found unsuitable Qt version "" from NOTFOUND
WARNING: Suitable Qt4 development environment not found so trying Qt5 instead.
CMake Warning at cmake/modules/qt.cmake:144 (find_package):
  By not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Qt5", but
  CMake did not find one.

  Could not find a package configuration file provided by "Qt5" (requested
  version 5.3.1) with any of the following names:

    Qt5Config.cmake
    qt5-config.cmake

  Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR"
  to a directory containing one of the above files.  If "Qt5" provides a
  separate development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
  cmake/modules/drivers.cmake:96 (include)
  cmake/modules/plplot.cmake:549 (include)
  CMakeLists.txt:137 (include)


WARNING: Suitable Qt5 development environment not found so disabling qt
WARNING: ENABLE_qt is OFF so setting all qt devices to OFF.
WARNING: PLPLOT_USE_QT5 is ON so setting ENABLE_pyqt4 to OFF.
WARNING: ENABLE_python is OFF so setting ENABLE_pyqt5 to OFF.
Looking for gdi32 header and library
Looking for gdi32 header and library - found
wxWidgets_FOUND           : TRUE
wxWidgets_INCLUDE_DIRS    : 
C:/wxWidgets310/lib/gcc_dll/mswu;C:/wxWidgets310/include
wxWidgets_LIBRARY_DIRS    : 
wxWidgets_LIBRARIES       : 
debug;C:/wxWidgets310/lib/gcc_dll/libwxbase31ud.a;optimized;C:/wxWidgets310/lib/gcc_dll/libwxbase31u.a;debug;C:/wxWidgets310/lib/gcc_dll/libwxmsw31ud_core.a;optimized;C:/wxWidgets310/lib/gcc_dll/libwxmsw31u_core.a;debug;C:/wxWidgets310/lib/gcc_dll/libwxpngd.a;optimized;C:/wxWidgets310/lib/gcc_dll/libwxpng.a;debug;C:/wxWidgets310/lib/gcc_dll/libwxtiffd.a;optimized;C:/wxWidgets310/lib/gcc_dll/libwxtiff.a;debug;C:/wxWidgets310/lib/gcc_dll/libwxjpegd.a;optimized;C:/wxWidgets310/lib/gcc_dll/libwxjpeg.a;debug;C:/wxWidgets310/lib/gcc_dll/libwxzlibd.a;optimized;C:/wxWidgets310/lib/gcc_dll/libwxzlib.a;debug;C:/wxWidgets310/lib/gcc_dll/libwxregexud.a;optimized;C:/wxWidgets310/lib/gcc_dll/libwxregexu.a;debug;C:/wxWidgets310/lib/gcc_dll/libwxexpatd.a;optimized;C:/wxWidgets310/lib/gcc_dll/libwxexpat.a;winmm;comctl32;rpcrt4;wsock32
wxWidgets_CXX_FLAGS       : 
wxWidgets_USE_FILE        : UsewxWidgets
Checking whether wxwidgets version >= 3.0.0
Performing Test WX_VERSION_LARGE_ENOUGH
Performing Test WX_VERSION_LARGE_ENOUGH - Success
wxwidgets_COMPILE_FLAGS = -IC:/wxWidgets310/lib/gcc_dll/mswu 
-IC:/wxWidgets310/include -DWXUSINGDLL -DUNICODE -D_UNICODE 
wxwidgets_LINK_FLAGS = 
debug;C:/wxWidgets310/lib/gcc_dll/libwxbase31ud.a;optimized;C:/wxWidgets310/lib/gcc_dll/libwxbase31u.a;debug;C:/wxWidgets310/lib/gcc_dll/libwxmsw31ud_core.a;optimized;C:/wxWidgets310/lib/gcc_dll/libwxmsw31u_core.a;debug;C:/wxWidgets310/lib/gcc_dll/libwxpngd.a;optimized;C:/wxWidgets310/lib/gcc_dll/libwxpng.a;debug;C:/wxWidgets310/lib/gcc_dll/libwxtiffd.a;optimized;C:/wxWidgets310/lib/gcc_dll/libwxtiff.a;debug;C:/wxWidgets310/lib/gcc_dll/libwxjpegd.a;optimized;C:/wxWidgets310/lib/gcc_dll/libwxjpeg.a;debug;C:/wxWidgets310/lib/gcc_dll/libwxzlibd.a;optimized;C:/wxWidgets310/lib/gcc_dll/libwxzlib.a;debug;C:/wxWidgets310/lib/gcc_dll/libwxregexud.a;optimized;C:/wxWidgets310/lib/gcc_dll/libwxregexu.a;debug;C:/wxWidgets310/lib/gcc_dll/libwxexpatd.a;optimized;C:/wxWidgets310/lib/gcc_dll/libwxexpat.a;winmm;comctl32;rpcrt4;wsock32
Looking for haru pdf header and library
Looking for haru pdf header and library - not found
WARNING: Setting PLD_pdf to OFF.
WARNING: The ocamlc application not found. Disabling OCaml binding
WARNING: ENABLE_ocaml is OFF so disabling Plcairo module and lablgtk2 support
WARNING: validate target will not be available to check for syntax issues in 
the PLplot DocBook documentation because onsgmls (or env) was not found.
pc_libplplot_LINK_FLAGS = -lcsirocsa;-lqsastime
WARNING: Perl modules XML::Parser and/or XML::DOM not available
   so cannot check that swig_documentation.i is up to date.
WARNING: pkg-config not found so extXdrawable_demo, and ext-cairo-test not 
built.

Summary of CMake build system results for PLplot

Install location variables which can be set by the user:
CMAKE_INSTALL_PREFIX:      C:/plplot
CMAKE_INSTALL_EXEC_PREFIX  C:/plplot
CMAKE_INSTALL_BINDIR       C:/plplot/bin
CMAKE_INSTALL_DATADIR      C:/plplot/share
CMAKE_INSTALL_LIBDIR       C:/plplot/lib
CMAKE_INSTALL_INCLUDEDIR   C:/plplot/include
CMAKE_INSTALL_INFODIR      C:/plplot/share/info
CMAKE_INSTALL_MANDIR       C:/plplot/share/man

Derived install location variables:
DATA_DIR        C:/plplot/share/plplot5.12.0
LIB_DIR         C:/plplot/lib
INCLUDE_DIR     C:/plplot/include/plplot
BIN_DIR         C:/plplot/bin
TCL_DIR         C:/plplot/share/plplot5.12.0/tcl
ADA_INCLUDE_DIR C:/plplot/share/ada/adainclude/plplotada
ADA_LIB_DIR     C:/plplot/lib/ada/adalib/plplotada
PYTHON_INSTDIR  
DRV_DIR         C:/plplot/lib/plplot5.12.0/drivers
DOC_DIR         C:/plplot/share/doc/plplot
MAN_DIR         C:/plplot/share/man
INFO_DIR        C:/plplot/share/info

Other important CMake variables:

CMAKE_SYSTEM_NAME:      Windows
UNIX:                   
WIN32:                  1
APPLE:                  
MSVC:                           (MSVC_VERSION:  )
MINGW:                  1
MSYS:                   
CYGWIN:                 
BORLAND:                
WATCOM:           

SWIG_FOUND:             FALSE
PERL_FOUND:             FALSE
X11_FOUND:              

CMAKE_BUILD_TYPE:       
CMAKE_C_COMPILER CMAKE_C_FLAGS:                 C:/TDM-GCC-32/bin/gcc.exe 
CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS:             C:/TDM-GCC-32/bin/g++.exe 

ENABLE_DYNDRIVERS:      ON
DRIVERS_LIST: mem;null;ps;svg;wingcc;wxwidgets;xfig
DEVICES_LIST: mem;null;ps;svg;wingcc;wxwidgets;xfig

Library options:
BUILD_SHARED_LIBS:      ON              PL_DOUBLE:      ON

Optional libraries:
PL_HAVE_QHULL:          OFF             WITH_CSA:       ON
PL_HAVE_FREETYPE:                       PL_HAVE_PTHREAD:        
HAVE_AGG:                               HAVE_SHAPELIB:  OFF

Language Bindings:
ENABLE_ada:             OFF
ENABLE_cxx:             ON
ENABLE_d:               OFF
ENABLE_f95:             OFF
ENABLE_java:            OFF
ENABLE_lua:             OFF
ENABLE_ocaml:           OFF
ENABLE_octave:          OFF
ENABLE_pdl:             OFF
ENABLE_python:          OFF
ENABLE_qt:              OFF
ENABLE_pyqt4:           OFF
ENABLE_pyqt5:           OFF
ENABLE_tcl:             OFF
ENABLE_itcl:            OFF
ENABLE_tk:              OFF
ENABLE_itk:             OFF
ENABLE_wxwidgets:       ON

Configuring done
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:1708:1: warning: 
'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated: 
use SetInitialSize() instead. [-Wdepr
ecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets.h:31,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:44:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:1708:1: warning: 
'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated: 
use SetInitialSize() instead. [-Wdepr
ecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets.h:31,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:44:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:1708:1: warning: 
'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated: 
use SetInitialSize() instead. [-Wdepr
ecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets.h:31,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:44:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:1708:1: warning: 
'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated: 
use SetInitialSize() instead. [-Wdepr
ecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets.h:31,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:44:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:1708:1: warning: 
'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated: 
use SetInitialSize() instead. [-Wdepr
ecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets.h:31,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:44:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:1708:1: warning: 
'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated: 
use SetInitialSize() instead. [-Wdepr
ecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets.h:31,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:44:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
Scanning dependencies of target plplotwxwidgets
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:1708:1: warning: 
'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated: 
use SetInitialSize() instead. [-Wdepr
ecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets.h:31,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:44:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:1708:1: warning: 
'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated: 
use SetInitialSize() instead. [-Wdepr
ecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets.h:31,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:44:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:1708:1: warning: 
'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated: 
use SetInitialSize() instead. [-Wdepr
ecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets.h:31,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:44:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:1708:1: warning: 
'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated: 
use SetInitialSize() instead. [-Wdepr
ecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets.h:31,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:44:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:1708:1: warning: 
'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated: 
use SetInitialSize() instead. [-Wdepr
ecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets.h:31,
                 from 
D:\Download\WX\plplot5120\plplot5210\drivers\wxwidgets_dev.cpp:44:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
[ 89%] Built target test_wingcc_dyndriver
drivers\CMakeFiles\wxwidgets.dir\build.make:112: recipe for target 
'drivers/CMakeFiles/wxwidgets.dir/wxwidgets_dev.cpp.obj' failed
mingw32-make[2]: *** [drivers/CMakeFiles/wxwidgets.dir/wxwidgets_dev.cpp.obj] 
Error 1
CMakeFiles\Makefile2:1402: recipe for target 
'drivers/CMakeFiles/wxwidgets.dir/all' failed
mingw32-make[1]: *** [drivers/CMakeFiles/wxwidgets.dir/all] Error 2
mingw32-make[1]: *** Waiting for unfinished jobs....
[ 91%] Linking C executable pltek.exe
[ 91%] Built target pltek
[ 91%] Building CXX object 
bindings/wxwidgets/CMakeFiles/plplotwxwidgets.dir/wxPLplotstream.cpp.obj
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:150:1:
 warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is 
deprecated: use SetInitialSize() inste
ad. [-Wdeprecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:22:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:150:1:
 warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is 
deprecated: use SetInitialSize() inste
ad. [-Wdeprecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:22:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:150:1:
 warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is 
deprecated: use SetInitialSize() inste
ad. [-Wdeprecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:22:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:150:1:
 warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is 
deprecated: use SetInitialSize() inste
ad. [-Wdeprecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:22:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:150:1:
 warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is 
deprecated: use SetInitialSize() inste
ad. [-Wdeprecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:22:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:150:1:
 warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is 
deprecated: use SetInitialSize() inste
ad. [-Wdeprecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:22:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:150:1:
 warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is 
deprecated: use SetInitialSize() inste
ad. [-Wdeprecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:22:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:150:1:
 warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is 
deprecated: use SetInitialSize() inste
ad. [-Wdeprecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:22:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:150:1:
 warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is 
deprecated: use SetInitialSize() inste
ad. [-Wdeprecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:22:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:150:1:
 warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is 
deprecated: use SetInitialSize() inste
ad. [-Wdeprecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:22:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:150:1:
 warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is 
deprecated: use SetInitialSize() inste
ad. [-Wdeprecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:22:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:150:1:
 warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is 
deprecated: use SetInitialSize() inste
ad. [-Wdeprecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:22:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:150:1:
 warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is 
deprecated: use SetInitialSize() inste
ad. [-Wdeprecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:22:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:150:1:
 warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is 
deprecated: use SetInitialSize() inste
ad. [-Wdeprecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:22:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:150:1:
 warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is 
deprecated: use SetInitialSize() inste
ad. [-Wdeprecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:22:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:150:1:
 warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is 
deprecated: use SetInitialSize() inste
ad. [-Wdeprecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:22:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:150:1:
 warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is 
deprecated: use SetInitialSize() inste
ad. [-Wdeprecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:22:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:150:1:
 warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is 
deprecated: use SetInitialSize() inste
ad. [-Wdeprecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:22:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:150:1:
 warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is 
deprecated: use SetInitialSize() inste
ad. [-Wdeprecated-declarations]
 }
 ^
In file included from C:/wxWidgets310/include/wx/wx.h:38:0,
                 from 
D:\Download\WX\plplot5120\plplot5210\bindings\wxwidgets\wxPLplotstream.cpp:22:
C:/wxWidgets310/include/wx/window.h:1917:13: note: declared here
 inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
             ^
[ 92%] Linking CXX shared library ..\..\dll\libplplotwxwidgets.dll
[ 92%] Built target plplotwxwidgets
Makefile:150: recipe for target 'all' failed
mingw32-make: *** [all] Error 2
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to