Hi Alan,

In addition after I configure PLplot with cmake and run make, cmake is run again due "Re-run cmake: build system dependency is missing" (see make.out). It might have something to do with a misconfigured bindings, since when I turn all bindings off, this doesn't happen. I think the re-run should also not happen. I try to find out, which bindings causes this.

I found out what causes the rerun. I have to disable f77 and f95 bindings at the command line, then a make call doesn't lead to an rerun of cmake. I attached both outputs of cmake. The command line was

cmake -DBUILD_TEST=ON ../plplot &> cmake.out &> cmake.out
cmake -DBUILD_TEST=ON -DENABLE_f77=OFF -DENABLE_f95=OFF ../plplot &> cmake_wo_fortran.out

The difference between these files is

< -- The Fortran compiler identification is unknown
< -- Configuring done
< -- Generating done
< -- Build files have been written to: /Users/smekal/Development/ plbuild/language_tests/Fortran
< -- The Fortran compiler identification is unknown
< -- WARNING: no working Fortran compiler so disabling Fortran bindings and examples.
< -- CMAKE_GENERATOR = Unix Makefiles

Is this behavior reproducible on Linux (where no working Fortran compiler is available)?

Let me know if you need further information.

Regards,
Werner



Attachment: cmake.out
Description: Binary data

Attachment: cmake_wo_fortran.out
Description: Binary data





Regards,
Werner


<cmake.out><make.out>



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
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel


--
Dr. Werner Smekal
Institut fuer Allgemeine Physik
Technische Universitaet Wien
Wiedner Hauptstr 8-10
A-1040 Wien
Austria
DVR-Nr: 0005886

email: sme...@iap.tuwien.ac.at
web:   http://www.iap.tuwien.ac.at/~smekal
phone: +43-(0)1-58801-13463 (office)
      +43-(0)1-58801-13469 (laboratory)
fax:   +43-(0)1-58801-13499

------------------------------------------------------------------------------
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
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel


--
Dr. Werner Smekal
Institut fuer Allgemeine Physik
Technische Universitaet Wien
Wiedner Hauptstr 8-10
A-1040 Wien
Austria
DVR-Nr: 0005886

email: sme...@iap.tuwien.ac.at
web:   http://www.iap.tuwien.ac.at/~smekal
phone: +43-(0)1-58801-13463 (office)
       +43-(0)1-58801-13469 (laboratory)
fax:   +43-(0)1-58801-13499

------------------------------------------------------------------------------
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
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to