Hi Günter:

I have put my reply to your message on the plplot-general mailing list
since your remarks and mine will be of interest to subscribers there.
Therefore, if you have not already subscribed to that list you should do so
now since that is where such support requests are normally addressed.

More below in context.

On 2019-01-03 19:29+0100 Günter Kanisch wrote:

Dear Alan,

After a longer time having worked with the 32-bit version of plplot under Windows, I want to migrate now to the 64-bit executable of my Fortran/GTK/plplot program.  The fortran mathematics and the GTK gui are already running as an 64-bit executable. However, building now plplot-5.14.0 fails with linking the cairo.dll (in the path .. drivers/CMakeFiles/cairo.dir) resulting in two error messages: unknown reference to 'g_object_unref' .

I am working with MSYS2 (installed under d:\msys64\mingw64 under Windows 10); it contains the 64-bitcompilers and GTK and so on, but also mingw32-make.exe.

I tried it for some days now - and could not solve the problem. At least, its seems that cmake finds all the correct 64-bit versions of exe and dll files.

I attach a text file containing the console output of the cmake and thereafter of the mingw32-make command(s), executed by a small bacth file. The cairo-related errors appears at the end of the file. I cannot exclude that the two commands (cmake and then mingw32-make) which I used are not sufficient for a complete build.

Can you recommend some changes in my build steps which I could try then here?

I have no direct knowledge of the MinGW-w64/MSYS2 platform, but I keep
in close touch with the PLplot developer Arjen Markus (who will be
reading this on the plplot-general mailing list) who has had great
recent success with the 64-bit MinGW-w64/MSYS2 platform.  That is, you
will see at <https://sourceforge.net/p/plplot/wiki/Testing_Reports/>
that Arjen has achieved almost perfect comprehensive test results with
this platform in October.  So there is excellent hope you will be able
to achieve that near-perfection as well with PLplot on this platform.
:-)

I have just looked at the report from that test (which he shared with
me), and it appears his pango, and cairo CMake find results were
similar to the ones you have attached, i.e.,

irwin@merlin> grep -Ei 'cairo|pango' 
Arjen.Markus/20181026/MSYS2/shared/noninteractive/output_tree/cmake.out
-- Checking for module 'pango'
--   Found pango, version 1.42.1
-- Checking for module 'pangoft2'
--   Found pangoft2, version 1.42.1
-- Checking for module 'pangocairo'
--   Found pangocairo, version 1.42.1
-- WARNING: X windows not found. Setting xcairo driver to OFF.
-- Checking for modules 'lasi;pango;pangoft2'
-- WARNING: pango, pangoft2, or lasi not found with pkg-config.
-- WARNING: ENABLE_ocaml is OFF so disabling Plcairo module and lablgtk2 support
-- Determine compile and link flags for ext-cairo-test
-- Checking for module 'cairo'
--   Found cairo, version 1.15.12
DRIVERS_LIST: cairo;qt;mem;ntk;null;pdf;ps;svg;wingcc;xfig
DEVICES_LIST: 
memcairo;extcairo;pdfcairo;pngcairo;pscairo;epscairo;svgcairo;wincairo;pdfqt;qtwidget;bmpqt;jpgqt;pngqt;ppmqt;tiffqt;extqt;memqt;svgqt;mem;ntk;null;pdf;ps;psc;svg;wingcc;xfig

irwin@merlin> grep -Ei 'cairo|pango' Günter.Kanisch/20190103/MSYS2/text9.txt -- Checking for module 'pango'
--   Found pango, version 1.43.0
-- Checking for module 'pangoft2'
--   Found pangoft2, version 1.43.0
-- Checking for module 'pangocairo'
--   Found pangocairo, version 1.43.0
-- WARNING: X windows not found. Setting xcairo driver to OFF.
-- Checking for modules 'lasi;pango;pangoft2'
-- WARNING: pango, pangoft2, or lasi not found with pkg-config.
-- WARNING: ENABLE_ocaml is OFF so disabling Plcairo module and lablgtk2 support
-- Determine compile and link flags for ext-cairo-test
-- Checking for module 'cairo'
--   Found cairo, version 1.16.0
DRIVERS_LIST: cairo;mem;ntk;null;pdf;ps;svg;wingcc;xfig
DEVICES_LIST: 
memcairo;extcairo;pdfcairo;pngcairo;pscairo;epscairo;svgcairo;wincairo;mem;ntk;null;pdf;ps;psc;svg;wingcc;xfig
[...] (I have excluded build results to make yours comparable with Arjen's 
cmake results.)

So it appears you have found slightly newever versions of the same
pango and cairo libraries found by Arjen so I don't see any issues with your
configuration.

@Arjen: will you double check that please?

@Günter

However, a possible issue is you have used the "MinGW-Makefiles"
generator.  In theory, that is supposed to work correctly on the
MinGW-w64/MSYS2 platform with mingw32-make, but Arjen has not yet
tried testing that variant, and it is possible there is some cairo
configuration issue or even "MinGW-Makefiles" cmake generator issue
for that case which is not an issue if you use the "Unix Makefiles"
generator with make (that Arjen used for his test as you can see from
the wiki test report).

Furthermore, here are the differences in the actual cairo build between Arjen
and you.

Arjen's build result:

[ 13%] Building C object drivers/CMakeFiles/cairo.dir/cairo.c.obj
cd 
D:/plplot-svn/comprehensive_test_disposeable/shared/noninteractive/build_tree/drivers 
&& D:/msys64-new/mingw64/bin/cc.exe -DPLPLOT_HAVE_CONFIG_H -DUSINGDLL 
-Dcairo_EXPORTS @CMakeFiles/cairo.dir/includes_C.rsp  -mms-bitfields 
-ID:/msys64-new/mingw64/include/pango-1.0 -ID:/msys64-new/mingw64/include/fribidi 
-ID:/msys64-new/mingw64/include/cairo -ID:/msys64-new/mingw64/include/pixman-1 
-ID:/msys64-new/mingw64/include -ID:/msys64-new/mingw64/include/freetype2 
-ID:/msys64-new/mingw64/include -ID:/msys64-new/mingw64/include/harfbuzz 
-ID:/msys64-new/mingw64/include/glib-2.0 -ID:/msys64-new/mingw64/lib/glib-2.0/include 
-ID:/msys64-new/mingw64/include -ID:/msys64-new/mingw64/include/libpng16 
-ID:/msys64-new/mingw64/include -o CMakeFiles/cairo.dir/cairo.c.obj   -c 
D:/plplot-svn/plplot-git/drivers/cairo.c
[ 13%] Linking C shared module ../dll/cairo.dll
cd 
D:/plplot-svn/comprehensive_test_disposeable/shared/noninteractive/build_tree/drivers 
&& D:/msys64-new/mingw64/bin/cmake.exe -E remove -f 
CMakeFiles/cairo.dir/objects.a
cd 
D:/plplot-svn/comprehensive_test_disposeable/shared/noninteractive/build_tree/drivers 
&& D:/msys64-new/mingw64/bin/ar.exe cr CMakeFiles/cairo.dir/objects.a 
@CMakeFiles/cairo.dir/objects1.rsp
cd 
D:/plplot-svn/comprehensive_test_disposeable/shared/noninteractive/build_tree/drivers 
&& D:/msys64-new/mingw64/bin/cc.exe    -shared -o ../dll/cairo.dll 
-Wl,--major-image-version,0,--minor-image-version,0 -Wl,--whole-archive 
CMakeFiles/cairo.dir/objects.a -Wl,--no-whole-archive @CMakeFiles/cairo.dir/linklibs.rsp
make[3]: Leaving directory 
'/d/plplot-svn/comprehensive_test_disposeable/shared/noninteractive/build_tree'
[ 13%] Built target cairo


Your result (from the attached file):

[ 42%] Building C object drivers/CMakeFiles/cairo.dir/cairo.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\drivers && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dcairo_EXPORTS @CMakeFiles/cairo.dir/includes_C.rsp  
-mms-bitfields -Id:/msys64/mingw64/include/pango-1.0 
-Id:/msys64/mingw64/include/fribidi -Id:/msys64/mingw64/include 
-Id:/msys64/mingw64/include/cairo -Id:/msys64/mingw64/include 
-Id:/msys64/mingw64/lib/libffi-3.2.1/include -Id:/msys64/mingw64/include/pixman-1 
-Id:/msys64/mingw64/include -Id:/msys64/mingw64/include/freetype2 
-Id:/msys64/mingw64/include -Id:/msys64/mingw64/include/harfbuzz 
-Id:/msys64/mingw64/include/glib-2.0 -Id:/msys64/mingw64/lib/glib-2.0/include 
-Id:/msys64/mingw64/include -Id:/msys64/mingw64/include/libpng16 
-Id:/msys64/mingw64/include -o CMakeFiles\cairo.dir\cairo.c.obj   -c 
D:\plplot-5.14.0\drivers\cairo.c
[ 42%] Linking C shared module ..\dll\cairo.dll
cd /d D:\plplot-5.14.0\buildmingw64\drivers && D:\msys64\mingw64\bin\cmake.exe 
-E cmake_link_script CMakeFiles\cairo.dir\link.txt --verbose=1
D:\msys64\mingw64\bin\cmake.exe -E remove -f CMakeFiles\cairo.dir/objects.a
D:\msys64\mingw64\bin\ar.exe cr CMakeFiles\cairo.dir/objects.a 
@CMakeFiles\cairo.dir\objects1.rsp
D:\msys64\mingw64\bin\gcc.exe    -shared -o ..\dll\cairo.dll 
-Wl,--major-image-version,0,--minor-image-version,0 -Wl,--whole-archive 
CMakeFiles\cairo.dir/objects.a -Wl,--no-whole-archive 
@CMakeFiles\cairo.dir\linklibs.rsp
CMakeFiles\cairo.dir/objects.a(cairo.c.obj):cairo.c:(.text+0x1279): undefined 
reference to `g_object_unref'
CMakeFiles\cairo.dir/objects.a(cairo.c.obj):cairo.c:(.text+0x16f4): undefined 
reference to `g_object_unref'
collect2.exe: error: ld returned 1 exit status
mingw32-make[2]: *** [drivers\CMakeFiles\cairo.dir\build.make:97: 
dll/cairo.dll] Error 1
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
mingw32-make[1]: *** [CMakeFiles\Makefile2:1733: 
drivers/CMakeFiles/cairo.dir/all] Error 2
mingw32-make[1]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
mingw32-make: *** [Makefile:154: all] Error 2

So it appears your link step for our cairo device driver is quite
different from Arjen's.  It's possible these differences are due to
Arjen still using Windows 7 for his last comprehensive test while you
are using Windows 10.  But ideally CMake should be able to adjust for
those differences.

Anyhow, to get closer to the combination that works well for Arjen,
I suggest you install the msys/bash and msys/make packages
(which includes the Unix-style "make" command) from the msys archive
and try the "Unix Makefiles" generator instead with make (run from a
bash command line).

Note, if you want to go back to the "MinGW Makefiles" approach after
trying "Unix Makefiles" (or the very similar "MSYS Makefiles") then
you will have to remove the msys/bash package which is incompatible
with the "MinGW Makefiles" generator without a hack I know (remove the
sh.exe copy of bash.exe) to work around that issue.

By the way, if you still continue to have cairo linking problems when
you switch to "Unix Makefiles" generator + msys make, I hope you will
be willing to send this list a report tarball containing everything we
need to know.  This is only possible on platforms with bash
which is another reason for you to install msys/make and msys/bash.

On such platforms the way you create that tarball
is simply to run

scripts/comprehensive_testing.sh

For a lot of important details about that script please look at
<https://sourceforge.net/p/plplot/wiki/Testing_PLplot/>

By the way: I observed that I do not know the libplplotfortran.dll. Does it replace one/some other dlls I have used previously?

libplplotfortran contains our modern Fortran binding for PLplot so it
is essential for you with PLplot-5.14.0 (and also at least one
previous version).  So I infer you are trying to upgrade from a fairly
old version of PLplot.  I highly encourage that step because of all
the bug fixing and new features available with modern PLplot, but it
does involve some "upgrade pain" for you.  But I hope such discussions
as these will ease that pain for you.

Thank you very much in advance - and all the best for a successful new year!

Thanks, and you too.

Alan
__________________________
Alan W. Irwin

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
__________________________
Batch file plplot_install_5.14.bat:

PATH=C:\Program Files (x86)\Common 
Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;d:\msys64\mingw64\bin;d:\msys64\mingw64\lib;d:\plplot-5.14.0\buildmingw64\dll;
d:\msys64\mingw64\bin\cmake -G "MinGW Makefiles" -DENABLE_FORTRAN:BOOL=ON 
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_PREFIX=install ..
d:\msys64\mingw64\bin\mingw32-make install


#######################################################################################

Starting the batch:

D:\plplot-5.14.0\buildmingw64>plplot_install_5.14.bat

D:\plplot-5.14.0\buildmingw64>PATH=C:\Program Files (x86)\Common 
Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;d:\msys64\mingw64\bin;d:\msys64\mingw64\lib;d:\plplot-5.14.0\buildmingw64\dll;

D:\plplot-5.14.0\buildmingw64>d:\msys64\mingw64\bin\cmake -G "MinGW Makefiles" 
-DENABLE_FORTRAN:BOOL=ON -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON 
-DCMAKE_INSTALL_PREFIX=install ..
-- The C compiler identification is GNU 8.2.1
-- Check for working C compiler: D:/msys64/mingw64/bin/gcc.exe
-- Check for working C compiler: D:/msys64/mingw64/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_SYSTEM_NAME = Windows
-- CMAKE_COMMAND = D:/msys64/mingw64/bin/cmake.exe
-- CMAKE_VERSION = 3.12.4
-- CMAKE_GENERATOR = MinGW Makefiles
-- CMAKE_INCLUDE_PATH =
-- Environment variable CMAKE_INCLUDE_PATH =
-- CMAKE_LIBRARY_PATH =
-- Environment variable CMAKE_LIBRARY_PATH =
-- CMAKE_PLATFORM_INFO_DIR = D:/plplot-5.14.0/buildmingw64/CMakeFiles/3.12.4
-- 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 - 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
-- Could NOT find SWIG (missing: SWIG_EXECUTABLE SWIG_DIR)
-- Could NOT find Perl (missing: PERL_EXECUTABLE)
-- The CXX compiler identification is GNU 8.2.1
-- Check for working CXX compiler: D:/msys64/mingw64/bin/g++.exe
-- Check for working CXX compiler: D:/msys64/mingw64/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
-- Found PkgConfig: D:/msys64/mingw64/bin/pkg-config.exe (found version 
"0.29.2")
-- Looking for pkg-config - found
-- cxx_compiler_library_pathname_list = 
D:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/8.2.1/libstdc++.dll.a;D:/msys64/mingw64/x86_64-w64-mingw32/lib/libmingw32.a;D:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/8.2.1/libgcc_s.a;D:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/8.2.1/libgcc.a;D:/msys64/mingw64/x86_64-w64-mingw32/lib/libmoldname.a;D:/msys64/mingw64/x86_64-w64-mingw32/lib/libmingwex.a;D:/msys64/mingw64/x86_64-w64-mingw32/lib/libpthread.dll.a;D:/msys64/mingw64/x86_64-w64-mingw32/lib/libadvapi32.a;D:/msys64/mingw64/x86_64-w64-mingw32/lib/libshell32.a;D:/msys64/mingw64/x86_64-w64-mingw32/lib/libuser32.a;D:/msys64/mingw64/x86_64-w64-mingw32/lib/libkernel32.a;D:/msys64/mingw64/x86_64-w64-mingw32/lib/libmingw32.a;D:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/8.2.1/libgcc_s.a;D:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/8.2.1/libgcc.a;D:/msys64/mingw64/x86_64-w64-mingw32/lib/libmoldname.a;D:/msys64/mingw64/x86_64-w64-mingw32/lib/libmingwex.a
-- X11_FOUND =
-- X11_INCLUDE_DIR =
-- X11_COMPILE_FLAGS =
-- X11_LIBRARIES =
-- The Fortran compiler identification is GNU 8.2.1
-- Check for working Fortran compiler: D:/msys64/mingw64/bin/gfortran.exe
-- Check for working Fortran compiler: D:/msys64/mingw64/bin/gfortran.exe  -- 
works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether D:/msys64/mingw64/bin/gfortran.exe supports Fortran 90
-- Checking whether D:/msys64/mingw64/bin/gfortran.exe supports Fortran 90 -- 
yes
-- Check if isnan function is available in fortran
-- Check for isnan in fortran - not found
-- NOTICE: Found: D:/msys64/mingw64/bin/gfortran.exe
-- 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
-- Found Tclsh: D:/msys64/mingw64/bin/tclsh.exe (found version "8.6")
-- Found TCL: D:/msys64/mingw64/lib/libtcl.dll.a
-- Found TCLTK: D:/msys64/mingw64/lib/libtcl.dll.a
-- Found TK: D:/msys64/mingw64/lib/libtk.dll.a
-- Looking for Tcl - found
-- TCL_INCLUDE_PATH = D:/msys64/mingw64/include
-- TCL_LIBRARY = D:/msys64/mingw64/lib/libtcl.dll.a
-- TCL_STUB_LIBRARY = D:/msys64/mingw64/lib/libtclstub86.a
-- TCL_LIBRARY_PATH = D:/msys64/mingw64/lib
-- Looking for tclsh - found
-- TCL_TCLSH = D:/msys64/mingw64/bin/tclsh.exe
-- Looking for Tcl version with tclsh - found
-- PLPLOT_TCL_VERSION = 8.6.9
can't find package Itcl 3
    while executing
"package require Itcl 3"
    invoked from within
"puts -nonewline [package require Itcl 3]"
    (file "D:/plplot-5.14.0/buildmingw64/CheckITCL_Available.tcl" line 1)
-- Itcl not available or not compatible with current Tcl shell
-- WARNING: Disabling Itcl interface code
-- Looking for Tk - found
-- TK_INCLUDE_PATH = D:/msys64/mingw64/include
-- TK_LIBRARY = D:/msys64/mingw64/lib/libtk.dll.a
-- TK_STUB_LIBRARY = D:/msys64/mingw64/lib/libtkstub86.a
-- TK_LIBRARY_PATH = D:/msys64/mingw64/lib
-- Looking for wish - found
-- TK_WISH = D:/msys64/mingw64/bin/wish.exe
-- Looking for Tk version with wish - found
-- Tcl and Tk versions found by both tclsh and wish are identical
can't find package Itk 3
    while executing
"package require Itk 3"
    invoked from within
"puts -nonewline [package require Itk 3]"
    (file "D:/plplot-5.14.0/buildmingw64/CheckITK_Available.tcl" line 1)
-- Itk not available or not compatible with current Tcl shell
-- WARNING: Disabling Itk interface code
-- Finished determining consistent system data for Tcl and friends
-- 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
-- FindShapelib: Found shapelib header directory, D:/msys64/mingw64/include, 
and library, D:/msys64/mingw64/lib/libshp.dll.a.
-- Found Freetype: D:/msys64/mingw64/lib/libfreetype.dll.a (found version 
"2.9.1")
-- FREETYPE_CFLAGS = -ID:/msys64/mingw64/include/freetype2
-- FREETYPE_LIBRARIES = D:/msys64/mingw64/lib/libfreetype.dll.a
-- 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.
-- Checking for module 'pango'
--   Found pango, version 1.43.0
-- Checking for module 'pangoft2'
--   Found pangoft2, version 1.43.0
-- Checking for module 'pangocairo'
--   Found pangocairo, version 1.43.0
-- WARNING: X windows not found. Setting xcairo driver to OFF.
-- WARNING: X11 not found.  Therefore turning off tk and tkwin devices that 
depend on it
-- TKLIB_COMPILE_FLAGS = -I"D:/msys64/mingw64/include"
-- ntk_COMPILE_FLAGS = -I"D:/msys64/mingw64/include" 
-I"D:/msys64/mingw64/include"
-- ntk_LINK_FLAGS = 
D:/msys64/mingw64/lib/libtcl.dll.a;D:/msys64/mingw64/lib/libtk.dll.a
-- ntk_RPATH =
-- Checking for modules 'lasi;pango;pangoft2'
--   No package 'lasi' found
includedir =
libdir =
linkflags =
cflags =
-- WARNING: pango, pangoft2, or lasi not found with pkg-config.
   Setting PLD_psttf and PLD_psttfc to OFF.  Please install all of these 
packages
   and/or set the environment variable PKG_CONFIG_PATH appropriately.
-- 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:541 (include)
  CMakeLists.txt:157 (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
-- Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES 
wxWidgets_INCLUDE_DIRS) (Required is at least version "3.0.0")
-- wxWidgets_FOUND             : FALSE
-- wxWidgets_INCLUDE_DIRS      :
-- wxWidgets_LIBRARIES         :
-- wxWidgets_LIBRARY_DIRS      :
-- wxWidgets_DEFINITIONS       : UNICODE;_UNICODE
-- wxWidgets_DEFINITIONS_DEBUG :
-- WARNING: wxWidgets or its libraries not found so setting all wxwidgets 
devices to OFF.
-- WARNING: PLD_wxwidgets is OFF so setting ENABLE_wxwidgets to OFF.
-- WARNING: ENABLE_wxwidgets is OFF so setting all wxwidgets devices to OFF.
-- Looking for haru pdf header and library
-- Findhpdf: Found haru header directory, D:/msys64/mingw64/include, and 
library, D:/msys64/mingw64/lib/libhpdf.dll.a.
-- Looking for haru pdf header and library - found
-- Checking whether libharu version >= 2.3.0
-- Performing Test LIBHARU_VERSION_LARGE_ENOUGH
-- Performing Test LIBHARU_VERSION_LARGE_ENOUGH - Success
-- PLPLOT_TEST_DEVICE = svg
-- PLPLOT_TEST_TARGET = PLPLOT::svg
-- FAMILIED_PLPLOT_TEST_DEVICE = yes
-- WARNING: cmp or both of diff and tail are not available on this platform so 
plot difference report is disabled.
-- 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.
-- For csa.c use gcc -fno-inline-functions option to avoid segfaults
pc_libplplot_LINK_FLAGS = 
D:/msys64/mingw64/lib/libshp.dll.a;D:/msys64/mingw64/lib/libfreetype.dll.a;-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 concerning spurious warning messages generated by the gfortran 
compiler.
   The new Fortran binding is known to generate some ~50 "marked
   PRIVATE" warning messages when building the plplotfortran target with the
   gfortran Fortran compiler.  A typical example of such a warning
   message is

   Warning: Symbol 'interface_plcont' at (1) is marked PRIVATE but has been 
given the binding label 'c_plcont'

   It appears these warnings (which do not occur if using the ifort or
   nagfor Fortran compilers) are due to a gfortran bug (see
   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49111> and
   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64861>), i.e., they
   are spurious warnings concerning completely valid use of the
   private attribute for interface blocks describing C routines.
   There appear to be no known negative consequences of this gfortran
   bug other than the spurious warnings themselves.  Until this gfortran
   bug is fixed, these ~50 "marked PRIVATE" warnings should just be
   ignored for those using gfortran.
-- ENABLE_itcl: OFF
-- Itcl libraries: PLPLOT::plplot;D:/msys64/mingw64/lib/libtcl.dll.a
-- Determine compile and link flags for ext-cairo-test
-- Checking for module 'cairo'
--   Found cairo, version 1.16.0

Summary of CMake build system results for PLplot

Install location variables which can be set by the user.  N.B. These
variables are ordered by decreasing degree of generality, with the
_default_ values of the later ones in the list determined by the
values of variables earlier in the list.  So, for example, it is
usually sufficient in the vast majority of cases to just set
CMAKE_INSTALL_PREFIX, and the rest of these variables are adjusted
accordingly (at least for a fresh configuration), and it is rare
indeed that is is necessary for a user to set any variable here whose
name does not start with "CMAKE_INSTALL_".


CMAKE_INSTALL_PREFIX: D:/plplot-5.14.0/buildmingw64/install
CMAKE_INSTALL_EXEC_PREFIX: D:/plplot-5.14.0/buildmingw64/install
CMAKE_INSTALL_BINDIR: D:/plplot-5.14.0/buildmingw64/install/bin
CMAKE_INSTALL_DATADIR: D:/plplot-5.14.0/buildmingw64/install/share
CMAKE_INSTALL_LIBDIR: D:/plplot-5.14.0/buildmingw64/install/lib
CMAKE_INSTALL_INCLUDEDIR: D:/plplot-5.14.0/buildmingw64/install/include
CMAKE_INSTALL_INFODIR: D:/plplot-5.14.0/buildmingw64/install/share/info
CMAKE_INSTALL_MANDIR: D:/plplot-5.14.0/buildmingw64/install/share/man
CMAKE_INSTALL_PKG_CONFIG_DIR: 
D:/plplot-5.14.0/buildmingw64/install/lib/pkgconfig
DATA_DIR: D:/plplot-5.14.0/buildmingw64/install/share/plplot5.14.0
LIB_DIR: D:/plplot-5.14.0/buildmingw64/install/lib
INCLUDE_DIR: D:/plplot-5.14.0/buildmingw64/install/include/plplot
BIN_DIR: D:/plplot-5.14.0/buildmingw64/install/bin
DRV_DIR: D:/plplot-5.14.0/buildmingw64/install/lib/plplot5.14.0/drivers
DOC_DIR: D:/plplot-5.14.0/buildmingw64/install/share/doc/plplot
INFO_DIR: D:/plplot-5.14.0/buildmingw64/install/share/info
MAN_DIR: D:/plplot-5.14.0/buildmingw64/install/share/man
PKG_CONFIG_DIR: D:/plplot-5.14.0/buildmingw64/install/lib/pkgconfig
FORTRAN_MOD_DIR: 
D:/plplot-5.14.0/buildmingw64/install/lib/fortran/modules/plplot
TCL_DIR: D:/plplot-5.14.0/buildmingw64/install/share/plplot5.14.0/tcl


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:                 D:/msys64/mingw64/bin/gcc.exe
CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS:             D:/msys64/mingw64/bin/g++.exe
CMAKE_Fortran_COMPILER CMAKE_Fortran_FLAGS:     
D:/msys64/mingw64/bin/gfortran.exe
Target Fortran:

ENABLE_DYNDRIVERS:      ON
DRIVERS_LIST: cairo;mem;ntk;null;pdf;ps;svg;wingcc;xfig
DEVICES_LIST: 
memcairo;extcairo;pdfcairo;pngcairo;pscairo;epscairo;svgcairo;wincairo;mem;ntk;null;pdf;ps;psc;svg;wingcc;xfig

Library options:
BUILD_SHARED_LIBS:      ON              PL_DOUBLE:      ON

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

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

-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    ENABLE_FORTRAN


-- Build files have been written to: D:/plplot-5.14.0/buildmingw64

D:\plplot-5.14.0\buildmingw64>d:\msys64\mingw64\bin\mingw32-make install
D:\msys64\mingw64\bin\cmake.exe -HD:\plplot-5.14.0 
-BD:\plplot-5.14.0\buildmingw64 --check-build-system CMakeFiles\Makefile.cmake 0
D:\msys64\mingw64\bin\cmake.exe -E cmake_progress_start 
D:\plplot-5.14.0\buildmingw64\CMakeFiles 
D:\plplot-5.14.0\buildmingw64\CMakeFiles\progress.marks
d:/msys64/mingw64/bin/mingw32-make -f CMakeFiles\Makefile2 all
mingw32-make[1]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f 
lib\csa\CMakeFiles\csirocsa.dir\build.make 
lib/csa/CMakeFiles/csirocsa.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\lib\csa D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\lib\csa 
D:\plplot-5.14.0\buildmingw64\lib\csa\CMakeFiles\csirocsa.dir\DependInfo.cmake 
--color=
Scanning dependencies of target csirocsa
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f 
lib\csa\CMakeFiles\csirocsa.dir\build.make lib/csa/CMakeFiles/csirocsa.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[  0%] Building C object lib/csa/CMakeFiles/csirocsa.dir/csa.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\lib\csa && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dcsirocsa_EXPORTS 
@CMakeFiles/csirocsa.dir/includes_C.rsp  -fno-inline-functions -o 
CMakeFiles\csirocsa.dir\csa.c.obj   -c D:\plplot-5.14.0\lib\csa\csa.c
[  1%] Linking C shared library ..\..\dll\libcsirocsa.dll
cd /d D:\plplot-5.14.0\buildmingw64\lib\csa && D:\msys64\mingw64\bin\cmake.exe 
-E cmake_link_script CMakeFiles\csirocsa.dir\link.txt --verbose=1
D:\msys64\mingw64\bin\cmake.exe -E remove -f CMakeFiles\csirocsa.dir/objects.a
D:\msys64\mingw64\bin\ar.exe cr CMakeFiles\csirocsa.dir/objects.a 
@CMakeFiles\csirocsa.dir\objects1.rsp
D:\msys64\mingw64\bin\gcc.exe    -shared -o ..\..\dll\libcsirocsa.dll 
-Wl,--out-implib,..\..\dll\libcsirocsa.dll.a 
-Wl,--major-image-version,0,--minor-image-version,0 -Wl,--whole-archive 
CMakeFiles\csirocsa.dir/objects.a -Wl,--no-whole-archive 
@CMakeFiles\csirocsa.dir\linklibs.rsp
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[  1%] Built target csirocsa
d:/msys64/mingw64/bin/mingw32-make -f 
lib\qsastime\CMakeFiles\deltaT-gen.dir\build.make 
lib/qsastime/CMakeFiles/deltaT-gen.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\lib\qsastime D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\lib\qsastime 
D:\plplot-5.14.0\buildmingw64\lib\qsastime\CMakeFiles\deltaT-gen.dir\DependInfo.cmake
 --color=
Scanning dependencies of target deltaT-gen
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f 
lib\qsastime\CMakeFiles\deltaT-gen.dir\build.make 
lib/qsastime/CMakeFiles/deltaT-gen.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[  1%] Building C object lib/qsastime/CMakeFiles/deltaT-gen.dir/deltaT-gen.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\lib\qsastime && 
D:\msys64\mingw64\bin\gcc.exe -DPLPLOT_HAVE_CONFIG_H 
@CMakeFiles/deltaT-gen.dir/includes_C.rsp  -o 
CMakeFiles\deltaT-gen.dir\deltaT-gen.c.obj   -c 
D:\plplot-5.14.0\lib\qsastime\deltaT-gen.c
[  1%] Building C object lib/qsastime/CMakeFiles/deltaT-gen.dir/dspline.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\lib\qsastime && 
D:\msys64\mingw64\bin\gcc.exe -DPLPLOT_HAVE_CONFIG_H 
@CMakeFiles/deltaT-gen.dir/includes_C.rsp  -o 
CMakeFiles\deltaT-gen.dir\dspline.c.obj   -c 
D:\plplot-5.14.0\lib\qsastime\dspline.c
[  2%] Linking C executable deltaT-gen.exe
cd /d D:\plplot-5.14.0\buildmingw64\lib\qsastime && 
D:\msys64\mingw64\bin\cmake.exe -E cmake_link_script 
CMakeFiles\deltaT-gen.dir\link.txt --verbose=1
D:\msys64\mingw64\bin\cmake.exe -E remove -f CMakeFiles\deltaT-gen.dir/objects.a
D:\msys64\mingw64\bin\ar.exe cr CMakeFiles\deltaT-gen.dir/objects.a 
@CMakeFiles\deltaT-gen.dir\objects1.rsp
D:\msys64\mingw64\bin\gcc.exe    -Wl,--whole-archive 
CMakeFiles\deltaT-gen.dir/objects.a -Wl,--no-whole-archive  -o deltaT-gen.exe 
-Wl,--major-image-version,0,--minor-image-version,0 
@CMakeFiles\deltaT-gen.dir\linklibs.rsp
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[  2%] Built target deltaT-gen
d:/msys64/mingw64/bin/mingw32-make -f 
lib\qsastime\CMakeFiles\tai-utc-gen.dir\build.make 
lib/qsastime/CMakeFiles/tai-utc-gen.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\lib\qsastime D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\lib\qsastime 
D:\plplot-5.14.0\buildmingw64\lib\qsastime\CMakeFiles\tai-utc-gen.dir\DependInfo.cmake
 --color=
Scanning dependencies of target tai-utc-gen
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f 
lib\qsastime\CMakeFiles\tai-utc-gen.dir\build.make 
lib/qsastime/CMakeFiles/tai-utc-gen.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[  2%] Building C object 
lib/qsastime/CMakeFiles/tai-utc-gen.dir/tai-utc-gen.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\lib\qsastime && 
D:\msys64\mingw64\bin\gcc.exe -DPLPLOT_HAVE_CONFIG_H 
@CMakeFiles/tai-utc-gen.dir/includes_C.rsp  -o 
CMakeFiles\tai-utc-gen.dir\tai-utc-gen.c.obj   -c 
D:\plplot-5.14.0\lib\qsastime\tai-utc-gen.c
[  3%] Linking C executable tai-utc-gen.exe
cd /d D:\plplot-5.14.0\buildmingw64\lib\qsastime && 
D:\msys64\mingw64\bin\cmake.exe -E cmake_link_script 
CMakeFiles\tai-utc-gen.dir\link.txt --verbose=1
D:\msys64\mingw64\bin\cmake.exe -E remove -f 
CMakeFiles\tai-utc-gen.dir/objects.a
D:\msys64\mingw64\bin\ar.exe cr CMakeFiles\tai-utc-gen.dir/objects.a 
@CMakeFiles\tai-utc-gen.dir\objects1.rsp
D:\msys64\mingw64\bin\gcc.exe    -Wl,--whole-archive 
CMakeFiles\tai-utc-gen.dir/objects.a -Wl,--no-whole-archive  -o tai-utc-gen.exe 
-Wl,--major-image-version,0,--minor-image-version,0 
@CMakeFiles\tai-utc-gen.dir\linklibs.rsp
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[  3%] Built target tai-utc-gen
d:/msys64/mingw64/bin/mingw32-make -f 
lib\qsastime\CMakeFiles\tai-utc.h_built.dir\build.make 
lib/qsastime/CMakeFiles/tai-utc.h_built.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\lib\qsastime D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\lib\qsastime 
D:\plplot-5.14.0\buildmingw64\lib\qsastime\CMakeFiles\tai-utc.h_built.dir\DependInfo.cmake
 --color=
Scanning dependencies of target tai-utc.h_built
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f 
lib\qsastime\CMakeFiles\tai-utc.h_built.dir\build.make 
lib/qsastime/CMakeFiles/tai-utc.h_built.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[  3%] Generating tai-utc.h
cd /d D:\plplot-5.14.0\buildmingw64\lib\qsastime && .\tai-utc-gen.exe 
D:/plplot-5.14.0/lib/qsastime/tai-utc.dat 
D:/plplot-5.14.0/buildmingw64/lib/qsastime/tai-utc.h
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[  3%] Built target tai-utc.h_built
d:/msys64/mingw64/bin/mingw32-make -f 
lib\qsastime\CMakeFiles\deltaT.h_built.dir\build.make 
lib/qsastime/CMakeFiles/deltaT.h_built.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\lib\qsastime D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\lib\qsastime 
D:\plplot-5.14.0\buildmingw64\lib\qsastime\CMakeFiles\deltaT.h_built.dir\DependInfo.cmake
 --color=
Scanning dependencies of target deltaT.h_built
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f 
lib\qsastime\CMakeFiles\deltaT.h_built.dir\build.make 
lib/qsastime/CMakeFiles/deltaT.h_built.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[  3%] Generating deltaT.h
cd /d D:\plplot-5.14.0\buildmingw64\lib\qsastime && .\deltaT-gen.exe 
D:/plplot-5.14.0/lib/qsastime/deltaT.dat 
D:/plplot-5.14.0/buildmingw64/lib/qsastime/deltaT.h
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[  3%] Built target deltaT.h_built
d:/msys64/mingw64/bin/mingw32-make -f 
lib\qsastime\CMakeFiles\qsastime.dir\build.make 
lib/qsastime/CMakeFiles/qsastime.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\lib\qsastime D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\lib\qsastime 
D:\plplot-5.14.0\buildmingw64\lib\qsastime\CMakeFiles\qsastime.dir\DependInfo.cmake
 --color=
Scanning dependencies of target qsastime
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f 
lib\qsastime\CMakeFiles\qsastime.dir\build.make 
lib/qsastime/CMakeFiles/qsastime.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[  4%] Building C object lib/qsastime/CMakeFiles/qsastime.dir/qsastime.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\lib\qsastime && 
D:\msys64\mingw64\bin\gcc.exe -DPLPLOT_HAVE_CONFIG_H -DUSINGDLL 
-Dqsastime_EXPORTS @CMakeFiles/qsastime.dir/includes_C.rsp  -o 
CMakeFiles\qsastime.dir\qsastime.c.obj   -c 
D:\plplot-5.14.0\lib\qsastime\qsastime.c
[  4%] Building C object lib/qsastime/CMakeFiles/qsastime.dir/dsplint.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\lib\qsastime && 
D:\msys64\mingw64\bin\gcc.exe -DPLPLOT_HAVE_CONFIG_H -DUSINGDLL 
-Dqsastime_EXPORTS @CMakeFiles/qsastime.dir/includes_C.rsp  -o 
CMakeFiles\qsastime.dir\dsplint.c.obj   -c 
D:\plplot-5.14.0\lib\qsastime\dsplint.c
[  4%] Linking C shared library ..\..\dll\libqsastime.dll
cd /d D:\plplot-5.14.0\buildmingw64\lib\qsastime && 
D:\msys64\mingw64\bin\cmake.exe -E cmake_link_script 
CMakeFiles\qsastime.dir\link.txt --verbose=1
D:\msys64\mingw64\bin\cmake.exe -E remove -f CMakeFiles\qsastime.dir/objects.a
D:\msys64\mingw64\bin\ar.exe cr CMakeFiles\qsastime.dir/objects.a 
@CMakeFiles\qsastime.dir\objects1.rsp
D:\msys64\mingw64\bin\gcc.exe    -shared -o ..\..\dll\libqsastime.dll 
-Wl,--out-implib,..\..\dll\libqsastime.dll.a 
-Wl,--major-image-version,0,--minor-image-version,0 -Wl,--whole-archive 
CMakeFiles\qsastime.dir/objects.a -Wl,--no-whole-archive 
@CMakeFiles\qsastime.dir\linklibs.rsp
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[  4%] Built target qsastime
d:/msys64/mingw64/bin/mingw32-make -f 
include\CMakeFiles\plhershey-unicode-gen.dir\build.make 
include/CMakeFiles/plhershey-unicode-gen.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\include D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\include 
D:\plplot-5.14.0\buildmingw64\include\CMakeFiles\plhershey-unicode-gen.dir\DependInfo.cmake
 --color=
Scanning dependencies of target plhershey-unicode-gen
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f 
include\CMakeFiles\plhershey-unicode-gen.dir\build.make 
include/CMakeFiles/plhershey-unicode-gen.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[  4%] Building C object 
include/CMakeFiles/plhershey-unicode-gen.dir/__/fonts/plhershey-unicode-gen.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\include && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H   -o 
CMakeFiles\plhershey-unicode-gen.dir\__\fonts\plhershey-unicode-gen.c.obj   -c 
D:\plplot-5.14.0\fonts\plhershey-unicode-gen.c
[  4%] Linking C executable plhershey-unicode-gen.exe
cd /d D:\plplot-5.14.0\buildmingw64\include && D:\msys64\mingw64\bin\cmake.exe 
-E cmake_link_script CMakeFiles\plhershey-unicode-gen.dir\link.txt --verbose=1
D:\msys64\mingw64\bin\cmake.exe -E remove -f 
CMakeFiles\plhershey-unicode-gen.dir/objects.a
D:\msys64\mingw64\bin\ar.exe cr CMakeFiles\plhershey-unicode-gen.dir/objects.a 
@CMakeFiles\plhershey-unicode-gen.dir\objects1.rsp
D:\msys64\mingw64\bin\gcc.exe    -Wl,--whole-archive 
CMakeFiles\plhershey-unicode-gen.dir/objects.a -Wl,--no-whole-archive  -o 
plhershey-unicode-gen.exe -Wl,--major-image-version,0,--minor-image-version,0 
@CMakeFiles\plhershey-unicode-gen.dir\linklibs.rsp
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[  4%] Built target plhershey-unicode-gen
d:/msys64/mingw64/bin/mingw32-make -f 
include\CMakeFiles\plhershey-unicode.h_built.dir\build.make 
include/CMakeFiles/plhershey-unicode.h_built.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\include D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\include 
D:\plplot-5.14.0\buildmingw64\include\CMakeFiles\plhershey-unicode.h_built.dir\DependInfo.cmake
 --color=
Scanning dependencies of target plhershey-unicode.h_built
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f 
include\CMakeFiles\plhershey-unicode.h_built.dir\build.make 
include/CMakeFiles/plhershey-unicode.h_built.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[  5%] Generating plhershey-unicode.h
cd /d D:\plplot-5.14.0\buildmingw64\include && .\plhershey-unicode-gen.exe 
D:/plplot-5.14.0/fonts/plhershey-unicode.csv 
D:/plplot-5.14.0/buildmingw64/include/plhershey-unicode.h
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[  5%] Built target plhershey-unicode.h_built
d:/msys64/mingw64/bin/mingw32-make -f src\CMakeFiles\plplot.dir\build.make 
src/CMakeFiles/plplot.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\src D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\src 
D:\plplot-5.14.0\buildmingw64\src\CMakeFiles\plplot.dir\DependInfo.cmake 
--color=
Scanning dependencies of target plplot
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f src\CMakeFiles\plplot.dir\build.make 
src/CMakeFiles/plplot.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[  5%] Building C object src/CMakeFiles/plplot.dir/pdfutils.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\pdfutils.c.obj  
 -c D:\plplot-5.14.0\src\pdfutils.c
[  5%] Building C object src/CMakeFiles/plplot.dir/plmem.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plmem.c.obj   
-c D:\plplot-5.14.0\src\plmem.c
[  7%] Building C object src/CMakeFiles/plplot.dir/plaffine.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plaffine.c.obj  
 -c D:\plplot-5.14.0\src\plaffine.c
[  7%] Building C object src/CMakeFiles/plplot.dir/plarc.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plarc.c.obj   
-c D:\plplot-5.14.0\src\plarc.c
[  7%] Building C object src/CMakeFiles/plplot.dir/plargs.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plargs.c.obj   
-c D:\plplot-5.14.0\src\plargs.c
[  8%] Building C object src/CMakeFiles/plplot.dir/plbox.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plbox.c.obj   
-c D:\plplot-5.14.0\src\plbox.c
[  8%] Building C object src/CMakeFiles/plplot.dir/plcont.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plcont.c.obj   
-c D:\plplot-5.14.0\src\plcont.c
[  8%] Building C object src/CMakeFiles/plplot.dir/plcore.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp   -DIGNORECASE -ID:/plplot-5.14.0/include 
-o CMakeFiles\plplot.dir\plcore.c.obj   -c D:\plplot-5.14.0\src\plcore.c
[  9%] Building C object src/CMakeFiles/plplot.dir/plctrl.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plctrl.c.obj   
-c D:\plplot-5.14.0\src\plctrl.c
[  9%] Building C object src/CMakeFiles/plplot.dir/plcvt.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plcvt.c.obj   
-c D:\plplot-5.14.0\src\plcvt.c
[  9%] Building C object src/CMakeFiles/plplot.dir/pldtik.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\pldtik.c.obj   
-c D:\plplot-5.14.0\src\pldtik.c
[  9%] Building C object src/CMakeFiles/plplot.dir/plf2ops.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plf2ops.c.obj   
-c D:\plplot-5.14.0\src\plf2ops.c
[ 10%] Building C object src/CMakeFiles/plplot.dir/plfill.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plfill.c.obj   
-c D:\plplot-5.14.0\src\plfill.c
[ 10%] Building C object src/CMakeFiles/plplot.dir/plfreetype.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp   -ID:/msys64/mingw64/include/freetype2 
-o CMakeFiles\plplot.dir\plfreetype.c.obj   -c D:\plplot-5.14.0\src\plfreetype.c
[ 10%] Building C object src/CMakeFiles/plplot.dir/plgradient.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o 
CMakeFiles\plplot.dir\plgradient.c.obj   -c D:\plplot-5.14.0\src\plgradient.c
[ 11%] Building C object src/CMakeFiles/plplot.dir/plhist.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plhist.c.obj   
-c D:\plplot-5.14.0\src\plhist.c
[ 11%] Building C object src/CMakeFiles/plplot.dir/plimage.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plimage.c.obj   
-c D:\plplot-5.14.0\src\plimage.c
[ 11%] Building C object src/CMakeFiles/plplot.dir/plline.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plline.c.obj   
-c D:\plplot-5.14.0\src\plline.c
[ 12%] Building C object src/CMakeFiles/plplot.dir/plmap.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS -DHAVE_SAHOOKS 
@CMakeFiles/plplot.dir/includes_C.rsp   -ID:/msys64/mingw64/include -o 
CMakeFiles\plplot.dir\plmap.c.obj   -c D:\plplot-5.14.0\src\plmap.c
[ 12%] Building C object src/CMakeFiles/plplot.dir/plmetafile.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o 
CMakeFiles\plplot.dir\plmetafile.c.obj   -c D:\plplot-5.14.0\src\plmetafile.c
[ 12%] Building C object src/CMakeFiles/plplot.dir/plot3d.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plot3d.c.obj   
-c D:\plplot-5.14.0\src\plot3d.c
[ 14%] Building C object src/CMakeFiles/plplot.dir/plpage.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plpage.c.obj   
-c D:\plplot-5.14.0\src\plpage.c
[ 14%] Building C object src/CMakeFiles/plplot.dir/plsdef.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plsdef.c.obj   
-c D:\plplot-5.14.0\src\plsdef.c
[ 14%] Building C object src/CMakeFiles/plplot.dir/plshade.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plshade.c.obj   
-c D:\plplot-5.14.0\src\plshade.c
[ 15%] Building C object src/CMakeFiles/plplot.dir/plstdio.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plstdio.c.obj   
-c D:\plplot-5.14.0\src\plstdio.c
[ 15%] Building C object src/CMakeFiles/plplot.dir/plstripc.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plstripc.c.obj  
 -c D:\plplot-5.14.0\src\plstripc.c
[ 15%] Building C object src/CMakeFiles/plplot.dir/plsym.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plsym.c.obj   
-c D:\plplot-5.14.0\src\plsym.c
[ 16%] Building C object src/CMakeFiles/plplot.dir/pltick.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\pltick.c.obj   
-c D:\plplot-5.14.0\src\pltick.c
[ 16%] Building C object src/CMakeFiles/plplot.dir/plvpor.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plvpor.c.obj   
-c D:\plplot-5.14.0\src\plvpor.c
[ 16%] Building C object src/CMakeFiles/plplot.dir/plwind.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plwind.c.obj   
-c D:\plplot-5.14.0\src\plwind.c
[ 17%] Building C object src/CMakeFiles/plplot.dir/plbuf.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plbuf.c.obj   
-c D:\plplot-5.14.0\src\plbuf.c
[ 17%] Building C object src/CMakeFiles/plplot.dir/plgridd.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plgridd.c.obj   
-c D:\plplot-5.14.0\src\plgridd.c
[ 17%] Building C object src/CMakeFiles/plplot.dir/plvect.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\plvect.c.obj   
-c D:\plplot-5.14.0\src\plvect.c
[ 18%] Building C object src/CMakeFiles/plplot.dir/mt19937ar.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\mt19937ar.c.obj 
  -c D:\plplot-5.14.0\src\mt19937ar.c
[ 18%] Building C object src/CMakeFiles/plplot.dir/pltime.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\pltime.c.obj   
-c D:\plplot-5.14.0\src\pltime.c
[ 18%] Building C object src/CMakeFiles/plplot.dir/pllegend.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o CMakeFiles\plplot.dir\pllegend.c.obj  
 -c D:\plplot-5.14.0\src\pllegend.c
[ 20%] Building C object src/CMakeFiles/plplot.dir/ltdl_win32.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS 
@CMakeFiles/plplot.dir/includes_C.rsp  -o 
CMakeFiles\plplot.dir\ltdl_win32.c.obj   -c D:\plplot-5.14.0\src\ltdl_win32.c
[ 20%] Linking C shared library ..\dll\libplplot.dll
cd /d D:\plplot-5.14.0\buildmingw64\src && D:\msys64\mingw64\bin\cmake.exe -E 
cmake_link_script CMakeFiles\plplot.dir\link.txt --verbose=1
D:\msys64\mingw64\bin\cmake.exe -E remove -f CMakeFiles\plplot.dir/objects.a
D:\msys64\mingw64\bin\ar.exe cr CMakeFiles\plplot.dir/objects.a 
@CMakeFiles\plplot.dir\objects1.rsp
D:\msys64\mingw64\bin\gcc.exe    -shared -o ..\dll\libplplot.dll 
-Wl,--out-implib,..\dll\libplplot.dll.a 
-Wl,--major-image-version,16,--minor-image-version,0 -Wl,--whole-archive 
CMakeFiles\plplot.dir/objects.a -Wl,--no-whole-archive 
@CMakeFiles\plplot.dir\linklibs.rsp
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[ 20%] Built target plplot
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\CMakeFiles\concatenate_pkgIndex.tcl.dir\build.make 
bindings/CMakeFiles/concatenate_pkgIndex.tcl.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\bindings D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\bindings 
D:\plplot-5.14.0\buildmingw64\bindings\CMakeFiles\concatenate_pkgIndex.tcl.dir\DependInfo.cmake
 --color=
Scanning dependencies of target concatenate_pkgIndex.tcl
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\CMakeFiles\concatenate_pkgIndex.tcl.dir\build.make 
bindings/CMakeFiles/concatenate_pkgIndex.tcl.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[ 20%] Generating pkgIndex.tcl
cd /d D:\plplot-5.14.0\buildmingw64\bindings && D:\msys64\mingw64\bin\cmake.exe 
-P D:/plplot-5.14.0/buildmingw64/bindings/concatenate_pkgIndex.tcl.cmake
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[ 20%] Built target concatenate_pkgIndex.tcl
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\c++\CMakeFiles\plplotcxx.dir\build.make 
bindings/c++/CMakeFiles/plplotcxx.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\bindings\c++ D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\bindings\c++ 
D:\plplot-5.14.0\buildmingw64\bindings\c++\CMakeFiles\plplotcxx.dir\DependInfo.cmake
 --color=
Scanning dependencies of target plplotcxx
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\c++\CMakeFiles\plplotcxx.dir\build.make 
bindings/c++/CMakeFiles/plplotcxx.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[ 21%] Building CXX object bindings/c++/CMakeFiles/plplotcxx.dir/plstream.cc.obj
cd /d D:\plplot-5.14.0\buildmingw64\bindings\c++ && 
D:\msys64\mingw64\bin\g++.exe  -DPLPLOT_HAVE_CONFIG_H -DUSINGDLL 
-Dplplotcxx_EXPORTS @CMakeFiles/plplotcxx.dir/includes_CXX.rsp  -o 
CMakeFiles\plplotcxx.dir\plstream.cc.obj -c 
D:\plplot-5.14.0\bindings\c++\plstream.cc
[ 21%] Linking CXX shared library ..\..\dll\libplplotcxx.dll
cd /d D:\plplot-5.14.0\buildmingw64\bindings\c++ && 
D:\msys64\mingw64\bin\cmake.exe -E cmake_link_script 
CMakeFiles\plplotcxx.dir\link.txt --verbose=1
D:\msys64\mingw64\bin\cmake.exe -E remove -f CMakeFiles\plplotcxx.dir/objects.a
D:\msys64\mingw64\bin\ar.exe cr CMakeFiles\plplotcxx.dir/objects.a 
@CMakeFiles\plplotcxx.dir\objects1.rsp
D:\msys64\mingw64\bin\g++.exe    -shared -o ..\..\dll\libplplotcxx.dll 
-Wl,--out-implib,..\..\dll\libplplotcxx.dll.a 
-Wl,--major-image-version,14,--minor-image-version,0 -Wl,--whole-archive 
CMakeFiles\plplotcxx.dir/objects.a -Wl,--no-whole-archive 
@CMakeFiles\plplotcxx.dir\linklibs.rsp
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[ 21%] Built target plplotcxx
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\fortran\CMakeFiles\plplotfortran.dir\build.make 
bindings/fortran/CMakeFiles/plplotfortran.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\bindings\fortran 
D:\plplot-5.14.0\buildmingw64 D:\plplot-5.14.0\buildmingw64\bindings\fortran 
D:\plplot-5.14.0\buildmingw64\bindings\fortran\CMakeFiles\plplotfortran.dir\DependInfo.cmake
 --color=
Scanning dependencies of target plplotfortran
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\fortran\CMakeFiles\plplotfortran.dir\build.make 
bindings/fortran/CMakeFiles/plplotfortran.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[ 21%] Building Fortran object 
bindings/fortran/CMakeFiles/plplotfortran.dir/plplot_small_modules.f90.obj
cd /d D:\plplot-5.14.0\buildmingw64\bindings\fortran && 
D:\msys64\mingw64\bin\gfortran.exe -DPLPLOT_HAVE_CONFIG_H -DUSINGDLL 
-Dplplotfortran_EXPORTS @CMakeFiles/plplotfortran.dir/includes_Fortran.rsp  -c 
D:\plplot-5.14.0\bindings\fortran\plplot_small_modules.f90 -o 
CMakeFiles\plplotfortran.dir\plplot_small_modules.f90.obj
D:\plplot-5.14.0\bindings\fortran\plplot_small_modules.f90:108:8:

         function interface_strlen(s) bind(c, name='strlen')
        1
Warning: Symbol 'interface_strlen' at (1) is marked PRIVATE but has been given 
the binding label 'strlen'
D:\msys64\mingw64\bin\cmake.exe -E cmake_copy_f90_mod 
bindings\fortran\plplot_private_exposed.mod 
bindings\fortran\CMakeFiles\plplotfortran.dir\plplot_private_exposed.mod.stamp 
GNU
D:\msys64\mingw64\bin\cmake.exe -E cmake_copy_f90_mod 
bindings\fortran\plplot_private_utilities.mod 
bindings\fortran\CMakeFiles\plplotfortran.dir\plplot_private_utilities.mod.stamp
 GNU
D:\msys64\mingw64\bin\cmake.exe -E cmake_copy_f90_mod 
bindings\fortran\plplot_types.mod 
bindings\fortran\CMakeFiles\plplotfortran.dir\plplot_types.mod.stamp GNU
[ 21%] Building Fortran object 
bindings/fortran/CMakeFiles/plplotfortran.dir/plplot_double.f90.obj
cd /d D:\plplot-5.14.0\buildmingw64\bindings\fortran && 
D:\msys64\mingw64\bin\gfortran.exe -DPLPLOT_HAVE_CONFIG_H -DUSINGDLL 
-Dplplotfortran_EXPORTS @CMakeFiles/plplotfortran.dir/includes_Fortran.rsp  -c 
D:\plplot-5.14.0\bindings\fortran\plplot_double.f90 -o 
CMakeFiles\plplotfortran.dir\plplot_double.f90.obj
included_plplot_real_interfaces.f90:109:35:

Warning: Symbol 'interface_plcont' at (1) is marked PRIVATE but has been given 
the binding label 'c_plcont'
included_plplot_real_interfaces.f90:133:8:

Warning: Symbol 'interface_plf2evalr' at (1) is marked PRIVATE but has been 
given the binding label 'plf2evalr'
included_plplot_real_interfaces.f90:145:36:

Warning: Symbol 'interface_plfcont' at (1) is marked PRIVATE but has been given 
the binding label 'plfcont'
included_plplot_real_interfaces.f90:179:35:

Warning: Symbol 'interface_plfill' at (1) is marked PRIVATE but has been given 
the binding label 'c_plfill'
included_plplot_real_interfaces.f90:189:36:

Warning: Symbol 'interface_plfvect' at (1) is marked PRIVATE but has been given 
the binding label 'plfvect'
included_plplot_real_interfaces.f90:222:38:

Warning: Symbol 'interface_plimagefr' at (1) is marked PRIVATE but has been 
given the binding label 'c_plimagefr'
included_plplot_real_interfaces.f90:247:43:

Warning: Symbol 'interface_plimagefr_null' at (1) is marked PRIVATE but has 
been given the binding label 'plimagefr_null'
included_plplot_real_interfaces.f90:261:34:

Warning: Symbol 'interface_plmap' at (1) is marked PRIVATE but has been given 
the binding label 'c_plmap'
included_plplot_real_interfaces.f90:273:38:

Warning: Symbol 'interface_plmapfill' at (1) is marked PRIVATE but has been 
given the binding label 'c_plmapfill'
included_plplot_real_interfaces.f90:287:38:

Warning: Symbol 'interface_plmapline' at (1) is marked PRIVATE but has been 
given the binding label 'c_plmapline'
included_plplot_real_interfaces.f90:301:40:

Warning: Symbol 'interface_plmapstring' at (1) is marked PRIVATE but has been 
given the binding label 'c_plmapstring'
included_plplot_real_interfaces.f90:315:37:

Warning: Symbol 'interface_plmaptex' at (1) is marked PRIVATE but has been 
given the binding label 'c_plmaptex'
included_plplot_real_interfaces.f90:328:40:

Warning: Symbol 'interface_plmeridians' at (1) is marked PRIVATE but has been 
given the binding label 'c_plmeridians'
included_plplot_real_interfaces.f90:339:36:

Warning: Symbol 'interface_plshade' at (1) is marked PRIVATE but has been given 
the binding label 'c_plshade'
included_plplot_real_interfaces.f90:376:41:

Warning: Symbol 'interface_plshade_null' at (1) is marked PRIVATE but has been 
given the binding label 'plshade_null'
included_plplot_real_interfaces.f90:402:37:

Warning: Symbol 'interface_plshades' at (1) is marked PRIVATE but has been 
given the binding label 'c_plshades'
included_plplot_real_interfaces.f90:438:42:

Warning: Symbol 'interface_plshades_null' at (1) is marked PRIVATE but has been 
given the binding label 'plshades_null'
D:\plplot-5.14.0\bindings\fortran\plplot_double.f90:60:41:

         subroutine interface_plslabelfunc( proc, data ) bind(c, name = 
'c_plslabelfunc' )
                                         1
Warning: Symbol 'interface_plslabelfunc' at (1) is marked PRIVATE but has been 
given the binding label 'c_plslabelfunc'
D:\plplot-5.14.0\bindings\fortran\plplot_double.f90:69:41:

         subroutine interface_plstransform( proc, data ) bind(c, name = 
'c_plstransform' )
                                         1
Warning: Symbol 'interface_plstransform' at (1) is marked PRIVATE but has been 
given the binding label 'c_plstransform'
included_plplot_real_interfaces.f90:463:34:

Warning: Symbol 'interface_pltr0' at (1) is marked PRIVATE but has been given 
the binding label 'pltr0'
included_plplot_real_interfaces.f90:474:34:

Warning: Symbol 'interface_pltr1' at (1) is marked PRIVATE but has been given 
the binding label 'pltr1'
included_plplot_real_interfaces.f90:485:35:

Warning: Symbol 'interface_pltr2f' at (1) is marked PRIVATE but has been given 
the binding label 'pltr2f'
included_plplot_real_interfaces.f90:497:35:

Warning: Symbol 'interface_plvect' at (1) is marked PRIVATE but has been given 
the binding label 'c_plvect'
D:\plplot-5.14.0\bindings\fortran\plplot_double.f90:202:27:

     subroutine pllabelerf2c( axis, value, label, length, data ) bind(c, name = 
'plplot_double_private_pllabelerf2c')
                           1
Warning: Symbol 'pllabelerf2c' at (1) is marked PRIVATE but has been given the 
binding label 'plplot_double_private_pllabelerf2c'
D:\plplot-5.14.0\bindings\fortran\plplot_double.f90:223:32:

     subroutine pllabelerf2c_data( axis, value, label, length, data ) bind(c, 
name = 'plplot_double_private_pllabelerf2c_data')
                                1
Warning: Symbol 'pllabelerf2c_data' at (1) is marked PRIVATE but has been given 
the binding label 'plplot_double_private_pllabelerf2c_data'
D:\plplot-5.14.0\bindings\fortran\plplot_double.f90:186:27:

     subroutine plmapformf2c( n, x, y ) bind(c, name = 
'plplot_double_private_plmapformf2c')
                           1
Warning: Symbol 'plmapformf2c' at (1) is marked PRIVATE but has been given the 
binding label 'plplot_double_private_plmapformf2c'
D:\plplot-5.14.0\bindings\fortran\plplot_double.f90:239:29:

     subroutine pltransformf2c( x, y, tx, ty, data ) bind(c, name = 
'plplot_double_private_pltransformf2c')
                             1
Warning: Symbol 'pltransformf2c' at (1) is marked PRIVATE but has been given 
the binding label 'plplot_double_private_pltransformf2c'
D:\plplot-5.14.0\bindings\fortran\plplot_double.f90:256:34:

     subroutine pltransformf2c_data( x, y, tx, ty, data ) bind(c, name = 
'plplot_double_private_pltransformf2c_data')
                                  1
Warning: Symbol 'pltransformf2c_data' at (1) is marked PRIVATE but has been 
given the binding label 'plplot_double_private_pltransformf2c_data'
D:\msys64\mingw64\bin\cmake.exe -E cmake_copy_f90_mod 
bindings\fortran\plplot_double.mod 
bindings\fortran\CMakeFiles\plplotfortran.dir\plplot_double.mod.stamp GNU
D:\msys64\mingw64\bin\cmake.exe -E cmake_copy_f90_mod 
bindings\fortran\plplot_graphics.mod 
bindings\fortran\CMakeFiles\plplotfortran.dir\plplot_graphics.mod.stamp GNU
[ 22%] Building Fortran object 
bindings/fortran/CMakeFiles/plplotfortran.dir/plplot_single.f90.obj
cd /d D:\plplot-5.14.0\buildmingw64\bindings\fortran && 
D:\msys64\mingw64\bin\gfortran.exe -DPLPLOT_HAVE_CONFIG_H -DUSINGDLL 
-Dplplotfortran_EXPORTS @CMakeFiles/plplotfortran.dir/includes_Fortran.rsp  -c 
D:\plplot-5.14.0\bindings\fortran\plplot_single.f90 -o 
CMakeFiles\plplotfortran.dir\plplot_single.f90.obj
included_plplot_real_interfaces.f90:109:35:

Warning: Symbol 'interface_plcont' at (1) is marked PRIVATE but has been given 
the binding label 'c_plcont'
included_plplot_real_interfaces.f90:133:8:

Warning: Symbol 'interface_plf2evalr' at (1) is marked PRIVATE but has been 
given the binding label 'plf2evalr'
included_plplot_real_interfaces.f90:145:36:

Warning: Symbol 'interface_plfcont' at (1) is marked PRIVATE but has been given 
the binding label 'plfcont'
included_plplot_real_interfaces.f90:179:35:

Warning: Symbol 'interface_plfill' at (1) is marked PRIVATE but has been given 
the binding label 'c_plfill'
included_plplot_real_interfaces.f90:189:36:

Warning: Symbol 'interface_plfvect' at (1) is marked PRIVATE but has been given 
the binding label 'plfvect'
included_plplot_real_interfaces.f90:222:38:

Warning: Symbol 'interface_plimagefr' at (1) is marked PRIVATE but has been 
given the binding label 'c_plimagefr'
included_plplot_real_interfaces.f90:247:43:

Warning: Symbol 'interface_plimagefr_null' at (1) is marked PRIVATE but has 
been given the binding label 'plimagefr_null'
included_plplot_real_interfaces.f90:261:34:

Warning: Symbol 'interface_plmap' at (1) is marked PRIVATE but has been given 
the binding label 'c_plmap'
included_plplot_real_interfaces.f90:273:38:

Warning: Symbol 'interface_plmapfill' at (1) is marked PRIVATE but has been 
given the binding label 'c_plmapfill'
included_plplot_real_interfaces.f90:287:38:

Warning: Symbol 'interface_plmapline' at (1) is marked PRIVATE but has been 
given the binding label 'c_plmapline'
included_plplot_real_interfaces.f90:301:40:

Warning: Symbol 'interface_plmapstring' at (1) is marked PRIVATE but has been 
given the binding label 'c_plmapstring'
included_plplot_real_interfaces.f90:315:37:

Warning: Symbol 'interface_plmaptex' at (1) is marked PRIVATE but has been 
given the binding label 'c_plmaptex'
included_plplot_real_interfaces.f90:328:40:

Warning: Symbol 'interface_plmeridians' at (1) is marked PRIVATE but has been 
given the binding label 'c_plmeridians'
included_plplot_real_interfaces.f90:339:36:

Warning: Symbol 'interface_plshade' at (1) is marked PRIVATE but has been given 
the binding label 'c_plshade'
included_plplot_real_interfaces.f90:376:41:

Warning: Symbol 'interface_plshade_null' at (1) is marked PRIVATE but has been 
given the binding label 'plshade_null'
included_plplot_real_interfaces.f90:402:37:

Warning: Symbol 'interface_plshades' at (1) is marked PRIVATE but has been 
given the binding label 'c_plshades'
included_plplot_real_interfaces.f90:438:42:

Warning: Symbol 'interface_plshades_null' at (1) is marked PRIVATE but has been 
given the binding label 'plshades_null'
included_plplot_real_interfaces.f90:463:34:

Warning: Symbol 'interface_pltr0' at (1) is marked PRIVATE but has been given 
the binding label 'pltr0'
included_plplot_real_interfaces.f90:474:34:

Warning: Symbol 'interface_pltr1' at (1) is marked PRIVATE but has been given 
the binding label 'pltr1'
included_plplot_real_interfaces.f90:485:35:

Warning: Symbol 'interface_pltr2f' at (1) is marked PRIVATE but has been given 
the binding label 'pltr2f'
included_plplot_real_interfaces.f90:497:35:

Warning: Symbol 'interface_plvect' at (1) is marked PRIVATE but has been given 
the binding label 'c_plvect'
D:\plplot-5.14.0\bindings\fortran\plplot_single.f90:65:27:

     subroutine pllabelerf2c( axis, value, label, length, data ) bind(c, name = 
'plplot_single_private_pllabelerf2c')
                           1
Warning: Symbol 'pllabelerf2c' at (1) is marked PRIVATE but has been given the 
binding label 'plplot_single_private_pllabelerf2c'
D:\plplot-5.14.0\bindings\fortran\plplot_single.f90:86:32:

     subroutine pllabelerf2c_data( axis, value, label, length, data ) bind(c, 
name = 'plplot_single_private_pllabelerf2c_data')
                                1
Warning: Symbol 'pllabelerf2c_data' at (1) is marked PRIVATE but has been given 
the binding label 'plplot_single_private_pllabelerf2c_data'
D:\plplot-5.14.0\bindings\fortran\plplot_single.f90:49:27:

     subroutine plmapformf2c( n, x, y ) bind(c, name = 
'plplot_single_private_plmapformf2c')
                           1
Warning: Symbol 'plmapformf2c' at (1) is marked PRIVATE but has been given the 
binding label 'plplot_single_private_plmapformf2c'
D:\plplot-5.14.0\bindings\fortran\plplot_single.f90:102:29:

     subroutine pltransformf2c( x, y, tx, ty, data ) bind(c, name = 
'plplot_single_private_pltransformf2c')
                             1
Warning: Symbol 'pltransformf2c' at (1) is marked PRIVATE but has been given 
the binding label 'plplot_single_private_pltransformf2c'
D:\plplot-5.14.0\bindings\fortran\plplot_single.f90:119:34:

     subroutine pltransformf2c_data( x, y, tx, ty, data ) bind(c, name = 
'plplot_single_private_pltransformf2c_data')
                                  1
Warning: Symbol 'pltransformf2c_data' at (1) is marked PRIVATE but has been 
given the binding label 'plplot_single_private_pltransformf2c_data'
D:\msys64\mingw64\bin\cmake.exe -E cmake_copy_f90_mod 
bindings\fortran\plplot_single.mod 
bindings\fortran\CMakeFiles\plplotfortran.dir\plplot_single.mod.stamp GNU
[ 22%] Building Fortran object 
bindings/fortran/CMakeFiles/plplotfortran.dir/plplot.f90.obj
cd /d D:\plplot-5.14.0\buildmingw64\bindings\fortran && 
D:\msys64\mingw64\bin\gfortran.exe -DPLPLOT_HAVE_CONFIG_H -DUSINGDLL 
-Dplplotfortran_EXPORTS @CMakeFiles/plplotfortran.dir/includes_Fortran.rsp  -c 
D:\plplot-5.14.0\bindings\fortran\plplot.f90 -o 
CMakeFiles\plplotfortran.dir\plplot.f90.obj
D:\plplot-5.14.0\bindings\fortran\plplot.f90:75:7:

        function interface_plparseopts( argc, argv, mode ) 
bind(c,name='c_plparseopts')
       1
Warning: Symbol 'interface_plparseopts' at (1) is marked PRIVATE but has been 
given the binding label 'c_plparseopts'
D:\msys64\mingw64\bin\cmake.exe -E cmake_copy_f90_mod 
bindings\fortran\plplot.mod 
bindings\fortran\CMakeFiles\plplotfortran.dir\plplot.mod.stamp GNU
D:\msys64\mingw64\bin\cmake.exe -E touch 
bindings/fortran/CMakeFiles/plplotfortran.dir/plplot.f90.obj.provides.build
D:\msys64\mingw64\bin\cmake.exe -E touch 
bindings/fortran/CMakeFiles/plplotfortran.dir/plplot_double.f90.obj.provides.build
D:\msys64\mingw64\bin\cmake.exe -E touch 
bindings/fortran/CMakeFiles/plplotfortran.dir/plplot_single.f90.obj.provides.build
D:\msys64\mingw64\bin\cmake.exe -E touch 
bindings/fortran/CMakeFiles/plplotfortran.dir/plplot_small_modules.f90.obj.provides.build
[ 23%] Linking Fortran shared library ..\..\dll\libplplotfortran.dll
cd /d D:\plplot-5.14.0\buildmingw64\bindings\fortran && 
D:\msys64\mingw64\bin\cmake.exe -E cmake_link_script 
CMakeFiles\plplotfortran.dir\link.txt --verbose=1
D:\msys64\mingw64\bin\cmake.exe -E remove -f 
CMakeFiles\plplotfortran.dir/objects.a
D:\msys64\mingw64\bin\ar.exe cr CMakeFiles\plplotfortran.dir/objects.a 
@CMakeFiles\plplotfortran.dir\objects1.rsp
D:\msys64\mingw64\bin\gfortran.exe    -shared -o ..\..\dll\libplplotfortran.dll 
-Wl,--out-implib,..\..\dll\libplplotfortran.dll.a 
-Wl,--major-image-version,0,--minor-image-version,1 -Wl,--whole-archive 
CMakeFiles\plplotfortran.dir/objects.a -Wl,--no-whole-archive 
@CMakeFiles\plplotfortran.dir\linklibs.rsp
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[ 23%] Built target plplotfortran
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\tcl\CMakeFiles\tclmatrix.dir\build.make 
bindings/tcl/CMakeFiles/tclmatrix.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\bindings\tcl D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\bindings\tcl 
D:\plplot-5.14.0\buildmingw64\bindings\tcl\CMakeFiles\tclmatrix.dir\DependInfo.cmake
 --color=
Scanning dependencies of target tclmatrix
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\tcl\CMakeFiles\tclmatrix.dir\build.make 
bindings/tcl/CMakeFiles/tclmatrix.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[ 23%] Building C object bindings/tcl/CMakeFiles/tclmatrix.dir/tclMatrix.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tcl && 
D:\msys64\mingw64\bin\gcc.exe -DPLPLOT_HAVE_CONFIG_H -DUSINGDLL 
-Dtclmatrix_EXPORTS @CMakeFiles/tclmatrix.dir/includes_C.rsp  -o 
CMakeFiles\tclmatrix.dir\tclMatrix.c.obj   -c 
D:\plplot-5.14.0\bindings\tcl\tclMatrix.c
[ 23%] Building C object bindings/tcl/CMakeFiles/tclmatrix.dir/matrixInit.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tcl && 
D:\msys64\mingw64\bin\gcc.exe -DPLPLOT_HAVE_CONFIG_H -DUSINGDLL 
-Dtclmatrix_EXPORTS @CMakeFiles/tclmatrix.dir/includes_C.rsp  -o 
CMakeFiles\tclmatrix.dir\matrixInit.c.obj   -c 
D:\plplot-5.14.0\bindings\tcl\matrixInit.c
[ 24%] Linking C shared library ..\..\dll\libtclmatrix.dll
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tcl && 
D:\msys64\mingw64\bin\cmake.exe -E cmake_link_script 
CMakeFiles\tclmatrix.dir\link.txt --verbose=1
D:\msys64\mingw64\bin\cmake.exe -E remove -f CMakeFiles\tclmatrix.dir/objects.a
D:\msys64\mingw64\bin\ar.exe cr CMakeFiles\tclmatrix.dir/objects.a 
@CMakeFiles\tclmatrix.dir\objects1.rsp
D:\msys64\mingw64\bin\gcc.exe    -shared -o ..\..\dll\libtclmatrix.dll 
-Wl,--out-implib,..\..\dll\libtclmatrix.dll.a 
-Wl,--major-image-version,10,--minor-image-version,3 -Wl,--whole-archive 
CMakeFiles\tclmatrix.dir/objects.a -Wl,--no-whole-archive 
@CMakeFiles\tclmatrix.dir\linklibs.rsp
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[ 24%] Built target tclmatrix
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\tcl\CMakeFiles\plplottcltk_Main.dir\build.make 
bindings/tcl/CMakeFiles/plplottcltk_Main.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\bindings\tcl D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\bindings\tcl 
D:\plplot-5.14.0\buildmingw64\bindings\tcl\CMakeFiles\plplottcltk_Main.dir\DependInfo.cmake
 --color=
Scanning dependencies of target plplottcltk_Main
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\tcl\CMakeFiles\plplottcltk_Main.dir\build.make 
bindings/tcl/CMakeFiles/plplottcltk_Main.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[ 24%] Building C object 
bindings/tcl/CMakeFiles/plplottcltk_Main.dir/tclMain.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tcl && 
D:\msys64\mingw64\bin\gcc.exe -DPLPLOT_HAVE_CONFIG_H -DUSINGDLL 
-Dplplottcltk_Main_EXPORTS @CMakeFiles/plplottcltk_Main.dir/includes_C.rsp  -o 
CMakeFiles\plplottcltk_Main.dir\tclMain.c.obj   -c 
D:\plplot-5.14.0\bindings\tcl\tclMain.c
[ 24%] Linking C shared library ..\..\dll\libplplottcltk_Main.dll
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tcl && 
D:\msys64\mingw64\bin\cmake.exe -E cmake_link_script 
CMakeFiles\plplottcltk_Main.dir\link.txt --verbose=1
D:\msys64\mingw64\bin\cmake.exe -E remove -f 
CMakeFiles\plplottcltk_Main.dir/objects.a
D:\msys64\mingw64\bin\ar.exe cr CMakeFiles\plplottcltk_Main.dir/objects.a 
@CMakeFiles\plplottcltk_Main.dir\objects1.rsp
D:\msys64\mingw64\bin\gcc.exe    -shared -o ..\..\dll\libplplottcltk_Main.dll 
-Wl,--out-implib,..\..\dll\libplplottcltk_Main.dll.a 
-Wl,--major-image-version,1,--minor-image-version,0 -Wl,--whole-archive 
CMakeFiles\plplottcltk_Main.dir/objects.a -Wl,--no-whole-archive 
@CMakeFiles\plplottcltk_Main.dir\linklibs.rsp
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[ 24%] Built target plplottcltk_Main
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\tcl\CMakeFiles\plplottcltk.dir\build.make 
bindings/tcl/CMakeFiles/plplottcltk.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[ 24%] Generating tclgen.h, tclgen_s.h, tclgen.c
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tcl && 
D:\msys64\mingw64\bin\tclsh.exe D:/plplot-5.14.0/bindings/tcl/pltclgen.tcl 
D:/plplot-5.14.0/bindings/tcl
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\bindings\tcl D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\bindings\tcl 
D:\plplot-5.14.0\buildmingw64\bindings\tcl\CMakeFiles\plplottcltk.dir\DependInfo.cmake
 --color=
Scanning dependencies of target plplottcltk
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\tcl\CMakeFiles\plplottcltk.dir\build.make 
bindings/tcl/CMakeFiles/plplottcltk.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[ 24%] Building C object bindings/tcl/CMakeFiles/plplottcltk.dir/tclAPI.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tcl && 
D:\msys64\mingw64\bin\gcc.exe -DPLPLOT_HAVE_CONFIG_H -DUSINGDLL 
-Dplplottcltk_EXPORTS @CMakeFiles/plplottcltk.dir/includes_C.rsp  -o 
CMakeFiles\plplottcltk.dir\tclAPI.c.obj   -c 
D:\plplot-5.14.0\bindings\tcl\tclAPI.c
[ 25%] Linking C shared library ..\..\dll\libplplottcltk.dll
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tcl && 
D:\msys64\mingw64\bin\cmake.exe -E cmake_link_script 
CMakeFiles\plplottcltk.dir\link.txt --verbose=1
D:\msys64\mingw64\bin\cmake.exe -E remove -f 
CMakeFiles\plplottcltk.dir/objects.a
D:\msys64\mingw64\bin\ar.exe cr CMakeFiles\plplottcltk.dir/objects.a 
@CMakeFiles\plplottcltk.dir\objects1.rsp
D:\msys64\mingw64\bin\gcc.exe    -shared -o ..\..\dll\libplplottcltk.dll 
-Wl,--out-implib,..\..\dll\libplplottcltk.dll.a 
-Wl,--major-image-version,14,--minor-image-version,0 -Wl,--whole-archive 
CMakeFiles\plplottcltk.dir/objects.a -Wl,--no-whole-archive 
@CMakeFiles\plplottcltk.dir\linklibs.rsp
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[ 25%] Built target plplottcltk
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\tcl\CMakeFiles\pltcl.dir\build.make 
bindings/tcl/CMakeFiles/pltcl.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\bindings\tcl D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\bindings\tcl 
D:\plplot-5.14.0\buildmingw64\bindings\tcl\CMakeFiles\pltcl.dir\DependInfo.cmake
 --color=
Scanning dependencies of target pltcl
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\tcl\CMakeFiles\pltcl.dir\build.make 
bindings/tcl/CMakeFiles/pltcl.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[ 27%] Building C object bindings/tcl/CMakeFiles/pltcl.dir/pltcl.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tcl && 
D:\msys64\mingw64\bin\gcc.exe -DPLPLOT_HAVE_CONFIG_H -DUSINGDLL 
@CMakeFiles/pltcl.dir/includes_C.rsp  -o CMakeFiles\pltcl.dir\pltcl.c.obj   -c 
D:\plplot-5.14.0\bindings\tcl\pltcl.c
[ 27%] Linking C executable pltcl.exe
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tcl && 
D:\msys64\mingw64\bin\cmake.exe -E cmake_link_script 
CMakeFiles\pltcl.dir\link.txt --verbose=1
D:\msys64\mingw64\bin\cmake.exe -E remove -f CMakeFiles\pltcl.dir/objects.a
D:\msys64\mingw64\bin\ar.exe cr CMakeFiles\pltcl.dir/objects.a 
@CMakeFiles\pltcl.dir\objects1.rsp
D:\msys64\mingw64\bin\gcc.exe    -Wl,--whole-archive 
CMakeFiles\pltcl.dir/objects.a -Wl,--no-whole-archive  -o pltcl.exe 
-Wl,--major-image-version,0,--minor-image-version,0 
@CMakeFiles\pltcl.dir\linklibs.rsp
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[ 27%] Built target pltcl
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\tcl\CMakeFiles\plplot.tcl_target.dir\build.make 
bindings/tcl/CMakeFiles/plplot.tcl_target.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\bindings\tcl D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\bindings\tcl 
D:\plplot-5.14.0\buildmingw64\bindings\tcl\CMakeFiles\plplot.tcl_target.dir\DependInfo.cmake
 --color=
Scanning dependencies of target plplot.tcl_target
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\tcl\CMakeFiles\plplot.tcl_target.dir\build.make 
bindings/tcl/CMakeFiles/plplot.tcl_target.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[ 27%] Generating plplot.tcl
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tcl && 
D:\msys64\mingw64\bin\cmake.exe -E copy D:/plplot-5.14.0/bindings/tk/plplot.tcl 
D:/plplot-5.14.0/buildmingw64/bindings/tcl/plplot.tcl
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[ 27%] Built target plplot.tcl_target
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\tcl\CMakeFiles\tclIndex_tcl.dir\build.make 
bindings/tcl/CMakeFiles/tclIndex_tcl.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\bindings\tcl D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\bindings\tcl 
D:\plplot-5.14.0\buildmingw64\bindings\tcl\CMakeFiles\tclIndex_tcl.dir\DependInfo.cmake
 --color=
Scanning dependencies of target tclIndex_tcl
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\tcl\CMakeFiles\tclIndex_tcl.dir\build.make 
bindings/tcl/CMakeFiles/tclIndex_tcl.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[ 28%] Generating tclIndex
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tcl && 
D:\msys64\mingw64\bin\tclsh.exe D:/plplot-5.14.0/scripts/mktclIndex -tcl
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[ 28%] Built target tclIndex_tcl
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\tk\CMakeFiles\tcl_files.dir\build.make 
bindings/tk/CMakeFiles/tcl_files.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\bindings\tk D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\bindings\tk 
D:\plplot-5.14.0\buildmingw64\bindings\tk\CMakeFiles\tcl_files.dir\DependInfo.cmake
 --color=
Scanning dependencies of target tcl_files
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\tk\CMakeFiles\tcl_files.dir\build.make 
bindings/tk/CMakeFiles/tcl_files.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[ 29%] Generating FileSelector.tcl
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tk && 
D:\msys64\mingw64\bin\cmake.exe -E copy 
D:/plplot-5.14.0/bindings/tk/FileSelector.tcl 
D:/plplot-5.14.0/buildmingw64/bindings/tk
[ 29%] Generating Pltkwin.tcl
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tk && 
D:\msys64\mingw64\bin\cmake.exe -E copy 
D:/plplot-5.14.0/bindings/tk/Pltkwin.tcl 
D:/plplot-5.14.0/buildmingw64/bindings/tk
[ 29%] Generating about.tcl
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tk && 
D:\msys64\mingw64\bin\cmake.exe -E copy D:/plplot-5.14.0/bindings/tk/about.tcl 
D:/plplot-5.14.0/buildmingw64/bindings/tk
[ 30%] Generating help_gui.tcl
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tk && 
D:\msys64\mingw64\bin\cmake.exe -E copy 
D:/plplot-5.14.0/bindings/tk/help_gui.tcl 
D:/plplot-5.14.0/buildmingw64/bindings/tk
[ 30%] Generating help_keys.tcl
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tk && 
D:\msys64\mingw64\bin\cmake.exe -E copy 
D:/plplot-5.14.0/bindings/tk/help_keys.tcl 
D:/plplot-5.14.0/buildmingw64/bindings/tk
[ 30%] Generating help_tcltk.tcl
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tk && 
D:\msys64\mingw64\bin\cmake.exe -E copy 
D:/plplot-5.14.0/bindings/tk/help_tcltk.tcl 
D:/plplot-5.14.0/buildmingw64/bindings/tk
[ 31%] Generating plclient.tcl
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tk && 
D:\msys64\mingw64\bin\cmake.exe -E copy 
D:/plplot-5.14.0/bindings/tk/plclient.tcl 
D:/plplot-5.14.0/buildmingw64/bindings/tk
[ 31%] Generating plcolor.tcl
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tk && 
D:\msys64\mingw64\bin\cmake.exe -E copy 
D:/plplot-5.14.0/bindings/tk/plcolor.tcl 
D:/plplot-5.14.0/buildmingw64/bindings/tk
[ 31%] Generating plconfig.tcl
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tk && 
D:\msys64\mingw64\bin\cmake.exe -E copy 
D:/plplot-5.14.0/bindings/tk/plconfig.tcl 
D:/plplot-5.14.0/buildmingw64/bindings/tk
[ 32%] Generating pldefaults.tcl
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tk && 
D:\msys64\mingw64\bin\cmake.exe -E copy 
D:/plplot-5.14.0/bindings/tk/pldefaults.tcl 
D:/plplot-5.14.0/buildmingw64/bindings/tk
[ 32%] Generating plplot.tcl
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tk && 
D:\msys64\mingw64\bin\cmake.exe -E copy D:/plplot-5.14.0/bindings/tk/plplot.tcl 
D:/plplot-5.14.0/buildmingw64/bindings/tk
[ 32%] Generating plserver.tcl
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tk && 
D:\msys64\mingw64\bin\cmake.exe -E copy 
D:/plplot-5.14.0/bindings/tk/plserver.tcl 
D:/plplot-5.14.0/buildmingw64/bindings/tk
[ 34%] Generating pltools.tcl
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tk && 
D:\msys64\mingw64\bin\cmake.exe -E copy 
D:/plplot-5.14.0/bindings/tk/pltools.tcl 
D:/plplot-5.14.0/buildmingw64/bindings/tk
[ 34%] Generating plwidget.tcl
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tk && 
D:\msys64\mingw64\bin\cmake.exe -E copy 
D:/plplot-5.14.0/bindings/tk/plwidget.tcl 
D:/plplot-5.14.0/buildmingw64/bindings/tk
[ 34%] Generating PLWin.itk
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tk && 
D:\msys64\mingw64\bin\cmake.exe -E copy D:/plplot-5.14.0/bindings/tk/PLWin.itk 
D:/plplot-5.14.0/buildmingw64/bindings/tk
[ 35%] Generating PLXWin.itk
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tk && 
D:\msys64\mingw64\bin\cmake.exe -E copy D:/plplot-5.14.0/bindings/tk/PLXWin.itk 
D:/plplot-5.14.0/buildmingw64/bindings/tk
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[ 35%] Built target tcl_files
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\tk\CMakeFiles\tclIndex_tk.dir\build.make 
bindings/tk/CMakeFiles/tclIndex_tk.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\bindings\tk D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\bindings\tk 
D:\plplot-5.14.0\buildmingw64\bindings\tk\CMakeFiles\tclIndex_tk.dir\DependInfo.cmake
 --color=
Scanning dependencies of target tclIndex_tk
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f 
bindings\tk\CMakeFiles\tclIndex_tk.dir\build.make 
bindings/tk/CMakeFiles/tclIndex_tk.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[ 35%] Generating tclIndex
cd /d D:\plplot-5.14.0\buildmingw64\bindings\tk && 
D:\msys64\mingw64\bin\tclsh.exe D:/plplot-5.14.0/scripts/mktclIndex -tcl
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[ 41%] Built target tclIndex_tk
d:/msys64/mingw64/bin/mingw32-make -f drivers\CMakeFiles\svg.dir\build.make 
drivers/CMakeFiles/svg.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\drivers D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\drivers 
D:\plplot-5.14.0\buildmingw64\drivers\CMakeFiles\svg.dir\DependInfo.cmake 
--color=
Scanning dependencies of target svg
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f drivers\CMakeFiles\svg.dir\build.make 
drivers/CMakeFiles/svg.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[ 42%] Building C object drivers/CMakeFiles/svg.dir/svg.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\drivers && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dsvg_EXPORTS 
@CMakeFiles/svg.dir/includes_C.rsp  -o CMakeFiles\svg.dir\svg.c.obj   -c 
D:\plplot-5.14.0\drivers\svg.c
[ 42%] Linking C shared module ..\dll\svg.dll
cd /d D:\plplot-5.14.0\buildmingw64\drivers && D:\msys64\mingw64\bin\cmake.exe 
-E cmake_link_script CMakeFiles\svg.dir\link.txt --verbose=1
D:\msys64\mingw64\bin\cmake.exe -E remove -f CMakeFiles\svg.dir/objects.a
D:\msys64\mingw64\bin\ar.exe cr CMakeFiles\svg.dir/objects.a 
@CMakeFiles\svg.dir\objects1.rsp
D:\msys64\mingw64\bin\gcc.exe    -shared -o ..\dll\svg.dll 
-Wl,--major-image-version,0,--minor-image-version,0 -Wl,--whole-archive 
CMakeFiles\svg.dir/objects.a -Wl,--no-whole-archive 
@CMakeFiles\svg.dir\linklibs.rsp
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[ 42%] Built target svg
d:/msys64/mingw64/bin/mingw32-make -f drivers\CMakeFiles\mem.dir\build.make 
drivers/CMakeFiles/mem.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\drivers D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\drivers 
D:\plplot-5.14.0\buildmingw64\drivers\CMakeFiles\mem.dir\DependInfo.cmake 
--color=
Scanning dependencies of target mem
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f drivers\CMakeFiles\mem.dir\build.make 
drivers/CMakeFiles/mem.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[ 42%] Building C object drivers/CMakeFiles/mem.dir/mem.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\drivers && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dmem_EXPORTS 
@CMakeFiles/mem.dir/includes_C.rsp  -o CMakeFiles\mem.dir\mem.c.obj   -c 
D:\plplot-5.14.0\drivers\mem.c
[ 42%] Linking C shared module ..\dll\mem.dll
cd /d D:\plplot-5.14.0\buildmingw64\drivers && D:\msys64\mingw64\bin\cmake.exe 
-E cmake_link_script CMakeFiles\mem.dir\link.txt --verbose=1
D:\msys64\mingw64\bin\cmake.exe -E remove -f CMakeFiles\mem.dir/objects.a
D:\msys64\mingw64\bin\ar.exe cr CMakeFiles\mem.dir/objects.a 
@CMakeFiles\mem.dir\objects1.rsp
D:\msys64\mingw64\bin\gcc.exe    -shared -o ..\dll\mem.dll 
-Wl,--major-image-version,0,--minor-image-version,0 -Wl,--whole-archive 
CMakeFiles\mem.dir/objects.a -Wl,--no-whole-archive 
@CMakeFiles\mem.dir\linklibs.rsp
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
[ 42%] Built target mem
d:/msys64/mingw64/bin/mingw32-make -f drivers\CMakeFiles\cairo.dir\build.make 
drivers/CMakeFiles/cairo.dir/depend
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
D:\msys64\mingw64\bin\cmake.exe -E cmake_depends "MinGW Makefiles" 
D:\plplot-5.14.0 D:\plplot-5.14.0\drivers D:\plplot-5.14.0\buildmingw64 
D:\plplot-5.14.0\buildmingw64\drivers 
D:\plplot-5.14.0\buildmingw64\drivers\CMakeFiles\cairo.dir\DependInfo.cmake 
--color=
Scanning dependencies of target cairo
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
d:/msys64/mingw64/bin/mingw32-make -f drivers\CMakeFiles\cairo.dir\build.make 
drivers/CMakeFiles/cairo.dir/build
mingw32-make[2]: Entering directory 'D:/plplot-5.14.0/buildmingw64'
[ 42%] Building C object drivers/CMakeFiles/cairo.dir/cairo.c.obj
cd /d D:\plplot-5.14.0\buildmingw64\drivers && D:\msys64\mingw64\bin\gcc.exe 
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dcairo_EXPORTS 
@CMakeFiles/cairo.dir/includes_C.rsp  -mms-bitfields 
-Id:/msys64/mingw64/include/pango-1.0 -Id:/msys64/mingw64/include/fribidi 
-Id:/msys64/mingw64/include -Id:/msys64/mingw64/include/cairo 
-Id:/msys64/mingw64/include -Id:/msys64/mingw64/lib/libffi-3.2.1/include 
-Id:/msys64/mingw64/include/pixman-1 -Id:/msys64/mingw64/include 
-Id:/msys64/mingw64/include/freetype2 -Id:/msys64/mingw64/include 
-Id:/msys64/mingw64/include/harfbuzz -Id:/msys64/mingw64/include/glib-2.0 
-Id:/msys64/mingw64/lib/glib-2.0/include -Id:/msys64/mingw64/include 
-Id:/msys64/mingw64/include/libpng16 -Id:/msys64/mingw64/include -o 
CMakeFiles\cairo.dir\cairo.c.obj   -c D:\plplot-5.14.0\drivers\cairo.c
[ 42%] Linking C shared module ..\dll\cairo.dll
cd /d D:\plplot-5.14.0\buildmingw64\drivers && D:\msys64\mingw64\bin\cmake.exe 
-E cmake_link_script CMakeFiles\cairo.dir\link.txt --verbose=1
D:\msys64\mingw64\bin\cmake.exe -E remove -f CMakeFiles\cairo.dir/objects.a
D:\msys64\mingw64\bin\ar.exe cr CMakeFiles\cairo.dir/objects.a 
@CMakeFiles\cairo.dir\objects1.rsp
D:\msys64\mingw64\bin\gcc.exe    -shared -o ..\dll\cairo.dll 
-Wl,--major-image-version,0,--minor-image-version,0 -Wl,--whole-archive 
CMakeFiles\cairo.dir/objects.a -Wl,--no-whole-archive 
@CMakeFiles\cairo.dir\linklibs.rsp
CMakeFiles\cairo.dir/objects.a(cairo.c.obj):cairo.c:(.text+0x1279): undefined 
reference to `g_object_unref'
CMakeFiles\cairo.dir/objects.a(cairo.c.obj):cairo.c:(.text+0x16f4): undefined 
reference to `g_object_unref'
collect2.exe: error: ld returned 1 exit status
mingw32-make[2]: *** [drivers\CMakeFiles\cairo.dir\build.make:97: 
dll/cairo.dll] Error 1
mingw32-make[2]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
mingw32-make[1]: *** [CMakeFiles\Makefile2:1733: 
drivers/CMakeFiles/cairo.dir/all] Error 2
mingw32-make[1]: Leaving directory 'D:/plplot-5.14.0/buildmingw64'
mingw32-make: *** [Makefile:154: all] Error 2

D:\plplot-5.14.0\buildmingw64>
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to