[fpc-pascal]Possible compiler bug
Peter Vreman
peter at freepascal.org
Sat Sep 9 12:07:26 CEST 2000
At 19:51 8-9-00, you wrote:
>fpc-pascal at deadlock.et.tudelft.nl wrote:
> >
> > > # searchpath for includefiles
> > > -Fid:\pp\source\rtl\$TARGET\*;d:\pp\units\$TARGET\*;d:\pp\projects\*
> >
> > You'll also need d:\pp\projects in the line as the \* adds all subdirs
> > and not the basedir
>
>I just Just tried that and it didn't make any difference.
>
> > What is the name of the include file?
>
>defines.inc, has all of my compiler directives in it.
That name is also used by the windows unit and causes therefor problems
because it's found and more recent than the one compiled in the windows
unit. Because also windows.pp is found (due the source\rtl\ in the search
path) it wants to recompile which then fails because it misses some include
files.
Peter
More information about the fpc-pascal
mailing list