Cannot build lazarus IDE after 50040a2cab9975aff6974bf462a0e2635d9b84ca
## Summary
FPC trunk cannot build lazarus ide after commit 50040a2cab9975aff6974bf462a0e2635d9b84ca.
## System Information
<!-- The more information are provided the easier it is to replicate the bug -->
- **Operating system:** Windows <!-- Windows, Linux (if possible, also name the distro), FreeBSD, Android, ... -->
- **Processor architecture:** x86 <!-- x86, x86-64, ARM, AARCH64, AVR, RISC-V, PowerPC, ... -->
- **Compiler version:** trunk <!-- 3.2, 3.2.2, 3.3, trunk, beta, ... (if possible, give also the git hash) -->
- **Device:** Computer <!-- Computer, Tablet, Mobile, Amiga, Microcontroller, ... -->
## Steps to reproduce
<!-- How one can reproduce the issue - this is very important! -->
Build Lazarus IDE with FPC trunk commit 50040a2cab9975aff6974bf462a0e2635d9b84ca
## Example Project
<!-- If possible, please create an example project that exhibits the problematic
behavior, and link to it here in the bug report. -->
## What is the current bug behavior?
<!-- What actually happens -->
Link error at building lazarus IDE.
## What is the expected (correct) behavior?
<!-- What you should see instead -->
No error.
## Relevant logs and/or screenshots
<!-- Paste any relevant logs - please use code blocks (```) to format console output, logs, and code, as
it's very hard to read otherwise.
You can also use syntax highlighting for Pascal with: ```pascal the code```
For more information see https://docs.gitlab.com/ee/user/markdown.html -->
```
(9015) Linking ..\lazarus.exe
C:\development\lazarus\ide\lazarus.pp(171,1) Error: (9221) Undefined symbol: TC_$FPDMEMORYTOOLS_$$__zero_$FPDMEMORYTOOLS_$$_TFPDBGMEMLOCATION (first seen in fpdebugvalueconvertors.o)
C:\development\lazarus\ide\lazarus.pp(171,1) Fatal: (10026) There were 1 errors compiling module, stopping
Fatal: (1018) Compilation aborted
Error: C:\development\fpc\bin\i386-win32\ppc386.exe returned an error exitcode
make[2]: *** [Makefile:5508: ide] Error 2
make[1]: *** [Makefile:3106: ide] Error 2
Error: (lazarus) Build IDE: stopped with exit code 2
Error: (lazarus) Building IDE: Building IDE failed.
make: *** [Makefile:3115: useride] Error 2
```
## Possible fixes
<!-- If you can, link to the line of code that might be responsible for the problem -->
issue