On 2017-07-10 11:05-0000 Arjen Markus wrote:

[...]
As far as I can tell, the build should be picking up everything from
the installation and not gather stuff from elsewhere. It is unlikely
it is scavenging the MinGW or Cywin installations. Anyway, got to
check that.

Hi Arjen:

I assume you are going to do that check using the nmake VERBOSE=1
option to discover the actual -I options your PLplot build uses for
the wxwidgets components.  At the same time you should check whether
those -I options refer to locations that are too deep into the
wxwidgets header tree so you are finding a private header rather than
the correct public version of the header.  And another option is for
you to try a wxwidgets version that you built yourself with the exact
build options you need in case that makes any difference. So there
appears to be plenty of things you can try here to help you find the
solution to the MSVC link error you discovered.

Good luck during this hunt for the solution!

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
__________________________

------------------------------------------------------------------------------
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

Reply via email to