Compiling aborts with error message "Cannot find IDEOptionsIntf used by IDEWindowIntf..."
- Lazarus/FPC Version: Lazarus 2.2.0 (rev Unknown) FPC 3.2.2 x86_64-darwin-cocoa
- Operating System: macOS Big Sur 11.6.2
- CPU / Bitness: 3,6 GHz Quad-Core Intel Core i3 / 64 Bit
What happens
When compiling one of my apps and also on recompiling the IDE it stops with the error message "idewindowintf.pas(26,3) Fatal: Cannot find IDEOptionsIntf used by IDEWindowIntf, incompatible ppu=/Applications/Lazarus/components/buildintf/units/x86_64-darwin/ideoptionsintf.ppu, multiple packages: BuildIntf, IDEIntf".
What did you expect
I expected, of course, that source code can be compiled and that the Lazarus IDE can be built from sources
Steps to reproduce
Every try to rebuild the IDE or to compile a complex program (e.g. https://sourceforge.net/projects/simthyr/files/Source%20Code/SimThyr_4_0_4_Sourcecode.zip, which worked well under Lazarus 2.0.12).
Edited by Johannes W. Dietrich