On 2013-12-12 13:13-0800 phil rosenberg wrote:

> Hi Andrew and Alan
> Unfortunately I'm not sure either problem is fixed. So here is my
output with fortran enabled....

Hi Phil"

It looks to me that the Fortran build system logic is working
correctly on your platform.  The soft landing for that (and all other
languages) is implemented by trying a mini project with that language
and report back the result to the principal configuration logic and
act upon it there.  So because you have no fortran compiler you got
all sorts of error messages from the Fortran mini-project concluding
with

>       0 Warning(s)
>       1 Error(s)
>
>   Time Elapsed 00:00:00.04
>
>
>   CMake will not be able to correctly generate this project.
> Call Stack (most recent call first):
>   CMakeLists.txt:33
> (enable_language)
>
> -- Configuring incomplete, errors occurred!
> See also
> "D:/SourceCode/Libraries/plplot_trunk_staticbuild_debug_32/language_tes
> ts/Fortran/CMakeFiles/CMakeOutput.log".
> See also 
> "D:/SourceCode/Libraries/plplot_trunk_staticbuild_debug_32/language_tes
> ts/Fortran/CMakeFiles/CMakeError.log".

But that group of messages was immediately followed by
> -- WARNING: no working Fortran compiler so disabling Fortran bindings and 
> exampl
> es.

That message was emitted by the principal configuration logic so all
was well with that configuration and the cmake processing continued.

However, later on you ran into

> CMake Error at src/CMakeLists.txt:204 (set_qt_target_properties):
>   Unknown CMake command "set_qt_target_properties".

That was due to a real error in the build system logic which I have now
(revision 12860) fixed.

So please try again and let us know the results.

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
__________________________

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Plplot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to