[fpc-devel] Win32 build of actual trunk
Jonas Maebe
jonas at freepascal.org
Sun Sep 8 13:14:52 CEST 2019
On 2019-09-08 12:58, Gabor Boros wrote:
> If I try to build trunk (42942) with 3.0.4 Win32 got the next error:
>
> r:/src/compiler/ppc386.exe -Ur -Xs -O2 -n -Fu..
> -Fur:/src/rtl/units/i386-win32 -FE. -FUunits/i386-win32 -dRELEASE
> ppuutils/ppudump.pp -Fu../generic -dGENERIC_CPU -Fi..
> globals.pas(58,29) Error: Identifier not found "m_prefixed_attributes"
> globals.pas(633,1) Fatal: There were 1 errors compiling module,
> stopping
> Fatal: Compilation aborted
You should perform a "make cycle" in the compiler directory, or "make
all" at the top level FPC directory. The ppudump utility will then only
be compiled with the final compiler. The compiler built during the first
pass may not be feature-complete due to known bugs or limitations of the
bootstrap compiler.
Jonas
More information about the fpc-devel
mailing list