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