On 2016-11-13 22:14-0500 Pedro Vicente wrote:

> I have
>
>
> WXWIN = M:\wx\wxwidgets-3.1.0

Hi Pedro:

That form is consistent with the examples at
<https://wiki.wxwidgets.org/Adding_an_Environment_Variable_under_Windows>.
Nevertheless, CMake is sometimes difficult about the back-slash Windows
directory notation and may need the "native CMake" forward slash notation 
instead for
these cmake options that are specifying directories.

So this is just an informed guess, but what happens if you replace

-DwxWidgets_ROOT_DIR:PATH=%WXWIN%
-DwxWidgets_LIB_DIR:PATH=%WXWIN%\lib\vc_lib

with

-DwxWidgets_ROOT_DIR:PATH=M:/wx/wxwidgets-3.1.0
-DwxWidgets_LIB_DIR:PATH=M:/wx/wxwidgets-3.1.0/lib/vc_lib

in your cmake options?

Also, if that still does not do the trick, please send the
CMakeCache.txt file as well.

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
__________________________

------------------------------------------------------------------------------
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/xeonphi
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to