Doing a source install using the sources readme, both
make clean bigide
make clean all
cannot find fcllaz.pas
Target OS: Linux for i386
Compiling fcllaz.pas
Fatal: Can't open file "fcllaz.pas"
But the file is present, see..
# find |grep -i fcllaz.pas
./packager/registration/fcllaz.pas
So seemingly the Lazarus installation cannot find a file in it's own repository tree.
Is it even possible to install Lazarus from source if it cannot find it's own files ?