[fpc-pascal]Error compiling the compiler

Peter Vreman peter at freepascal.org
Wed Dec 11 07:47:02 CET 2002


> Hi all,
>
> Just installed dosw32106full.zip. I am trying to update my compiler to
> 1.0.7, so
> I did a complete update from cvs using
>
> cvs -z 3 -d :pserver:cvs at cvs.freepascal.org:/FPC/CVS checkout fpc
>
> Then moved all the files into c:\pp\src as per recommendation of the docs.
>
> ./msg2inc.exe msg/errore.msg msg msg
> Loading messagefile msg/errore.msg
> Writing enumfile msgidx.inc
> Runtime error 5 at 0x0040EC9E
>   0x0040EC9E
>   0x00411524
>   0x0040DB72


The problem is that the file is Read-Only. Run the following command sin
the c:\pp\src dir to make the files Read-Write again:

attrib -r *.inc
attrib -r *.pas






More information about the fpc-pascal mailing list