I am not able to build Lazarus from latest git source (after git pull).
C:\Programs\gnu\lazarus\ide\transfermacros.pp(161,40) Error: (5000) Identifier not found "lisTMFunctionExtractFileExtens
ion"
C:\Programs\gnu\lazarus\ide\transfermacros.pp(162,41) Error: (5000) Identifier not found "lisTMFunctionExtractFilePath"
C:\Programs\gnu\lazarus\ide\transfermacros.pp(163,41) Error: (5000) Identifier not found "lisTMFunctionExtractFileNameEx
tension"
C:\Programs\gnu\lazarus\ide\transfermacros.pp(164,45) Error: (5000) Identifier not found "lisTMFunctionExtractFileNameOn
ly"
C:\Programs\gnu\lazarus\ide\transfermacros.pp(165,44) Error: (5000) Identifier not found "lisTMFunctionAppendPathDelimit
er"
C:\Programs\gnu\lazarus\ide\transfermacros.pp(166,45) Error: (5000) Identifier not found "lisTMFunctionChompPathDelimite
r"
C:\Programs\gnu\lazarus\ide\transfermacros.pp(359,26) Error: (5000) Identifier not found "lisTMunknownMacro"
transfermacros.pp(563) Fatal: (10026) There were 7 errors compiling module, stopping
Fatal: (1018) Compilation aborted
make[2]: *** [lazbuild.exe] Error 1
make[2]: Leaving directory `C:/Programs/gnu/lazarus/ide'
make[1]: *** [lazbuilder] Error 2
make[1]: Leaving directory `C:/Programs/gnu/lazarus/ide'
make: *** [lazbuild] Error 2
The identifier is actually in IdeConfStrConsts, but after adding the unit to uses clause, I am still not able to build.
C:\Programs\gnu\lazarus\debugger\debugger.pp(550,36) Error: (5000) Identifier not found "TWatchDisplayFormat"
C:\Programs\gnu\lazarus\debugger\debugger.pp(550,55) Error: (5007) Error in type definition
C:\Programs\gnu\lazarus\debugger\debugger.pp(551,18) Fatal: (2003) Syntax error, ")" expected but "," found
Fatal: (1018) Compilation aborted
make[2]: *** [lazbuild.exe] Error 1
make[2]: Leaving directory `C:/Programs/gnu/lazarus/ide'
make[1]: *** [lazbuilder] Error 2
make[1]: Leaving directory `C:/Programs/gnu/lazarus/ide'
make: *** [lazbuild] Error 2
C:\Programs\gnu\lazarus>git status
On branch fixes_3_0
Your branch is up-to-date with 'origin/fixes_3_0'.