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

2007-03-13 Thread Werner Smekal
Hi Alan, However, that was because I replaced -plbox(bc, 0.0, 0, bc, 0.0, 0); +Box_Around_Viewport(TUB(bc), 0.0, 0, TUB(bc), 0.0, 0); If I use plbox rather than Box_Around_Viewport, then the result has extraneous tick marks. I don't understand the cause of this problem. The same

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

2007-03-13 Thread Alan W. Irwin
On 2007-03-13 11:29+0100 Werner Smekal wrote: Hi Alan, Ada bindings and example work now for the MinGW environment. Apart from the fix below I only needed a small change - instead of TARGET.adb I used TARGET_BASE.adb, since TARGET_BASE is the target name without suffix. I also checked that