Re: [Plplot-devel] Vastly improved configuration of Ada interface and examples for PLplot. Please test!

2007-03-05 Thread Alan W. Irwin
On 2007-03-05 04:10-0700 Jerry wrote: It sounds like this might be a question for comp.lang.ada if you guys don't get it cracked soon. That's a good idea for the future. However, what we need most now is some comprehensive platform testing. The current form of experimental CMake support for

Re: [Plplot-devel] Vastly improved configuration of Ada interface and examples for PLplot. Please test!

2007-03-05 Thread Werner Smekal
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

Re: [Plplot-devel] ada bindings mingw fix (?)

2007-03-05 Thread Alan W. Irwin
On 2007-03-05 23:03+0100 Werner Smekal wrote: Hi Alan, I just found an easy fix for the object file ending problem. In CMakeAdaCompiler.cmake.in change the last lines to: IF(UNIX OR MINGW) SET(CMAKE_Ada_OUTPUT_EXTENSION .o) ELSE(UNIX OR MINGW) SET(CMAKE_Ada_OUTPUT_EXTENSION .obj)

[Plplot-devel] university students with plsmem problem (fwd)

2007-03-05 Thread Alan W. Irwin
Does anybody have a good simple example of using plsmem? See request that was sent to me below. I encourage you to reply directly to Raul, but if you do so, please CC me or this mailing list since I would like to know the answer to the question as well. Alan __ Alan W.

[Plplot-devel] New DEFAULT_NO_BINDINGS option

2007-03-05 Thread Alan W. Irwin
I have made changes to the CMake build system so that if you set DEFAULT_NO_BINDINGS ON (assuming you have removed the cache file), then no bindings will be enabled by default other than the C one and any that you specifically turn on. Note there is a DEFAULT_NO_DEVICES option that plays a