Hi Alan, Phil, I just tested with the latest patch and the one line in that commented out and got the very same results.
However, the MicroSoft site gives information about this particular error message (http://msdn.microsoft.com/en-us/library/vstudio/hh697468.aspx for the details). It appears that _ITERATOR_DEBUG_LEVEL is a macro meant to help with safety issues regarding iterators (in the C++ standard library, IIUIC). Looking at that webpage and at the error message, I conclude that building the plplotd.lib library results in some debugging leftovers. It may very well be that this is a conflict between defaults, since plplotd.lib is a C library (in which this macro plays no role) and the program test_plend where the build fails uses a C++ library (where the macro is of importance). If this is so, then we should explicitly set this macro for the C stuff as well, I suppose. I will give that a try. Regards, Arjen DISCLAIMER: This message is intended exclusively for the addressee(s) and may contain confidential and privileged information. If you are not the intended recipient please notify the sender immediately and destroy this message. Unauthorized use, disclosure or copying of this message is strictly prohibited. The foundation 'Stichting Deltares', which has its seat at Delft, The Netherlands, Commercial Registration Number 41146461, is not liable in any way whatsoever for consequences and/or damages resulting from the improper, incomplete and untimely dispatch, receipt and/or content of this e-mail. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
