Hi, I have uploaded a new pre-release of GRX 2.4.6.
I plan to make it the final 2.4.6 if no big problems are reported.
Enjoy, M.Alvarez
Mariano Alvarez Fernandez wrote:
Hi, I have uploaded a new pre-release of GRX 2.4.6.
I plan to make it the final 2.4.6 if no big problems are reported.
It's lacking my latest Pascal patch.
There are some warnings left in the Pascal demos. I could fix them, but I don't know if Eike is already working on it, and I don't want to duplicate the work ...
Also, Guillem's configure/Makefile patch hasn't been applied. Does this mean you rejected it, or are you still considering it?
Frank
On Mon, Jun 02, 2003 at 09:39:22PM +0200, Frank Heckenbach wrote:
It's lacking my latest Pascal patch. There are some warnings left in the Pascal demos. I could fix them, but I don't know if Eike is already working on it, and I don't want to duplicate the work ...
Well, I haven't seen any warnings after changing the examples.
Eike
Eike Lange wrote:
On Mon, Jun 02, 2003 at 09:39:22PM +0200, Frank Heckenbach wrote:
It's lacking my latest Pascal patch.
It's included again in the attached patch (just in case).
There are some warnings left in the Pascal demos. I could fix them, but I don't know if Eike is already working on it, and I don't want to duplicate the work ...
Well, I haven't seen any warnings after changing the examples.
Ah, I see. The file pascal/taste.pas should be removed (you translated it to keytest.pas, but the old file was still there and caused the warnings). This is not done in the patch.
And Makefiles etc. have to be adjusted (in the patch).
The other warnings I got were about a C program:
bccbgi.c: In function `ColorDemo': bccbgi.c:611: warning: operation on `color' may be undefined bccbgi.c: In function `UserLineStyleDemo': bccbgi.c:1281: warning: operation on `i' may be undefined
These constructs are invalid in C. Also fixed in the patch.
Frank
Frank Heckenbach wrote:
Mariano Alvarez Fernandez wrote:
Hi, I have uploaded a new pre-release of GRX 2.4.6.
I plan to make it the final 2.4.6 if no big problems are reported.
It's lacking my latest Pascal patch.
Opss! I think it was lost with the Eike changes
There are some warnings left in the Pascal demos. I could fix them, but I don't know if Eike is already working on it, and I don't want to duplicate the work ...
I think the best is that you will send a final Pascal patch over 2.4.6-p4 (OK Eike?)
Also, Guillem's configure/Makefile patch hasn't been applied. Does this mean you rejected it, or are you still considering it?
I will apply it, but let me release 2.4.6 first, ok?
On Die, Jun 03, 2003 at 12:17:57 +0200, Mariano Alvarez Fernandez wrote:
Frank Heckenbach wrote:
Mariano Alvarez Fernandez wrote: It's lacking my latest Pascal patch.
Opss! I think it was lost with the Eike changes
There are some warnings left in the Pascal demos. I could fix them, but I don't know if Eike is already working on it, and I don't want to duplicate the work ...
I think the best is that you will send a final Pascal patch over 2.4.6-p4 (OK Eike?)
Just apply Franks patch. It should work.
Eike