On 2015-06-06 08:04+0100 Phil Rosenberg wrote:

> Not sure if this is relevant but there were problems finding (the
correct) wxWidgets library on windows. There are als differences in
how it is found on windows and Linux. On windows I think the wxwin
environment variable is used. On Linux the wxconfig utility is used.
It might be worth checking what happens on cygwin

You already know this, but for the others here, the
methods of finding wxwidgets are controlled by the CMake logic in

cmake/modules/FindwxWidgets.cmake

which is the CMake-3.2.1 version of that file modified with the
section of your old patch concerning WX_LIB_DIR_PREFIX that was
necessary to find wxwidgets in your MSVC case.

In that file, you can see that for both Cywin and MSYS the Unix
method, i.e., wx-config, is used to find wxwidgets components just like
on Linux.

In the distant past, I did have success with wxwidgets on
MinGW/MSYS/wine (as expected since wx-config does work well
on Linux), and I think Arjen is likely to have similar success also
(once he gets the correct set of packages installed and once
the current build and run-time errors for wxwidgets are fixed
so that we can choose the default -DPLD_wxwidgets value as ON again).

I also assume finding wxwidgets on MSVC will work thanks to your
previous patch to FindwxWidgets.cmake to make that so, but we may need
to do more work for the case of MinGW without MSYS.

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
__________________________

------------------------------------------------------------------------------
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to