<br><br><div class="gmail_quote">On Tue, Nov 23, 2010 at 3:12 PM, Mattias Gaertner <span dir="ltr"><<a href="mailto:nc-gaertnma@netcologne.de">nc-gaertnma@netcologne.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im">> By the way, the bug listed as solved (<br>
> <a href="http://bugs.freepascal.org/view.php?id=17437" target="_blank">http://bugs.freepascal.org/view.php?id=17437</a>) probably still exist. Actually<br>
> the makefiles in the folder \components\lazcontrols are the only one that<br>
> occasionally contains extra relative up and after that Lazarus down<br>
> (../../../Lazarus/lcl instead of ../../lcl),<br>
<br>
</div>That probably means you are mixing packages from two Lazarus<br>
source directories.<br>
This is allowed, although in case of lazcontrols this is almost always<br>
a bad idea. I'm not sure where to put a warning for this case.<br>
<div class="im"><br></div></blockquote></div><br>Mattias, you were right, I was too fast at the statement of the bug existence, and it seems that there a reason why this makefiles were changed. Initially I opened lazarus.lpi with lazarus 9.28.2, he showed an error in dividerbevel.pas about overriding non-existent method, after that I saw that it's not a good idea trying to compile new lazarus with an old one and went fpc make way, but it looks like this makefiles were automatically managed by the lazarus, that corrected the pathes, right? So the changes I made in the IDE made this mix possible. I just tried to reproduce it from start and yes, the files are changed right after pressing F9 in the old IDE. <br>

<br>The only thing that makes me sad is that there were no save buttons pressed and nevertheless an irreversible change are made to the files (SVN Update no longer download correct versions).  I suppose there's no chance for disk-based utilities work other way (for example changing makefile it memory), but can this automatic management be controlled by me in some way?<br>

<br>Max Vlasov<br>