Re: [Plplot-devel] Cookbook for implementing the remaining Ada examples

2007-07-04 Thread Alan W. Irwin
On 2007-07-04 09:12-0700 Alan W. Irwin wrote: > If you want to help with this effort of implementing the traditional Ada > examples, please let the list know exactly which ones you are working on so > there is no duplication of effort. > > For example, I am currently working on x02a.adb. Which is

Re: [Plplot-devel] Error in gd.c when compiling plplot-5.7.3 on Debian/Etch

2007-07-04 Thread Alan W. Irwin
On 2007-07-04 18:01+0200 Dominique MICOLLET wrote: > Hello, > > When I compile on a genuine Debian/Etch I get the following error > > gd.c: In function 'plD_init_png_Dev': > gd.c:432: error: 'smooth_text' undeclared (first use in this function) > gd.c:432: error: (Each undeclared identifier is rep

[Plplot-devel] Error in gd.c when compiling plplot-5.7.3 on Debian/Etch

2007-07-04 Thread Dominique MICOLLET
Hello, When I compile on a genuine Debian/Etch I get the following error gd.c: In function 'plD_init_png_Dev': gd.c:432: error: 'smooth_text' undeclared (first use in this function) gd.c:432: error: (Each undeclared identifier is reported only once gd.c:432: error: for each function it appears in

[Plplot-devel] Cookbook for implementing the remaining Ada examples

2007-07-04 Thread Alan W. Irwin
examples/ada/x??a.adb are Ada examples which use the traditional Ada binding which means they are reasonably close to what the examples look like in other languages. For example, the Ada PLplot function calls including the redacted argument list should almost always be identical with the python or

Re: [Plplot-devel] Ada bindings: user no longer needs to incorporate the thin binding

2007-07-04 Thread Alan W. Irwin
On 2007-07-03 22:29-0700 Jerry wrote: > Ada does not propagate the "with" clause as you discovered. I've > worked in languages where this happens or can be optionally turned > on. It seems that, as with most convenience features in programming, > it comes back to bite you and ends up being more of