Hi, I had a strange problem while trying to build the Java bindings and examples. I was forced to change from the 32-bits version of the MSVC/C++ compiler to the 64-bits version, because my Java installation is a 64-bits one.
However, this caused CMake to conclude that the Java jni.h header was missing, whereas before it was simply found. After setting CMAKE_INCLUDE_PATH to point to the right directory it still was impossible to build Plplot, as the linker CMake had picked up was not the one from MSVC/C++, but a stray ld.exe from a gfortran installation that was included in the path. I think this is a problem with CMake, but can anyone confirm this? How does CMake figure out what versions (32-bits/64-bits) to pick up? Is that based solely on "c:\Program Files" versus "c:\Program Files (x86)"? 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. ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
