Hi Orion: Thanks for giving our CBS a try on Fedora. More below....Alan
On 2006-10-31 12:12-0700 Orion Poplawski wrote: > Here's what I've got so far: > > #1 > Not being able to find Octave libraries: > > -- OCTAVE_VERSION = GNU Octave, version 2.9.9 (i686-redhat-linux-gnu). > Copyright (C) 2006 John W. Eaton. > This is free software see the source code for copying conditions. [...] Bad octave version numbers like this mean octave headers, etc. will not be found (as you found out). This bad octave version number is due to a too-specific regex (assuming double digits for the final number) which I have now fixed in CVS. Could you please try again? You should get a "numerical" octave version number like -- OCTAVE_VERSION = 2.9.9 and that should allow finding octave headers etc. Let me know how it goes. > > #2 > Can't find jni.h: > > -- WARNING: jni.h header not found. Disabling Java bindings. > Please install that header and/or set the environment variable > CMAKE_INCLUDE_PATH appropriately. > > which is in /usr/lib/jvm/java/include/jni.h. > > I'll fix the cmake package to look there, but in the meantime setting > JAVA_HOME to /usr/lib/jvm/java does the trick. Another possibility is to export CMAKE_INCLUDE_PATH=/usr/lib/jvm/java/include as implied (perhaps not explicitly enough) by the error message. 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); PLplot scientific plotting software package (plplot.org); the Yorick front-end to PLplot (yplot.sf.net); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel