On 2013-07-23 16:30+0200 Arjen Markus wrote: > Hi Alan, > > thanks for the advice. The variable CMAKE_Java_COMPILER is actually set to > the javac executable - which is called gcj.exe in GCC. Maybe I should rename > it.
I don't think setting CMAKE_Java_COMPILER is going to work because of complications in our "soft-landing" logic for how we enable languages for PLplot. That logic is implemented by creating a micro CMake project that attempts to enable the language. If that fails, we convert that error to a warning and continue rather than just erroring out. However, those micro-projects only pay attention to environment variables, and ignore language-related CMake cache variables set with the -D cmake option. So try putting javac.exe on the PATH instead. My bet is that will get you a bit further with java, but you may need additional help from us to deal with other java-related build-system issues that might arise. > Furthermore: Cygwin's setup complains about pango - presumably that is a > missing library. Yes, it is important that you install a development version of the pango library. From a search at http://cygwin.com/packages/ such development versions of libpango should be readily available. 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 __________________________ ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
