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

Dave Parsons dwparsons at t-online.de
Mon Mar 10 08:58:02 CET 2008


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.

Tested with snapshot 'Free Pascal Compiler version 2.2.1 [2007/11/03]'
and svn 'Free Pascal Compiler version 2.3.1 [2008/01/03]'

---------------------------------------------------------------------------
make -C os2 all
make[8]: Entering directory `F:/fpc/fpcbuild/fpcsrc/rtl/os2'
F:/EMX/BIN/mkdir.exe -p ../../rtl/units/os2
as -o ../../rtl/units/os2/prt0.o prt0.as
F:/PP231DEV/BIN/OS2/ppc386.exe -Ur -Ur -Xs -O2 -n -Fi../inc -Fi../i386 -FE.
    -FU../../rtl/units/os2 -di386 -dRELEASE -Us -Sg system.pas
system.inc(231,2) Fatal: Can't open include file "genset.inc"
Fatal: Compilation aborted
make[8]: Leaving directory `F:/fpc/fpcbuild/fpcsrc/rtl/os2'
---------------------------------------------------------------------------

Has anyone seen this before?

Cheers,
Dave





More information about the fpc-devel mailing list