[fpc-devel]last message for today - compile successful but
adrian15 at europe.com
adrian15 at europe.com
Sun Jun 3 16:32:49 CEST 2001
(What I've done is copy the .o files required in pp2\bin\go32v2 folder. But I
want to know how to create them.)
I am able to compile some files but not this one:
programa prueba2;
var
i : entero;
inicio
i:=1;
Para i := 1 hasta 12 haz
inicio
escribe('hola');
fin;
fin.
Errors are:
D:\bailalo\S6\PP2\BIN\GO32V2>pp -Fu..\..\source\rtl\go32v2\ -Fi..\..\source\rtl
inc -Fi..\..\source\rtl\i386 -di386 -vo -Sg pru2.pas
pru2.pas(5,5) Error: Identifier not found ENTERO
pru2.pas(5,11) Error: Error in type definition
pru2.pas(10,4) Error: Incompatible types: got "ENTLARGO" expected "<erroneous t
pe>"
pru2.pas(12,13) Error: Incompatible types: got "ENTLARGO" expected "<erroneous
ype>"
pru2.pas(18) Fatal: There were 4 errors compiling module, stopping
The fact is that I've changed Integer for Entero and SmallInt for Entpequeno in
SYSTEMH.INC (From the new RTL, the one it is in pp2) and... nothing happens. It
doesn't understand entero.
I've searched PP\SOURCE\COMPILER and there's neither file with 'integer' in it,
nor file with 'integer' is found in PP2\source\rtl.
But if change entero and I write integer. IT WORKS. I find it quite magical.
There's something that it isn't very well.
I hope this is the last message for today.
Thanks again,
adrian15.
---------------------------------------------
This message was sent using Endymion MailMan.
http://www.endymion.com/products/mailman/
More information about the fpc-devel
mailing list