@Alan
I changed the thread tittle, because I have all kinds of weird results on my
comprehensing testing.
first the obvious:
items 1) to 3) below are for the master branch
1) a Fortran error on Ubuntu 14.04
this was a simple
cmake .. -G "Unix
Makefiles" -DCMAKE_INSTALL_PREFIX:PATH=/home/pvicente/plplot-install -DCMAKE_BUILD_TYPE=Debug
-DBUILD_TEST=ON
make VERBOSE=1 >& make.txt
but it detected gfortran and tried to build the fortran code.
output is attached
2)
then I disabled Fortran
cmake .. -G "Unix
Makefiles" -DCMAKE_INSTALL_PREFIX:PATH=/home/pvicente/plplot-install -DCMAKE_BUILD_TYPE=Debug
-DENABLE_f95:BOOL=OFF -DENABLE_tcl:BOOL=OFF -DENABLE_tk:BOOL=OFF -DBUILD_TEST=ON
make VERBOSE=1
no errors
then (note , running from the build location)
pvicente@glace:~/plplot-plplot/build$
../scripts/comprehensive_test.sh --cmake_added_options
"-DDEFAULT_NO_DEVICES=ON -DPLD_wxwidgets=ON -DDEFAULT_NO_BINDINGS=ON -DENABLE_wxwidgets=ON
-DENABLE_cxx=ON -DPLPLOT_WX_DEBUG_OUTPUT=ON -DPLPLOT_WX_NANOSEC=ON -DENABLE_f95:BOOL=OFF"
--do_test_noninteractive no --do_ctest no
Each of the steps in this comprehensive test may take a while....
cmake in the build tree
ERROR: cmake in the build tree failed
How can I capture the output here? It asks for a interactive (yes/no), can I
disable this and instead redirect the output to a file?
3)
On another Linux, 16.04, where *I don't* have gfortran
cmake .. -G "Unix
Makefiles" -DCMAKE_INSTALL_PREFIX:PATH=/home/pvn/plplot-install -DCMAKE_BUILD_TYPE=Debug
-DBUILD_TEST=ON -DPLPLOT_WX_DEBUG_OUTPUT=ON
make VERBOSE=1
make VERBOSE=1 test_wxPLplotDemo
Infinite loop
22:25:42: Debug: Plot() Yielding
pvn@server:~/plplot-plplot/build$
../scripts/comprehensive_test.sh --cmake_added_options
"-DDEFAULT_NO_DEVICES=ON -DPLD_wxwidgets=ON -DDEFAULT_NO_BINDINGS=ON -DENABLE_wxwidgets=ON
-DENABLE_cxx=ON -DPLPLOT_WX_DEBUG_OUTPUT=ON -DPLPLOT_WX_NANOSEC=ON" --do_test_noninteractive
no --do_ctest no
then it stays here (I suppose because of the infinite loop)
and I get a blank plviewer window
Each of the steps in this comprehensive test may take a while....
cmake in the build tree
make -j4 VERBOSE=1 test_interactive in the build tree
4)
results for my patch commit
@Phil
I was able to make the example 01 run with no runtime errors by
re-introduncing the OnCreate() event (but also keeping the Create() call).
But then I got other errors.
I am not sure what are the consequences of these changes, so here it's
better for me to wait until you provide some insight into this.
to do items:
1)
it would be great if any of you could reproduce my test_wxPLplotDemo
behavior on Linux
the response from the developer
This is not completely unexpected, the window is only really created when
it's "realized" in GTK+/X11 terms, which can take quite some time, in
particular if a remote X server is used
could this "remote X server is used" be because I am accesing my linux
machines remotely ? (by using X2Go)
2)
maybe put the master back with one of the workarounds that I don't have the
infinite loop,
so that I have a better idea of what happens in the comprehensing testing?
-Pedro
----- Original Message -----
From: "Alan W. Irwin" <ir...@beluga.phys.uvic.ca>
To: "Pedro Vicente" <pedro.vice...@space-research.org>; "Phil Rosenberg"
<p.d.rosenb...@gmail.com>; "PLplot development list"
<plplot-devel@lists.sourceforge.net>
Sent: Friday, December 23, 2016 5:19 PM
Subject: Re: [Plplot-devel] Infinite Yielding issue
On 2016-12-23 16:43-0500 Pedro Vicente wrote:
by the way, what are the commands to do comprehensing testing?
That script should be able to run on all Unix systems and Unix-like
systems (i.e., Cygwin and MinGW-w64/MSYS2), but not currently for MSVC
("raw Windows"). However, Arjen plans to investigate a possibility for
running that script on MSVC platforms as well in 2017.
So for now, on Unix or Unix-like systems, I suggest you run
scripts/comprehensive_test.sh --cmake_added_options
"-DDEFAULT_NO_DEVICES=ON -DPLD_wxwidgets=ON -DDEFAULT_NO_BINDINGS=ON -DENABLE_wxwidgets=ON
-DENABLE_cxx=ON -DPLPLOT_WX_DEBUG_OUTPUT=ON -DPLPLOT_WX_NANOSEC=ON" --do_test_noninteractive
no --do_ctest no
I used exactly those options recently myself.
Those options are constraints on the script to keep it from doing
time-consuming (several hours?) tests that you probably don't
need/want to run right now.
So my suggested options constrain the script to just test the
plplotwxwidgets library and the wxwidgets device driver for our 3
major configurations and 3 different build trees. (So you will see the
tests repeat 9 times for those combinations.) There are no
noninteractive tests of the wxwidgets device driver or plplotwxwidgets
library. But to avoid the non-interactive C++ tests, we further
constrain the script above to avoid all the non-interactive testing.
As a result of these constraints the script just builds the
test_interactive target for our 9 combinations. For each of those
combinations, that target in turn depends on test_wxPLplotDemo (to
test the plplotwxwidgets library) and test_c_wxwidgets (to test the
wxwidgets device driver). You can also reduce the combinations if you
like using additional constraint options for the script.
Run
scripts/comprehensive_test.sh --help
to see about those further possibilities if the 9 combinations turn
out to be too much. :-)
Alan
__________________________
Alan W. Irwin
Astronomical research affiliation with Department of Physics and
Astronomy,
University of Victoria (astrowww.phys.uvic.ca).
Programming affiliations with the FreeEOS equation-of-state
implementation for stellar interiors (freeeos.sf.net); the Time
Ephemerides project (timeephem.sf.net); PLplot scientific plotting
software package (plplot.sf.net); the libLASi project
(unifont.org/lasi); the Loads of Linux Links project (loll.sf.net);
and the Linux Brochure Project (lbproject.sf.net).
__________________________
Linux-powered Science
__________________________
/home/pvicente/Downloads/cmake-3.7.1/bin/cmake -H/home/pvicente/plplot-plplot
-B/home/pvicente/plplot-plplot/build --check-build-system
CMakeFiles/Makefile.cmake 0
/home/pvicente/Downloads/cmake-3.7.1/bin/cmake -E cmake_progress_start
/home/pvicente/plplot-plplot/build/CMakeFiles
/home/pvicente/plplot-plplot/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory `/home/pvicente/plplot-plplot/build'
make -f lib/csa/CMakeFiles/csirocsa.dir/build.make
lib/csa/CMakeFiles/csirocsa.dir/depend
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
cd /home/pvicente/plplot-plplot/build && /home/pvicente/Downloads/cmake-3.7.1/bin/cmake
-E cmake_depends "Unix Makefiles" /home/pvicente/plplot-plplot
/home/pvicente/plplot-plplot/lib/csa /home/pvicente/plplot-plplot/build
/home/pvicente/plplot-plplot/build/lib/csa
/home/pvicente/plplot-plplot/build/lib/csa/CMakeFiles/csirocsa.dir/DependInfo.cmake --color=
Dependee
"/home/pvicente/plplot-plplot/build/lib/csa/CMakeFiles/csirocsa.dir/DependInfo.cmake" is
newer than depender
"/home/pvicente/plplot-plplot/build/lib/csa/CMakeFiles/csirocsa.dir/depend.internal".
Dependee
"/home/pvicente/plplot-plplot/build/lib/csa/CMakeFiles/CMakeDirectoryInformation.cmake"
is newer than depender
"/home/pvicente/plplot-plplot/build/lib/csa/CMakeFiles/csirocsa.dir/depend.internal".
Scanning dependencies of target csirocsa
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
make -f lib/csa/CMakeFiles/csirocsa.dir/build.make
lib/csa/CMakeFiles/csirocsa.dir/build
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
[ 0%] Building C object lib/csa/CMakeFiles/csirocsa.dir/csa.c.o
cd /home/pvicente/plplot-plplot/build/lib/csa && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dcsirocsa_EXPORTS -g -fPIC -o
CMakeFiles/csirocsa.dir/csa.c.o -c /home/pvicente/plplot-plplot/lib/csa/csa.c
[ 1%] Linking C shared library libcsirocsa.so
cd /home/pvicente/plplot-plplot/build/lib/csa &&
/home/pvicente/Downloads/cmake-3.7.1/bin/cmake -E cmake_link_script
CMakeFiles/csirocsa.dir/link.txt --verbose=1
/usr/bin/cc -fPIC -g -shared -Wl,-soname,libcsirocsa.so.0 -o libcsirocsa.so.0.0.1 CMakeFiles/csirocsa.dir/csa.c.o -lm
cd /home/pvicente/plplot-plplot/build/lib/csa && /home/pvicente/Downloads/cmake-3.7.1/bin/cmake -E cmake_symlink_library libcsirocsa.so.0.0.1 libcsirocsa.so.0 libcsirocsa.so
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
[ 1%] Built target csirocsa
make -f lib/qsastime/CMakeFiles/deltaT-gen.dir/build.make
lib/qsastime/CMakeFiles/deltaT-gen.dir/depend
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
cd /home/pvicente/plplot-plplot/build && /home/pvicente/Downloads/cmake-3.7.1/bin/cmake
-E cmake_depends "Unix Makefiles" /home/pvicente/plplot-plplot
/home/pvicente/plplot-plplot/lib/qsastime /home/pvicente/plplot-plplot/build
/home/pvicente/plplot-plplot/build/lib/qsastime
/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/deltaT-gen.dir/DependInfo.cmake
--color=
Dependee
"/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/deltaT-gen.dir/DependInfo.cmake"
is newer than depender
"/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/deltaT-gen.dir/depend.internal".
Dependee
"/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/CMakeDirectoryInformation.cmake"
is newer than depender
"/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/deltaT-gen.dir/depend.internal".
Scanning dependencies of target deltaT-gen
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
make -f lib/qsastime/CMakeFiles/deltaT-gen.dir/build.make
lib/qsastime/CMakeFiles/deltaT-gen.dir/build
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
[ 1%] Building C object lib/qsastime/CMakeFiles/deltaT-gen.dir/deltaT-gen.c.o
cd /home/pvicente/plplot-plplot/build/lib/qsastime && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build/lib/qsastime -g -o
CMakeFiles/deltaT-gen.dir/deltaT-gen.c.o -c
/home/pvicente/plplot-plplot/lib/qsastime/deltaT-gen.c
[ 1%] Building C object lib/qsastime/CMakeFiles/deltaT-gen.dir/dspline.c.o
cd /home/pvicente/plplot-plplot/build/lib/qsastime && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build/lib/qsastime -g -o
CMakeFiles/deltaT-gen.dir/dspline.c.o -c
/home/pvicente/plplot-plplot/lib/qsastime/dspline.c
[ 1%] Linking C executable deltaT-gen
cd /home/pvicente/plplot-plplot/build/lib/qsastime &&
/home/pvicente/Downloads/cmake-3.7.1/bin/cmake -E cmake_link_script
CMakeFiles/deltaT-gen.dir/link.txt --verbose=1
/usr/bin/cc -g CMakeFiles/deltaT-gen.dir/deltaT-gen.c.o CMakeFiles/deltaT-gen.dir/dspline.c.o -o deltaT-gen -rdynamic
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
[ 1%] Built target deltaT-gen
make -f lib/qsastime/CMakeFiles/tai-utc-gen.dir/build.make
lib/qsastime/CMakeFiles/tai-utc-gen.dir/depend
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
cd /home/pvicente/plplot-plplot/build && /home/pvicente/Downloads/cmake-3.7.1/bin/cmake
-E cmake_depends "Unix Makefiles" /home/pvicente/plplot-plplot
/home/pvicente/plplot-plplot/lib/qsastime /home/pvicente/plplot-plplot/build
/home/pvicente/plplot-plplot/build/lib/qsastime
/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/tai-utc-gen.dir/DependInfo.cmake
--color=
Dependee
"/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/tai-utc-gen.dir/DependInfo.cmake"
is newer than depender
"/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/tai-utc-gen.dir/depend.internal".
Dependee
"/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/CMakeDirectoryInformation.cmake"
is newer than depender
"/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/tai-utc-gen.dir/depend.internal".
Scanning dependencies of target tai-utc-gen
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
make -f lib/qsastime/CMakeFiles/tai-utc-gen.dir/build.make
lib/qsastime/CMakeFiles/tai-utc-gen.dir/build
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
[ 1%] Building C object lib/qsastime/CMakeFiles/tai-utc-gen.dir/tai-utc-gen.c.o
cd /home/pvicente/plplot-plplot/build/lib/qsastime && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build/lib/qsastime -g -o
CMakeFiles/tai-utc-gen.dir/tai-utc-gen.c.o -c
/home/pvicente/plplot-plplot/lib/qsastime/tai-utc-gen.c
[ 2%] Linking C executable tai-utc-gen
cd /home/pvicente/plplot-plplot/build/lib/qsastime &&
/home/pvicente/Downloads/cmake-3.7.1/bin/cmake -E cmake_link_script
CMakeFiles/tai-utc-gen.dir/link.txt --verbose=1
/usr/bin/cc -g CMakeFiles/tai-utc-gen.dir/tai-utc-gen.c.o -o tai-utc-gen -rdynamic -lm
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
[ 2%] Built target tai-utc-gen
make -f lib/qsastime/CMakeFiles/tai-utc.h_built.dir/build.make
lib/qsastime/CMakeFiles/tai-utc.h_built.dir/depend
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
cd /home/pvicente/plplot-plplot/build && /home/pvicente/Downloads/cmake-3.7.1/bin/cmake
-E cmake_depends "Unix Makefiles" /home/pvicente/plplot-plplot
/home/pvicente/plplot-plplot/lib/qsastime /home/pvicente/plplot-plplot/build
/home/pvicente/plplot-plplot/build/lib/qsastime
/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/tai-utc.h_built.dir/DependInfo.cmake
--color=
Dependee
"/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/tai-utc.h_built.dir/DependInfo.cmake"
is newer than depender
"/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/tai-utc.h_built.dir/depend.internal".
Dependee
"/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/CMakeDirectoryInformation.cmake"
is newer than depender
"/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/tai-utc.h_built.dir/depend.internal".
Scanning dependencies of target tai-utc.h_built
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
make -f lib/qsastime/CMakeFiles/tai-utc.h_built.dir/build.make
lib/qsastime/CMakeFiles/tai-utc.h_built.dir/build
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
[ 2%] Generating tai-utc.h
cd /home/pvicente/plplot-plplot/build/lib/qsastime && ./tai-utc-gen
/home/pvicente/plplot-plplot/lib/qsastime/tai-utc.dat
/home/pvicente/plplot-plplot/build/lib/qsastime/tai-utc.h
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
[ 2%] Built target tai-utc.h_built
make -f lib/qsastime/CMakeFiles/deltaT.h_built.dir/build.make
lib/qsastime/CMakeFiles/deltaT.h_built.dir/depend
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
cd /home/pvicente/plplot-plplot/build && /home/pvicente/Downloads/cmake-3.7.1/bin/cmake
-E cmake_depends "Unix Makefiles" /home/pvicente/plplot-plplot
/home/pvicente/plplot-plplot/lib/qsastime /home/pvicente/plplot-plplot/build
/home/pvicente/plplot-plplot/build/lib/qsastime
/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/deltaT.h_built.dir/DependInfo.cmake
--color=
Dependee
"/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/deltaT.h_built.dir/DependInfo.cmake"
is newer than depender
"/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/deltaT.h_built.dir/depend.internal".
Dependee
"/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/CMakeDirectoryInformation.cmake"
is newer than depender
"/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/deltaT.h_built.dir/depend.internal".
Scanning dependencies of target deltaT.h_built
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
make -f lib/qsastime/CMakeFiles/deltaT.h_built.dir/build.make
lib/qsastime/CMakeFiles/deltaT.h_built.dir/build
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
[ 3%] Generating deltaT.h
cd /home/pvicente/plplot-plplot/build/lib/qsastime && ./deltaT-gen
/home/pvicente/plplot-plplot/lib/qsastime/deltaT.dat
/home/pvicente/plplot-plplot/build/lib/qsastime/deltaT.h
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
[ 3%] Built target deltaT.h_built
make -f lib/qsastime/CMakeFiles/qsastime.dir/build.make
lib/qsastime/CMakeFiles/qsastime.dir/depend
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
cd /home/pvicente/plplot-plplot/build && /home/pvicente/Downloads/cmake-3.7.1/bin/cmake
-E cmake_depends "Unix Makefiles" /home/pvicente/plplot-plplot
/home/pvicente/plplot-plplot/lib/qsastime /home/pvicente/plplot-plplot/build
/home/pvicente/plplot-plplot/build/lib/qsastime
/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/qsastime.dir/DependInfo.cmake --color=
Dependee
"/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/qsastime.dir/DependInfo.cmake"
is newer than depender
"/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/qsastime.dir/depend.internal".
Dependee
"/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/CMakeDirectoryInformation.cmake"
is newer than depender
"/home/pvicente/plplot-plplot/build/lib/qsastime/CMakeFiles/qsastime.dir/depend.internal".
Scanning dependencies of target qsastime
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
make -f lib/qsastime/CMakeFiles/qsastime.dir/build.make
lib/qsastime/CMakeFiles/qsastime.dir/build
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
[ 3%] Building C object lib/qsastime/CMakeFiles/qsastime.dir/qsastime.c.o
cd /home/pvicente/plplot-plplot/build/lib/qsastime && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dqsastime_EXPORTS
-I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build/lib/qsastime -g -fPIC -o
CMakeFiles/qsastime.dir/qsastime.c.o -c
/home/pvicente/plplot-plplot/lib/qsastime/qsastime.c
[ 4%] Building C object lib/qsastime/CMakeFiles/qsastime.dir/dsplint.c.o
cd /home/pvicente/plplot-plplot/build/lib/qsastime && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dqsastime_EXPORTS
-I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build/lib/qsastime -g -fPIC -o
CMakeFiles/qsastime.dir/dsplint.c.o -c
/home/pvicente/plplot-plplot/lib/qsastime/dsplint.c
[ 4%] Linking C shared library libqsastime.so
cd /home/pvicente/plplot-plplot/build/lib/qsastime &&
/home/pvicente/Downloads/cmake-3.7.1/bin/cmake -E cmake_link_script
CMakeFiles/qsastime.dir/link.txt --verbose=1
/usr/bin/cc -fPIC -g -shared -Wl,-soname,libqsastime.so.0 -o libqsastime.so.0.0.1 CMakeFiles/qsastime.dir/qsastime.c.o CMakeFiles/qsastime.dir/dsplint.c.o -lm
cd /home/pvicente/plplot-plplot/build/lib/qsastime && /home/pvicente/Downloads/cmake-3.7.1/bin/cmake -E cmake_symlink_library libqsastime.so.0.0.1 libqsastime.so.0 libqsastime.so
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
[ 4%] Built target qsastime
make -f include/CMakeFiles/plhershey-unicode-gen.dir/build.make
include/CMakeFiles/plhershey-unicode-gen.dir/depend
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
cd /home/pvicente/plplot-plplot/build && /home/pvicente/Downloads/cmake-3.7.1/bin/cmake
-E cmake_depends "Unix Makefiles" /home/pvicente/plplot-plplot
/home/pvicente/plplot-plplot/include /home/pvicente/plplot-plplot/build
/home/pvicente/plplot-plplot/build/include
/home/pvicente/plplot-plplot/build/include/CMakeFiles/plhershey-unicode-gen.dir/DependInfo.cmake
--color=
Dependee
"/home/pvicente/plplot-plplot/build/include/CMakeFiles/plhershey-unicode-gen.dir/DependInfo.cmake"
is newer than depender
"/home/pvicente/plplot-plplot/build/include/CMakeFiles/plhershey-unicode-gen.dir/depend.internal".
Dependee
"/home/pvicente/plplot-plplot/build/include/CMakeFiles/CMakeDirectoryInformation.cmake"
is newer than depender
"/home/pvicente/plplot-plplot/build/include/CMakeFiles/plhershey-unicode-gen.dir/depend.internal".
Scanning dependencies of target plhershey-unicode-gen
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
make -f include/CMakeFiles/plhershey-unicode-gen.dir/build.make
include/CMakeFiles/plhershey-unicode-gen.dir/build
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
[ 4%] Building C object
include/CMakeFiles/plhershey-unicode-gen.dir/__/fonts/plhershey-unicode-gen.c.o
cd /home/pvicente/plplot-plplot/build/include && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -g -o
CMakeFiles/plhershey-unicode-gen.dir/__/fonts/plhershey-unicode-gen.c.o -c
/home/pvicente/plplot-plplot/fonts/plhershey-unicode-gen.c
[ 4%] Linking C executable plhershey-unicode-gen
cd /home/pvicente/plplot-plplot/build/include &&
/home/pvicente/Downloads/cmake-3.7.1/bin/cmake -E cmake_link_script
CMakeFiles/plhershey-unicode-gen.dir/link.txt --verbose=1
/usr/bin/cc -g CMakeFiles/plhershey-unicode-gen.dir/__/fonts/plhershey-unicode-gen.c.o -o plhershey-unicode-gen -rdynamic
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
[ 4%] Built target plhershey-unicode-gen
make -f include/CMakeFiles/plhershey-unicode.h_built.dir/build.make
include/CMakeFiles/plhershey-unicode.h_built.dir/depend
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
cd /home/pvicente/plplot-plplot/build && /home/pvicente/Downloads/cmake-3.7.1/bin/cmake
-E cmake_depends "Unix Makefiles" /home/pvicente/plplot-plplot
/home/pvicente/plplot-plplot/include /home/pvicente/plplot-plplot/build
/home/pvicente/plplot-plplot/build/include
/home/pvicente/plplot-plplot/build/include/CMakeFiles/plhershey-unicode.h_built.dir/DependInfo.cmake
--color=
Dependee
"/home/pvicente/plplot-plplot/build/include/CMakeFiles/plhershey-unicode.h_built.dir/DependInfo.cmake"
is newer than depender
"/home/pvicente/plplot-plplot/build/include/CMakeFiles/plhershey-unicode.h_built.dir/depend.internal".
Dependee
"/home/pvicente/plplot-plplot/build/include/CMakeFiles/CMakeDirectoryInformation.cmake"
is newer than depender
"/home/pvicente/plplot-plplot/build/include/CMakeFiles/plhershey-unicode.h_built.dir/depend.internal".
Scanning dependencies of target plhershey-unicode.h_built
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
make -f include/CMakeFiles/plhershey-unicode.h_built.dir/build.make
include/CMakeFiles/plhershey-unicode.h_built.dir/build
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
[ 4%] Generating plhershey-unicode.h
cd /home/pvicente/plplot-plplot/build/include && ./plhershey-unicode-gen
/home/pvicente/plplot-plplot/fonts/plhershey-unicode.csv
/home/pvicente/plplot-plplot/build/include/plhershey-unicode.h
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
[ 4%] Built target plhershey-unicode.h_built
make -f src/CMakeFiles/plplot.dir/build.make src/CMakeFiles/plplot.dir/depend
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
cd /home/pvicente/plplot-plplot/build && /home/pvicente/Downloads/cmake-3.7.1/bin/cmake
-E cmake_depends "Unix Makefiles" /home/pvicente/plplot-plplot
/home/pvicente/plplot-plplot/src /home/pvicente/plplot-plplot/build
/home/pvicente/plplot-plplot/build/src
/home/pvicente/plplot-plplot/build/src/CMakeFiles/plplot.dir/DependInfo.cmake --color=
Dependee "/home/pvicente/plplot-plplot/build/src/CMakeFiles/plplot.dir/DependInfo.cmake"
is newer than depender
"/home/pvicente/plplot-plplot/build/src/CMakeFiles/plplot.dir/depend.internal".
Dependee
"/home/pvicente/plplot-plplot/build/src/CMakeFiles/CMakeDirectoryInformation.cmake" is
newer than depender
"/home/pvicente/plplot-plplot/build/src/CMakeFiles/plplot.dir/depend.internal".
Scanning dependencies of target plplot
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
make -f src/CMakeFiles/plplot.dir/build.make src/CMakeFiles/plplot.dir/build
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
[ 5%] Building C object src/CMakeFiles/plplot.dir/pdfutils.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/pdfutils.c.o -c
/home/pvicente/plplot-plplot/src/pdfutils.c
[ 5%] Building C object src/CMakeFiles/plplot.dir/plmem.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plmem.c.o -c /home/pvicente/plplot-plplot/src/plmem.c
[ 5%] Building C object src/CMakeFiles/plplot.dir/plaffine.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plaffine.c.o -c
/home/pvicente/plplot-plplot/src/plaffine.c
[ 5%] Building C object src/CMakeFiles/plplot.dir/plarc.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plarc.c.o -c /home/pvicente/plplot-plplot/src/plarc.c
[ 7%] Building C object src/CMakeFiles/plplot.dir/plargs.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plargs.c.o -c
/home/pvicente/plplot-plplot/src/plargs.c
[ 7%] Building C object src/CMakeFiles/plplot.dir/plbox.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plbox.c.o -c /home/pvicente/plplot-plplot/src/plbox.c
[ 7%] Building C object src/CMakeFiles/plplot.dir/plcont.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plcont.c.o -c
/home/pvicente/plplot-plplot/src/plcont.c
[ 7%] Building C object src/CMakeFiles/plplot.dir/plcore.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -I/usr/include -o CMakeFiles/plplot.dir/plcore.c.o -c
/home/pvicente/plplot-plplot/src/plcore.c
[ 8%] Building C object src/CMakeFiles/plplot.dir/plctrl.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plctrl.c.o -c
/home/pvicente/plplot-plplot/src/plctrl.c
[ 8%] Building C object src/CMakeFiles/plplot.dir/plcvt.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plcvt.c.o -c /home/pvicente/plplot-plplot/src/plcvt.c
[ 8%] Building C object src/CMakeFiles/plplot.dir/pldtik.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/pldtik.c.o -c
/home/pvicente/plplot-plplot/src/pldtik.c
[ 9%] Building C object src/CMakeFiles/plplot.dir/plf2ops.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plf2ops.c.o -c
/home/pvicente/plplot-plplot/src/plf2ops.c
[ 9%] Building C object src/CMakeFiles/plplot.dir/plfill.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plfill.c.o -c
/home/pvicente/plplot-plplot/src/plfill.c
[ 9%] Building C object src/CMakeFiles/plplot.dir/plfreetype.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -I/usr/include/freetype2 -o CMakeFiles/plplot.dir/plfreetype.c.o -c
/home/pvicente/plplot-plplot/src/plfreetype.c
[ 9%] Building C object src/CMakeFiles/plplot.dir/plgradient.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plgradient.c.o -c
/home/pvicente/plplot-plplot/src/plgradient.c
[ 10%] Building C object src/CMakeFiles/plplot.dir/plhist.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plhist.c.o -c
/home/pvicente/plplot-plplot/src/plhist.c
[ 10%] Building C object src/CMakeFiles/plplot.dir/plimage.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plimage.c.o -c
/home/pvicente/plplot-plplot/src/plimage.c
[ 10%] Building C object src/CMakeFiles/plplot.dir/plline.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plline.c.o -c
/home/pvicente/plplot-plplot/src/plline.c
[ 10%] Building C object src/CMakeFiles/plplot.dir/plmetafile.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plmetafile.c.o -c
/home/pvicente/plplot-plplot/src/plmetafile.c
[ 11%] Building C object src/CMakeFiles/plplot.dir/plot3d.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plot3d.c.o -c
/home/pvicente/plplot-plplot/src/plot3d.c
[ 11%] Building C object src/CMakeFiles/plplot.dir/plpage.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plpage.c.o -c
/home/pvicente/plplot-plplot/src/plpage.c
[ 11%] Building C object src/CMakeFiles/plplot.dir/plsdef.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plsdef.c.o -c
/home/pvicente/plplot-plplot/src/plsdef.c
[ 11%] Building C object src/CMakeFiles/plplot.dir/plshade.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plshade.c.o -c
/home/pvicente/plplot-plplot/src/plshade.c
[ 13%] Building C object src/CMakeFiles/plplot.dir/plstdio.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plstdio.c.o -c
/home/pvicente/plplot-plplot/src/plstdio.c
[ 13%] Building C object src/CMakeFiles/plplot.dir/plstripc.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plstripc.c.o -c
/home/pvicente/plplot-plplot/src/plstripc.c
[ 13%] Building C object src/CMakeFiles/plplot.dir/plsym.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plsym.c.o -c /home/pvicente/plplot-plplot/src/plsym.c
[ 13%] Building C object src/CMakeFiles/plplot.dir/pltick.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/pltick.c.o -c
/home/pvicente/plplot-plplot/src/pltick.c
[ 14%] Building C object src/CMakeFiles/plplot.dir/plvpor.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plvpor.c.o -c
/home/pvicente/plplot-plplot/src/plvpor.c
[ 14%] Building C object src/CMakeFiles/plplot.dir/plwind.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plwind.c.o -c
/home/pvicente/plplot-plplot/src/plwind.c
[ 14%] Building C object src/CMakeFiles/plplot.dir/plbuf.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plbuf.c.o -c /home/pvicente/plplot-plplot/src/plbuf.c
[ 14%] Building C object src/CMakeFiles/plplot.dir/plgridd.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plgridd.c.o -c
/home/pvicente/plplot-plplot/src/plgridd.c
[ 15%] Building C object src/CMakeFiles/plplot.dir/plvect.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plvect.c.o -c
/home/pvicente/plplot-plplot/src/plvect.c
[ 15%] Building C object src/CMakeFiles/plplot.dir/mt19937ar.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/mt19937ar.c.o -c
/home/pvicente/plplot-plplot/src/mt19937ar.c
[ 15%] Building C object src/CMakeFiles/plplot.dir/pltime.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/pltime.c.o -c
/home/pvicente/plplot-plplot/src/pltime.c
[ 15%] Building C object src/CMakeFiles/plplot.dir/pllegend.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/pllegend.c.o -c
/home/pvicente/plplot-plplot/src/pllegend.c
[ 16%] Building C object src/CMakeFiles/plplot.dir/plmap.c.o
cd /home/pvicente/plplot-plplot/build/src && /usr/bin/cc
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplot_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include -g
-fPIC -o CMakeFiles/plplot.dir/plmap.c.o -c /home/pvicente/plplot-plplot/src/plmap.c
[ 16%] Linking C shared library libplplot.so
cd /home/pvicente/plplot-plplot/build/src &&
/home/pvicente/Downloads/cmake-3.7.1/bin/cmake -E cmake_link_script
CMakeFiles/plplot.dir/link.txt --verbose=1
/usr/bin/cc -fPIC -g -shared -Wl,-soname,libplplot.so.13 -o libplplot.so.13.1.2 CMakeFiles/plplot.dir/pdfutils.c.o CMakeFiles/plplot.dir/plmem.c.o CMakeFiles/plplot.dir/plaffine.c.o CMakeFiles/plplot.dir/plarc.c.o CMakeFiles/plplot.dir/plargs.c.o CMakeFiles/plplot.dir/plbox.c.o CMakeFiles/plplot.dir/plcont.c.o CMakeFiles/plplot.dir/plcore.c.o CMakeFiles/plplot.dir/plctrl.c.o CMakeFiles/plplot.dir/plcvt.c.o CMakeFiles/plplot.dir/pldtik.c.o CMakeFiles/plplot.dir/plf2ops.c.o CMakeFiles/plplot.dir/plfill.c.o CMakeFiles/plplot.dir/plfreetype.c.o CMakeFiles/plplot.dir/plgradient.c.o CMakeFiles/plplot.dir/plhist.c.o CMakeFiles/plplot.dir/plimage.c.o CMakeFiles/plplot.dir/plline.c.o CMakeFiles/plplot.dir/plmetafile.c.o CMakeFiles/plplot.dir/plot3d.c.o CMakeFiles/plplot.dir/plpage.c.o CMakeFiles/plplot.dir/plsdef.c.o CMakeFiles/plplot.dir/plshade.c.o CMakeFiles/plplot.dir/plstdio.c.o CMakeFiles/plplot.dir/plstripc.c.o CMakeFiles/plplot.dir/plsym.c.o CMakeFiles/plplot.dir/pltick.c.o CMakeFiles/plplot.dir/plvpor.c.o CMakeFiles/plplot.dir/plwind.c.o CMakeFiles/plplot.dir/plbuf.c.o CMakeFiles/plplot.dir/plgridd.c.o CMakeFiles/plplot.dir/plvect.c.o CMakeFiles/plplot.dir/mt19937ar.c.o CMakeFiles/plplot.dir/pltime.c.o CMakeFiles/plplot.dir/pllegend.c.o CMakeFiles/plplot.dir/plmap.c.o -Wl,-rpath,/home/pvicente/plplot-plplot/build/lib/csa:/home/pvicente/plplot-plplot/build/lib/qsastime: -lltdl -lm -lfreetype ../lib/csa/libcsirocsa.so.0.0.1 ../lib/qsastime/libqsastime.so.0.0.1
cd /home/pvicente/plplot-plplot/build/src && /home/pvicente/Downloads/cmake-3.7.1/bin/cmake -E cmake_symlink_library libplplot.so.13.1.2 libplplot.so.13 libplplot.so
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
[ 16%] Built target plplot
make -f bindings/c++/CMakeFiles/plplotcxx.dir/build.make
bindings/c++/CMakeFiles/plplotcxx.dir/depend
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
cd /home/pvicente/plplot-plplot/build && /home/pvicente/Downloads/cmake-3.7.1/bin/cmake
-E cmake_depends "Unix Makefiles" /home/pvicente/plplot-plplot
/home/pvicente/plplot-plplot/bindings/c++ /home/pvicente/plplot-plplot/build
/home/pvicente/plplot-plplot/build/bindings/c++
/home/pvicente/plplot-plplot/build/bindings/c++/CMakeFiles/plplotcxx.dir/DependInfo.cmake --color=
Dependee
"/home/pvicente/plplot-plplot/build/bindings/c++/CMakeFiles/plplotcxx.dir/DependInfo.cmake"
is newer than depender
"/home/pvicente/plplot-plplot/build/bindings/c++/CMakeFiles/plplotcxx.dir/depend.internal".
Dependee
"/home/pvicente/plplot-plplot/build/bindings/c++/CMakeFiles/CMakeDirectoryInformation.cmake"
is newer than depender
"/home/pvicente/plplot-plplot/build/bindings/c++/CMakeFiles/plplotcxx.dir/depend.internal".
Scanning dependencies of target plplotcxx
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
make -f bindings/c++/CMakeFiles/plplotcxx.dir/build.make
bindings/c++/CMakeFiles/plplotcxx.dir/build
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
[ 16%] Building CXX object bindings/c++/CMakeFiles/plplotcxx.dir/plstream.cc.o
cd /home/pvicente/plplot-plplot/build/bindings/c++ && /usr/bin/c++
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplotcxx_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/build
-I/home/pvicente/plplot-plplot/build/include -g -fPIC -o
CMakeFiles/plplotcxx.dir/plstream.cc.o -c
/home/pvicente/plplot-plplot/bindings/c++/plstream.cc
[ 16%] Linking CXX shared library libplplotcxx.so
cd /home/pvicente/plplot-plplot/build/bindings/c++ &&
/home/pvicente/Downloads/cmake-3.7.1/bin/cmake -E cmake_link_script
CMakeFiles/plplotcxx.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -g -shared -Wl,-soname,libplplotcxx.so.12 -o libplplotcxx.so.12.0.0 CMakeFiles/plplotcxx.dir/plstream.cc.o -Wl,-rpath,/home/pvicente/plplot-plplot/build/src: ../../src/libplplot.so.13.1.2
cd /home/pvicente/plplot-plplot/build/bindings/c++ && /home/pvicente/Downloads/cmake-3.7.1/bin/cmake -E cmake_symlink_library libplplotcxx.so.12.0.0 libplplotcxx.so.12 libplplotcxx.so
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
[ 16%] Built target plplotcxx
make -f bindings/f95/CMakeFiles/plplotf95.dir/build.make
bindings/f95/CMakeFiles/plplotf95.dir/depend
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
cd /home/pvicente/plplot-plplot/build && /home/pvicente/Downloads/cmake-3.7.1/bin/cmake
-E cmake_depends "Unix Makefiles" /home/pvicente/plplot-plplot
/home/pvicente/plplot-plplot/bindings/f95 /home/pvicente/plplot-plplot/build
/home/pvicente/plplot-plplot/build/bindings/f95
/home/pvicente/plplot-plplot/build/bindings/f95/CMakeFiles/plplotf95.dir/DependInfo.cmake --color=
Dependee
"/home/pvicente/plplot-plplot/build/bindings/f95/CMakeFiles/plplotf95.dir/DependInfo.cmake"
is newer than depender
"/home/pvicente/plplot-plplot/build/bindings/f95/CMakeFiles/plplotf95.dir/depend.internal".
Dependee
"/home/pvicente/plplot-plplot/build/bindings/f95/CMakeFiles/CMakeDirectoryInformation.cmake"
is newer than depender
"/home/pvicente/plplot-plplot/build/bindings/f95/CMakeFiles/plplotf95.dir/depend.internal".
Scanning dependencies of target plplotf95
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
make -f bindings/f95/CMakeFiles/plplotf95.dir/build.make
bindings/f95/CMakeFiles/plplotf95.dir/requires
make[2]: Entering directory `/home/pvicente/plplot-plplot/build'
make -f bindings/f95/CMakeFiles/plplotf95.dir/build.make
bindings/f95/CMakeFiles/plplotf95.dir/plplot_small_modules.f90.o.provides.build
make[3]: Entering directory `/home/pvicente/plplot-plplot/build'
[ 16%] Building Fortran object
bindings/f95/CMakeFiles/plplotf95.dir/plplot_small_modules.f90.o
cd /home/pvicente/plplot-plplot/build/bindings/f95 && /usr/bin/gfortran
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplotf95_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include
-I/home/pvicente/plplot-plplot/bindings/f95
-I/home/pvicente/plplot-plplot/build/bindings/f95 -g -fPIC -c
/home/pvicente/plplot-plplot/bindings/f95/plplot_small_modules.f90 -o
CMakeFiles/plplotf95.dir/plplot_small_modules.f90.o
/home/pvicente/Downloads/cmake-3.7.1/bin/cmake -E cmake_copy_f90_mod
bindings/f95/plplot_graphics
bindings/f95/CMakeFiles/plplotf95.dir/plplot_graphics.mod.stamp GNU
/home/pvicente/Downloads/cmake-3.7.1/bin/cmake -E cmake_copy_f90_mod
bindings/f95/plplot_private_exposed
bindings/f95/CMakeFiles/plplotf95.dir/plplot_private_exposed.mod.stamp GNU
/home/pvicente/Downloads/cmake-3.7.1/bin/cmake -E cmake_copy_f90_mod
bindings/f95/plplot_private_utilities
bindings/f95/CMakeFiles/plplotf95.dir/plplot_private_utilities.mod.stamp GNU
/home/pvicente/Downloads/cmake-3.7.1/bin/cmake -E cmake_copy_f90_mod
bindings/f95/plplot_types
bindings/f95/CMakeFiles/plplotf95.dir/plplot_types.mod.stamp GNU
/home/pvicente/Downloads/cmake-3.7.1/bin/cmake -E touch
bindings/f95/CMakeFiles/plplotf95.dir/plplot_small_modules.f90.o.provides.build
make[3]: Leaving directory `/home/pvicente/plplot-plplot/build'
make -f bindings/f95/CMakeFiles/plplotf95.dir/build.make
bindings/f95/CMakeFiles/plplotf95.dir/plplot_double.f90.o.provides.build
make[3]: Entering directory `/home/pvicente/plplot-plplot/build'
[ 16%] Building Fortran object
bindings/f95/CMakeFiles/plplotf95.dir/plplot_double.f90.o
cd /home/pvicente/plplot-plplot/build/bindings/f95 && /usr/bin/gfortran
-DPLPLOT_HAVE_CONFIG_H -DUSINGDLL -Dplplotf95_EXPORTS
-I/home/pvicente/plplot-plplot/include -I/home/pvicente/plplot-plplot/lib/qsastime
-I/home/pvicente/plplot-plplot/build -I/home/pvicente/plplot-plplot/build/include
-I/home/pvicente/plplot-plplot/bindings/f95
-I/home/pvicente/plplot-plplot/build/bindings/f95 -g -fPIC -c
/home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90 -o
CMakeFiles/plplotf95.dir/plplot_double.f90.o
included_plplot_real_interfaces.f90:109.35:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
subroutine interface_plcont( z, nx, ny, kx, lx, ky, ly, clevel, nlevel,
1
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:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
function interface_plf2evalr( ix, iy, data ) bind(c, name = 'plf2evalr'
1
Warning: Symbol 'interface_plf2evalr' at (1) is marked PRIVATE but has been
given the binding label 'plf2evalr'
included_plplot_real_interfaces.f90:145.36:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
subroutine interface_plfcont( lookup, grid, nx, ny, kx, lx, ky, ly, cle
1
Warning: Symbol 'interface_plfcont' at (1) is marked PRIVATE but has been given
the binding label 'plfcont'
included_plplot_real_interfaces.f90:179.35:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
subroutine interface_plfill( n, x, y ) bind( c, name='c_plfill')
1
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:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
subroutine interface_plfvect( lookup, fgrid1, fgrid2, nx, ny, scale, tr
1
Warning: Symbol 'interface_plfvect' at (1) is marked PRIVATE but has been given
the binding label 'plfvect'
included_plplot_real_interfaces.f90:222.38:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
subroutine interface_plimagefr( idata, nx, ny, &
1
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:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
subroutine interface_plimagefr_null( idata, nx, ny, &
1
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:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
subroutine interface_plmap( proc, name, minx, maxx, miny, maxy ) &
1
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:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
subroutine interface_plmapfill( proc, name, minx, maxx, miny, maxy, plo
1
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:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
subroutine interface_plmapline( proc, name, minx, maxx, miny, maxy, plo
1
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:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
subroutine interface_plmapstring( proc, name, string, minx, maxx, miny,
1
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:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
subroutine interface_plmaptex( proc, name, dx, dy, just, text, minx, ma
1
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:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
subroutine interface_plmeridians( proc, dlong, dlat, minlong, maxlong,
1
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:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
subroutine interface_plshade( a, nx, ny, defined, xmin, xmax, ymin, yma
1
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:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
subroutine interface_plshade_null( a, nx, ny, defined, xmin, xmax, ymin
1
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:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
subroutine interface_plshades( a, nx, ny, defined, xmin, xmax, ymin, ym
1
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:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
subroutine interface_plshades_null( a, nx, ny, defined, xmin, xmax, ymi
1
Warning: Symbol 'interface_plshades_null' at (1) is marked PRIVATE but has been
given the binding label 'plshades_null'
/home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:60.41:
subroutine interface_plslabelfunc( proc, data ) bind(c, name = 'c_plsla
1
Warning: Symbol 'interface_plslabelfunc' at (1) is marked PRIVATE but has been
given the binding label 'c_plslabelfunc'
/home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:69.41:
subroutine interface_plstransform( proc, data ) bind(c, name = 'c_plstr
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:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
subroutine interface_pltr0( x, y, tx, ty, data ) bind(c, name = 'pltr0'
1
Warning: Symbol 'interface_pltr0' at (1) is marked PRIVATE but has been given
the binding label 'pltr0'
included_plplot_real_interfaces.f90:474.34:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
subroutine interface_pltr1( x, y, tx, ty, data ) bind(c, name = 'pltr1'
1
Warning: Symbol 'interface_pltr1' at (1) is marked PRIVATE but has been given
the binding label 'pltr1'
included_plplot_real_interfaces.f90:485.35:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
subroutine interface_pltr2f( x, y, tx, ty, data ) bind(c, name = 'pltr2
1
Warning: Symbol 'interface_pltr2f' at (1) is marked PRIVATE but has been given
the binding label 'pltr2f'
included_plplot_real_interfaces.f90:497.35:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
subroutine interface_plvect( u, v, nx, ny, scale, transform, data ) bin
1
Warning: Symbol 'interface_plvect' at (1) is marked PRIVATE but has been given
the binding label 'c_plvect'
/home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:202.27:
subroutine pllabelerf2c( axis, value, label, length, data ) bind(c, name =
1
Warning: Symbol 'pllabelerf2c' at (1) is marked PRIVATE but has been given the
binding label 'plplot_double_private_pllabelerf2c'
/home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:223.32:
subroutine pllabelerf2c_data( axis, value, label, length, data ) bind(c, na
1
Warning: Symbol 'pllabelerf2c_data' at (1) is marked PRIVATE but has been given
the binding label 'plplot_double_private_pllabelerf2c_data'
/home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:186.27:
subroutine plmapformf2c( n, x, y ) bind(c, name = 'plplot_double_private_pl
1
Warning: Symbol 'plmapformf2c' at (1) is marked PRIVATE but has been given the
binding label 'plplot_double_private_plmapformf2c'
/home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:239.29:
subroutine pltransformf2c( x, y, tx, ty, data ) bind(c, name = 'plplot_doub
1
Warning: Symbol 'pltransformf2c' at (1) is marked PRIVATE but has been given
the binding label 'plplot_double_private_pltransformf2c'
/home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:256.34:
subroutine pltransformf2c_data( x, y, tx, ty, data ) bind(c, name = 'plplot
1
Warning: Symbol 'pltransformf2c_data' at (1) is marked PRIVATE but has been
given the binding label 'plplot_double_private_pltransformf2c_data'
included_plplot_real_interfaces.f90:2601.25:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
c_loc(plotentries), size(plotentries, kind=private_plint) )
1
Error: Assumed-shape array 'plotentries' at (1) cannot be an argument to the
procedure 'c_loc' because it is not C interoperable
included_plplot_real_interfaces.f90:2581.25:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
c_loc(plotentries), size(plotentries, kind=private_plint) )
1
Error: Assumed-shape array 'plotentries' at (1) cannot be an argument to the
procedure 'c_loc' because it is not C interoperable
included_plplot_real_interfaces.f90:2559.25:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
c_loc(plotentries), size(plotentries, kind=private_plint) )
1
Error: Assumed-shape array 'plotentries' at (1) cannot be an argument to the
procedure 'c_loc' because it is not C interoperable
included_plplot_real_interfaces.f90:2541.25:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
c_loc(plotentries), size(plotentries, kind=private_plint) )
1
Error: Assumed-shape array 'plotentries' at (1) cannot be an argument to the
procedure 'c_loc' because it is not C interoperable
included_plplot_real_interfaces.f90:2520.25:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
c_loc(plotentries), size(plotentries, kind=private_plint) )
1
Error: Assumed-shape array 'plotentries' at (1) cannot be an argument to the
procedure 'c_loc' because it is not C interoperable
included_plplot_real_interfaces.f90:2502.25:
Included at /home/pvicente/plplot-plplot/bindings/f95/plplot_double.f90:117:
c_loc(plotentries), size(plotentries, kind=private_plint) )
1
Error: Assumed-shape array 'plotentries' at (1) cannot be an argument to the
procedure 'c_loc' because it is not C interoperable
make[3]: *** [bindings/f95/CMakeFiles/plplotf95.dir/plplot_double.f90.o] Error 1
make[3]: Leaving directory `/home/pvicente/plplot-plplot/build'
make[2]: ***
[bindings/f95/CMakeFiles/plplotf95.dir/plplot_double.f90.o.provides] Error 2
make[2]: Leaving directory `/home/pvicente/plplot-plplot/build'
make[1]: *** [bindings/f95/CMakeFiles/plplotf95.dir/all] Error 2
make[1]: Leaving directory `/home/pvicente/plplot-plplot/build'
make: *** [all] Error 2
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel