The my cmake command and its output are attached. I noted particularly the lines
-- Looking for gdi32 header and library
-- Looking for gdi32 header and library - not found
-- WARNING: Setting PLD_wingcc to OFF.
I do set the cmake lib directory in my command to point it to the
location of shapelib, I don't know if that affects anything. I am on
Windows 10 64 bit.
Phil
On 4 October 2017 at 20:26, Alan W. Irwin <ir...@beluga.phys.uvic.ca> wrote:
> To Phil, Jim, and Arjen:
>
> On 2017-10-04 12:11+0100 Phil Rosenberg wrote:
>
>> For some reason I cannot build wingcc or wingdi, they do not come up
>> as enabled on my system when I run cmake. I have never looked into why
>> as I don't use them.
>
>
> But all members of the PLplot development team should be concerned if
> wingcc (a workhorse interactive device that has been around a long
> time and which presumably builds on most Windows platforms) does not
> build on your particular Windows platform. Because other users also
> have that same platform, and they may need access to wingcc (and
> wingdi). So please follow up with a complete bug report here
> (preferably) or on the bug tracker including all relevant information
> about your Windows platform and the exact build error. And similarly
> for the wingdi case (although that has not been around as long as
> wingcc it is based on it so it may have a common build problem on your
> particular Windows platform). Arjen or Jim (both with a lot
> of Windows experience) might be able to quickly resolve the issue
> you are encountering.
>
> You might also want to look at
> https://sourceforge.net/p/plplot/support-requests/44/
> (which is in the support-request category, but it is really
> a bug report). That user was having trouble building wingdi
> on "Cygwin 64 (CYGWIN_NT-10.0) on Winows 10 (64-bit)". But for
> that same platform he built wingcc with no issues.
>
> @Jim:
>
> You obviously had a lot of discussion with this user concerning his
> wingdi build bug including sending him patches to try, but it seemed
> to trail off at the end with nothing resolved with regard to the
> wingdi build bug on his platform. What needs to be done to get this
> issue resolved?
>
> 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
> __________________________
D:\usr\local\src\plplot-plplot\build\Visual Studio 14 64s>cmake
"D:\usr\local\src\plplot-plplot" -G "Visual Studio 14 Win64" -DPL_DOUBLE=ON
-DBUILD_TEST=ON -DCMAKE_INSTALL_LIBDIR="D:\usr\local\lib64s"
-DCMAKE_INSTALL_PREFIX="D:\usr\local"
-DCMAKE_LIBRARY_PATH="D:\usr\local\lib64s" -DBUILD_SHARED_LIBS=OFF
-DCMAKE_CONFIGURATION_TYPES="Release" -DSTATIC_RUNTIME=ON
-DwxWidgets_CONFIGURATION=mswu -DENABLE_d=OFF -DENABLE_tcl=OFF
-- The C compiler identification is MSVC 19.0.24215.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio
14.0/VC/bin/x86_amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio
14.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- CMake version = 3.7.1
-- CMAKE_SYSTEM_NAME = Windows
-- SH_EXECUTABLE = C:/Windows/System32/bash.exe
-- 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 - not 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 - not found.
-- Looking for DIR symbol in sys/types.h;sys/ndir.h
-- Looking for DIR symbol in sys/types.h;sys/ndir.h - not found.
-- Looking for DIR symbol in sys/types.h;sys/dir.h
-- Looking for DIR symbol in sys/types.h;sys/dir.h - not found.
-- Looking for DIR symbol in sys/types.h;ndir.h
-- Looking for DIR symbol in sys/types.h;ndir.h - not found.
-- Check for signal return type in <signal.h>
-- Check for signal handler return type type void - found
-- Looking for popen
-- Looking for popen - not found
-- Looking for usleep
-- Looking for usleep - not found
-- Looking for nanosleep
-- Looking for nanosleep - not found
-- Looking for mkstemp
-- Looking for mkstemp - not found
-- Looking for mkdtemp
-- Looking for mkdtemp - not found
-- Looking for mkfifo
-- Looking for mkfifo - not found
-- Looking for unlink
-- Looking for unlink - found
-- Looking for _NSGetArgc
-- Looking for _NSGetArgc - not found
-- Looking for isfinite
-- Looking for isfinite - found
-- Looking for finite
-- Looking for finite - not 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)
-- Found Perl: C:/Perl64/bin/perl.exe (found version "5.20.2")
-- WARNING: Perl module XML::DOM not found
-- The CXX compiler identification is MSVC 19.0.24215.1
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual
Studio 14.0/VC/bin/x86_amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual
Studio 14.0/VC/bin/x86_amd64/cl.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 using stdint.h with CXX compiler
-- Check for using stdint.h with CXX compiler - ok
-- Found PkgConfig: C:/cygwin64/bin/pkg-config.exe (found version "0.29.1")
-- Looking for pkg-config - found
-- cxx_compiler_library_pathname_list =
-- X11_FOUND =
-- X11_INCLUDE_DIR =
-- X11_COMPILE_FLAGS =
-- X11_LIBRARIES =
-- A test cmake run with language = Fortran enabled failed.
-- Specify -DENABLE_compiler_diagnostics=ON to see full CMake diagnostics
concerning this failure.
-- WARNING: no working Fortran compiler so disabling fortran binding and
examples.
-- WARNING: Java requires shared libraries. Disabling java binding
-- WARNING: Python requires shared libraries. Disabling Python binding
-- WARNING: swig not found. Disabling Octave binding
-- WARNING: ENABLE_tcl is OFF so disabling everything else that is Tcl/Tk
related
-- A test cmake run with language = Ada enabled failed.
-- Specify -DENABLE_compiler_diagnostics=ON to see full CMake diagnostics
concerning this failure.
-- WARNING: no working Ada compiler so disabling Ada binding and examples.
-- WARNING: Lua requires shared libraries. Disabling Lua binding
-- FindShapelib: Found shapelib header directory, D:/usr/local/include, and
library, D:/usr/local/lib64s/shapelib.lib.
-- Could NOT find Freetype (missing: FREETYPE_LIBRARY) (found version "2.5.1")
-- 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.38.1
-- WARNING: Library inconsistency detected. Your pkg-config files claim
certain libraries are present, but CMake cannot find them.
-- The unfound library basenames are as follows:
-- pango-1.0
-- gobject-2.0
-- glib-2.0
-- intl
-- Some library installation and/or adjustment of find-related environment
variables or corresponding CMake variables will be required before CMake will
be able to find these libraries.
-- cmake_link_flags WARNING: (original link flags) =
-lpango-1.0;-lgobject-2.0;-lglib-2.0;-lintl
-- cmake_link_flags WARNING: (corresponding link flags with found libraries =
PANGO_LINK_FLAGS) =
_library_pathname-NOTFOUND;_library_pathname-NOTFOUND;_library_pathname-NOTFOUND;_library_pathname-NOTFOUND
-- cmake_link_flags WARNING: PANGO_LINK_FLAGS is invalid so it is set to
nothing to signal the failure of cmake_link_flags for the original link flags
printed out above.
-- WARNING: pkg-config does not find pango.
-- Checking for module 'pangoft2'
-- Found pangoft2, version 1.38.1
-- WARNING: Library inconsistency detected. Your pkg-config files claim
certain libraries are present, but CMake cannot find them.
-- The unfound library basenames are as follows:
-- pangoft2-1.0
-- pango-1.0
-- gobject-2.0
-- glib-2.0
-- intl
-- fontconfig
-- freetype
-- Some library installation and/or adjustment of find-related environment
variables or corresponding CMake variables will be required before CMake will
be able to find these libraries.
-- cmake_link_flags WARNING: (original link flags) =
-lpangoft2-1.0;-lpango-1.0;-lgobject-2.0;-lglib-2.0;-lintl;-lfontconfig;-lfreetype
-- cmake_link_flags WARNING: (corresponding link flags with found libraries =
PANGOFT2_LINK_FLAGS) =
_library_pathname-NOTFOUND;_library_pathname-NOTFOUND;_library_pathname-NOTFOUND;_library_pathname-NOTFOUND;_library_pathname-NOTFOUND;_library_pathname-NOTFOUND;_library_pathname-NOTFOUND
-- cmake_link_flags WARNING: PANGOFT2_LINK_FLAGS is invalid so it is set to
nothing to signal the failure of cmake_link_flags for the original link flags
printed out above.
-- WARNING: pkg-config does not find pangoft2.
-- WARNING: Shared libraries not built. Setting ENABLE_DYNDRIVERS OFF.
-- Checking for module 'pangocairo'
-- Found pangocairo, version 1.38.1
-- WARNING: Library inconsistency detected. Your pkg-config files claim
certain libraries are present, but CMake cannot find them.
-- The unfound library basenames are as follows:
-- pangocairo-1.0
-- pango-1.0
-- gobject-2.0
-- glib-2.0
-- intl
-- cairo
-- Some library installation and/or adjustment of find-related environment
variables or corresponding CMake variables will be required before CMake will
be able to find these libraries.
-- cmake_link_flags WARNING: (original link flags) =
-lpangocairo-1.0;-lpango-1.0;-lgobject-2.0;-lglib-2.0;-lintl;-lcairo
-- cmake_link_flags WARNING: (corresponding link flags with found libraries =
linkflags) =
_library_pathname-NOTFOUND;_library_pathname-NOTFOUND;_library_pathname-NOTFOUND;_library_pathname-NOTFOUND;_library_pathname-NOTFOUND;_library_pathname-NOTFOUND
-- cmake_link_flags WARNING: linkflags is invalid so it is set to nothing to
signal the failure of cmake_link_flags for the original link flags printed out
above.
-- WARNING: pango and/or cairo not found with pkg-config.
Disabling cairo drivers. To enable these drivers you must install
development versions of pango and cairo and/or set
the environment variable PKG_CONFIG_PATH appropriately.
-- WARNING: ENABLE_tk OFF. Therefore turning off tk, tkwin, and ntk devices
-- Checking for modules 'lasi;pango;pangoft2'
-- No package 'lasi' found
-- WARNING: pango, pangoft2, or lasi not found with pkg-config.
Setting PLD_psttf 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
-- 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 - not found
-- WARNING: Setting PLD_wingcc to OFF.
-- Found wxWidgets:
debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxbase31ud.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxbase31u.lib;debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxmsw31ud_core.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxmsw31u_core.lib;debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxpngd.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxpng.lib;debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxtiffd.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxtiff.lib;debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxjpegd.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxjpeg.lib;debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxzlibd.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxzlib.lib;debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxregexud.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxregexu.lib;debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxexpatd.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxexpat.lib;winmm;comctl32;oleacc;rpcrt4;shlwapi;version;wsock32
(found suitable version "3.1.0", minimum required is "3.0.0")
-- wxWidgets_FOUND : TRUE
-- wxWidgets_INCLUDE_DIRS :
D:/usr/local/src/wxWidgets/lib/vc_x64_lib/mswu;D:/usr/local/src/wxWidgets/include
-- wxWidgets_LIBRARIES :
debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxbase31ud.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxbase31u.lib;debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxmsw31ud_core.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxmsw31u_core.lib;debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxpngd.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxpng.lib;debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxtiffd.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxtiff.lib;debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxjpegd.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxjpeg.lib;debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxzlibd.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxzlib.lib;debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxregexud.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxregexu.lib;debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxexpatd.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxexpat.lib;winmm;comctl32;oleacc;rpcrt4;shlwapi;version;wsock32
-- wxWidgets_LIBRARY_DIRS :
-- wxWidgets_DEFINITIONS : UNICODE;_UNICODE;UNICODE;_UNICODE
-- wxWidgets_DEFINITIONS_DEBUG : _DEBUG;__WXDEBUG__
-- wxwidgets_COMPILE_FLAGS = -ID:/usr/local/src/wxWidgets/lib/vc_x64_lib/mswu
-ID:/usr/local/src/wxWidgets/include -DUNICODE -D_UNICODE -DUNICODE -D_UNICODE
-- wxwidgets_LINK_FLAGS =
debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxbase31ud.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxbase31u.lib;debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxmsw31ud_core.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxmsw31u_core.lib;debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxpngd.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxpng.lib;debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxtiffd.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxtiff.lib;debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxjpegd.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxjpeg.lib;debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxzlibd.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxzlib.lib;debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxregexud.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxregexu.lib;debug;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxexpatd.lib;optimized;D:/usr/local/src/wxWidgets/lib/vc_x64_lib/wxexpat.lib;winmm;comctl32;oleacc;rpcrt4;shlwapi;version;wsock32
-- Looking for haru pdf header and library
-- Looking for haru pdf header and library - not found
-- WARNING: Setting PLD_pdf to OFF.
-- WARNING: The ocamlc application not found. Disabling OCaml binding
-- WARNING: ENABLE_ocaml is OFF so disabling Plcairo module and lablgtk2 support
-- validate target will be available to check for syntax issues in the PLplot
DocBook documentation using C:/cygwin64/bin/env.exe SP_CHARSET_FIXED=yes
SP_ENCODING=xml C:/cygwin64/bin/onsgmls.exe.
-- WARNING: Perl modules XML::Parser and/or XML::DOM not available
so cannot check that swig_documentation.i is up to date.
-- TEST_ENVIRONMENT = EXAMPLES_DIR=D:/usr/local/src/plplot-plplot/build/Visual\
Studio\ 14\ 64s/examples
SRC_EXAMPLES_DIR=D:/usr/local/src/plplot-plplot/examples
OUTPUT_DIR=D:/usr/local/src/plplot-plplot/build/Visual\ Studio\ 14\
64s/ctest_examples_output_dir VC_CTEST_DIRECTORY=/$<CONFIGURATION>
-- Configuring done
-- Generating done
-- Build files have been written to:
D:/usr/local/src/plplot-plplot/build/Visual Studio 14 64s
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:/usr/local
CMAKE_INSTALL_EXEC_PREFIX: D:/usr/local
CMAKE_INSTALL_BINDIR: D:/usr/local/bin
CMAKE_INSTALL_DATADIR: D:/usr/local/share
CMAKE_INSTALL_LIBDIR: D:/usr/local/lib64s
CMAKE_INSTALL_INCLUDEDIR: D:/usr/local/include
CMAKE_INSTALL_INFODIR: D:/usr/local/share/info
CMAKE_INSTALL_MANDIR: D:/usr/local/share/man
CMAKE_INSTALL_PKG_CONFIG_DIR: D:/usr/local/lib64s/pkgconfig
DATA_DIR: D:/usr/local/share/plplot5.13.0
LIB_DIR: D:/usr/local/lib64s
INCLUDE_DIR: D:/usr/local/include/plplot
BIN_DIR: D:/usr/local/bin
DRV_DIR: D:/usr/local/lib64s/plplot5.13.0/drivers
DOC_DIR: D:/usr/local/share/doc/plplot
INFO_DIR: D:/usr/local/share/info
MAN_DIR: D:/usr/local/share/man
PKG_CONFIG_DIR: D:/usr/local/lib64s/pkgconfig
Other important CMake variables:
CMAKE_SYSTEM_NAME: Windows
UNIX:
WIN32: 1
APPLE:
MSVC: 1 (MSVC_VERSION: 1900)
MINGW:
MSYS:
CYGWIN:
BORLAND:
WATCOM:
SWIG_FOUND: FALSE
PERL_FOUND: TRUE
X11_FOUND:
CMAKE_BUILD_TYPE:
CMAKE_C_COMPILER CMAKE_C_FLAGS: C:/Program Files
(x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe /DUNICODE /D_UNICODE
/DWIN32 /D_WINDOWS /W3
CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS: C:/Program Files
(x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe /DUNICODE /D_UNICODE
/DWIN32 /D_WINDOWS /W3 /GR /EHsc
ENABLE_DYNDRIVERS: OFF
DRIVERS_LIST: mem;null;ps;svg;wxwidgets;xfig
DEVICES_LIST: mem;null;ps;svg;wxwidgets;xfig
Library options:
BUILD_SHARED_LIBS: OFF PL_DOUBLE: ON
Optional libraries:
PL_HAVE_QHULL: OFF WITH_CSA: ON
PL_HAVE_FREETYPE: PL_HAVE_PTHREAD:
HAVE_AGG: HAVE_SHAPELIB: ON
Language Bindings:
ENABLE_ada: OFF
ENABLE_cxx: ON
ENABLE_d: OFF
ENABLE_fortran: OFF
ENABLE_java: OFF
ENABLE_lua: OFF
ENABLE_ocaml: OFF
ENABLE_octave: OFF
ENABLE_python: OFF
ENABLE_qt: OFF
ENABLE_pyqt5: OFF
ENABLE_tcl: OFF
ENABLE_itcl: OFF
ENABLE_tk: OFF
ENABLE_itk: OFF
ENABLE_wxwidgets: ON
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel