On 01/10/2013 14:14, Martin wrote:
On 25/09/2013 04:33, silvioprog wrote:
Hello,

Now PascalScript has two packages, one that uses only the FCL(1) and another that uses the LCL(2).

Can you update it in Lazarus too? (lazarus\components\pascalscript)

I looked at it. But currently, it looks like it may cause problems.

Both packages share the same folders, that can lead to conflicts.

e.g. the LCL part, when getting compiled, will find the pas sources and recompile them, instead of using the ppu. Then if anything would use the fcl part, timestamps would be changed, and stuff recompiled.

So far this would only only lead to a few units compiled twice.... But I suspect there is a danger, that if changes are made to a file, it may not trigger a recompile of all the dependencies., That would mean that after updating from svn, it may happen that some ppu are not rebuild, and the result is an unstable executable.


I have added the fcl package. BUT

- The normal package, is kept as it. One package that contains all, and does not need the fcl package (in fact may have issues if both are used / not tested) - The fcl pacage as a separate unit directory. It can be used INSTEAD of the normal package.

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to