Hi Alan, encouraged by the success with cairo/pango I had a closer look at the Python and Java problems: - Python could not be enabled because Numpy could not be loaded. This turned out to be a problem with lapack_lite.dll.
This DLL depends on cyglapack-0.dll, but that is installed in a different directory than most others. By adding /usr/lib/lapack to the PATH, I was able to convince CMake that all was all right for Python. The tests are 100% clean. - I wish I could say the same for Java. I tried several things, but nothing worked. (Copying "gcj.exe" to "javac.exe" helped a bit, but now CMake complains about "jar".) So that bit still requires work. Anyway I will add these observations to the release notes. 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. ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
