On 2008-08-29 11:03+0200 Werner Smekal wrote:

> Hi,
>
> recently I found out that there are unoffical MinGW 4.3.1 packages for
> Windows (http://www.tdragon.net/recentgcc/) - they also provide a nice
> installer, where everything is installed even ada and fortran support if
> you wish so. Except the make tool, but I added a summary to our wiki of
> the whole installation process:
> http://www.miscdebris.net/plplot_wiki/index.php?title=Setup_mingw . This
> installer can also be used to install the official MinGW 3.4.5 packages.
>
> So I installed also the ada packages, but cmake 2.6.0 (also 2.4.8) has
> problems to pass the configuration stage:
>
> -- Looking for include paths and libraries for Tcl/Tk
> -- Looking for include paths and libraries for Tcl/Tk - not found
> -- WARNING: Disabling everything that is Tcl/Tk related
> -- FOUND gnat library
> C:/DevZone/MinGW-4.3.1/lib/gcc/mingw32/4.3.1/adalib/libgnat.a
> CMake Error at cmake/modules/CMakeDetermineAdaCompiler.cmake:18 (MESSAGE):
>   Could not find compiler set in environment variable ADA:

Hi Werner:

That error message has a straightforward interpretation.  For context look
near line 18 of cmake/modules/CMakeDetermineAdaCompiler.cmake.  From that
context it appears that you set the ADA environment variable to something
that GET_FILENAME_COMPONENT could not find.

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
__________________________

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to