Hi,

> However, what we need most now is some comprehensive platform testing.  The
> current form of experimental CMake support for Ada works fine on all Debian
> and Ubuntu platforms where it has been tested.  It does have filename
> extension problems on MinGW, but at most those problems will affect Cygwin
> and MinGW, and they might be isolated to just MinGW.  To get a comprehensive
> picture of the overall problems we face with the GNAT version of Ada, we
> need testing not only on Cygwin, but also additional Linux platforms and Mac
> OS X.

ok, cygwin test results:

* install gcc-ada package with setup.exe of cygwin
* export CMAKE_LIBRARY_PATH=/usr/lib/gcc/i686-pc-cygwin/3.4.4/adalib
* cmake -DENABLE_ada=ON -DBUILD_TEST=ON -DENABLE_tcl=OFF -DENABLE_tk=OFF 
-DENABLE_DYNDRIVERS=OFF ..
   (since tcl/tk driver doesn't work (set to OFF) and dynamic drivers 
doesn't work (set to OFF))
* make

The ada library is build correctly, since the object file ending for 
cygwin is .o . Examples don't build though:

Scanning dependencies of target x01a
[ 98%] Building Ada object examples/ada/CMakeFiles/x01a.dir/x01a.o
Linking Ada executable x01a.exe
gnatmake: "x01a.exe.adb" not found
make[2]: *** [examples/ada/x01a.exe] Error 4
make[1]: *** [examples/ada/CMakeFiles/x01a.dir/all] Error 2
make: *** [all] Error 2

So we are kind of really close for cygwin.

Werner

-- 
Dipl. Ing. Werner Smekal
Institut fuer Allgemeine Physik
Technische Universitaet Wien
Wiedner Hauptstr 8-10
A-1040 Wien
Austria

email: [EMAIL PROTECTED]
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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to