On 2009-08-03 00:13-0400 Hezekiah M. Carty wrote: > On Sun, Aug 2, 2009 at 10:29 PM, Alan W. Irwin<[email protected]> > wrote: >> On 2009-08-01 22:37-0700 Alan W. Irwin wrote: >> >>> Hi Hez: >>> >>> The prior situation was that the C++ compiler was _always_ searched for >>> (regardless of option settings) and if not found an error resulted. Now >>> it >>> is optional depending on how ENABLE_cxx is set (with a soft landing if a >>> C++ >>> compiler is missing/broken). However, I implemented that complete >>> dependence >>> on ENABLE_cxx without much thought. Now you have brought it up, I have >>> decided we could do something a lot better there. I will work on that >>> tomorrow. >> >> DONE. See the commit messages for revisions 10200 and 10201 for >> explanations. >> Please try it out to make sure it conforms to what you want. > > Alan, > > Thank you for working on this. From a clean build directory (revision > 10201), using the following cmake command: > > build$ cmake -DCMAKE_VERBOSE_MAKEFILE=ON > -DCMAKE_INSTALL_PREFIX=/home/hcarty/Applications/plplot > -DBUILD_TEST=ON -DDEFAULT_NO_BINDINGS=ON -DENABLE_ocaml=ON ../ >& > cmake.out > > I get a compilation error about a missing moc_files.h.
Some time tomorrow I hope that we will be able to build the qt device driver with -DENABLE_qt=OFF, but that doesn't work at the moment as you found out. The workaround for now is either -DENABLE_qt=ON or -DDEFAULT_NO_QT_DEVICES=ON. 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 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 __________________________ ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
