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
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
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
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
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