-you shouldn't have to put all the files into one single directory. It's just because the indylaz.lpk script is not correctly defined to access to the concerned sub-directories. A minor change can fix it,
-you have to compile the package twice, mostly of the time. Because of an issue into the FPC compiler: see bug reports http://bugs.freepascal.org/view.php?id=19673 and http://bugs.freepascal.org/view.php?id=24121 . Well, in fact only one file is recompiled the second time,
-icons inside the IDE are outdated. They are corresponding to the old 16 colors ones, though the 256 colors version is available (furthermore a few ones are missing); because the .lrs files have not been updated. See attached capture for a sample with the 256 colors version.
I've planned to propose my fixes for the FPC installation; I guess I should do it.
In fact, when I was referring to fixes, I intended to mean fixes within the fulgan distribution. I've posted today a proposal for such fixes into the Indy forum. Depending of the answer of the coder(s), I may update then the Lazarus wiki.
..Compiling indylaz.pasCompiling .\System\IdStreamVCL.pas...
Old (16 colors) resource files : 10/08/2012IdRegisterCore.lrs : 51 KbIdRegister.lrs : 230 KbNew (256 colors) resource files : 23/03/2013IdRegisterCore.lrs : 59 KbIdRegister.lrs : 314 Kb
Hmmm, I do remember that IdStreamVCL.pas was a difficult problem. The compiler was saying something about not being able to find it. I had to add the directory to the package's Unit path before it worked.