Hi!
I got grx-2.3.1 installed. I tested the C-programms and everything was fine.
Then, I tried to do the same with the Pascal-Programms:
gpc --automake -L/usr/X11R6/lib -L/usr/lib -lX11 -ltiff -ljpeg -lgrx taste.pas
(or whatever libs I try to link. I also used different versions of gpc. Debian Linux 2.2, 586-PC)
I get (more than) the following errors:
8< ------------------- snip ------------ grx20.pas:252: warning: identifiers should not start with an underscore grx20.pas:252: warning: identifiers should not contain two adjacent underscores grx20.pas:252: warning: identifiers should not end with an underscore grx20.pas:252: type name expected, identifier '__asmname__' given grx20.pas:252: parse error before ;' ......... grx20.pas:622: type name expected, identifier Grfont' given grx20.pas:622: warning: type defaults to 'int' in declaration of 'Font' grx20.pas:1320: parse error before 'integer' gpc1: gpc exited with status 1 ------------------- snap ------------>8
In grx20.pas I did not find a library-decalaration like {$L grx}. Do I have to put it in my source?
Could you please help me?
Eike
Hi, Eike and all,
Eike wrote:
grx20.pas:252: warning: identifiers should not end with an underscore grx20.pas:252: type name expected, identifier '__asmname__' given grx20.pas:252: parse error before ;' .........
That grx20.pas has been written for prehistoric versions of GPC.
Please get an up-to-date `grx.pas' from
ftp://agnes.dida.physik.uni-essen.de/home/peter/grx.pas
Hope this helps,
Peter
Hi Peter and all,
On Thu, Oct 26, 2000 at 12:11:32PM +0200, Peter Gerwinski wrote:
Eike wrote:
grx20.pas:252: parse error before ;' .........
That grx20.pas has been written for prehistoric versions of GPC. Please get an up-to-date `grx.pas' from ftp://agnes.dida.physik.uni-essen.de/home/peter/grx.pas
thanks, that helped very much :-) The test-programms in pascal/ compile properly.
I would like to create a README, makefile and fix the "Uses"-part of the sources. Do you want me putting it to the public (with grx.pas instead of grx20.pas)?
Eike
Hi, Eike and all,
Eike wrote:
I would like to create a README, makefile and fix the "Uses"-part of the sources. Do you want me putting it to the public (with grx.pas instead of grx20.pas)?
Be welcome. :-)
Peter
Hi All!
On Fri, Oct 27, 2000 at 10:47:48AM +0200, Peter Gerwinski wrote:
Eike wrote:
I would like to create a README, makefile and fix the "Uses"-part of the sources. Do you want me putting it to the public (with grx.pas instead of grx20.pas)?
Be welcome. :-)
If you are interested in the changes (README, makefile, minor-changes to test-programms like English output and one bugfix) you can get them via anonymous ftp:
mond.dida.physik.uni-essen.de/pub/grx-pas.tgz
Eike