Re: [fpc-devel] Problem opening inc files without Archive set

2008-03-10 Thread Dave Parsons
On Mon, 10 Mar 2008 09:16:24 +0100 (CET), Tomas Hajny wrote: > On Mon, March 10, 2008 08:58, Dave Parsons wrote: > > > Hi, > > > I've just rebuilt the compiler on OS/2 and ran into a new problem. > > > > The build stops with the error below if the file it is trying > > to include does not have

Re: [fpc-devel] Problem opening inc files without Archive set

2008-03-10 Thread Bernd Mueller
Dave Parsons wrote: Has anyone seen this before? may be it is related to http://bugs.freepascal.org/view.php?id=10873 Regards, Bernd. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Problem opening inc files without Archive set

2008-03-10 Thread Tomas Hajny
On Mon, March 10, 2008 08:58, Dave Parsons wrote: Hi, > I've just rebuilt the compiler on OS/2 and ran into a new problem. > > The build stops with the error below if the file it is trying > to include does not have the archive bit set. It had been cleared > by a recent backup. > If I set the bi

[fpc-devel] Problem opening inc files without Archive set

2008-03-10 Thread Dave Parsons
Hi, I've just rebuilt the compiler on OS/2 and ran into a new problem. The build stops with the error below if the file it is trying to include does not have the archive bit set. It had been cleared by a recent backup. If I set the bit manually again, then it is able to read it and compiles ok.