<br><br><div class="gmail_quote">On 23 March 2011 16:20, Frank Church <span dir="ltr"><<a href="mailto:vfclists@gmail.com">vfclists@gmail.com</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;">
<br><br><div class="gmail_quote"><div class="im">On 22 March 2011 18:15, Mattias Gaertner <span dir="ltr"><<a href="mailto:nc-gaertnma@netcologne.de" target="_blank">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;">

On Wed, 23 Mar 2011 00:44:43 +1100<br>
Peter Williams <<a href="mailto:pewilliams2010@live.com" target="_blank">pewilliams2010@live.com</a>> wrote:<br>
<br>
>[...]<br>
<div>> >Recompiling IdStreamVCL, checksum changed for IdGlobal<br>
> >IdStreamVCL.pas(13,20) Fatal: Can't find unit IdStreamVCL used by IdStream<br>
<br>
</div>You can try compiling the Indy package with -Ur. Add this to the<br>
compiler options of the Indy package.<br>
<div><br>
<br>
> >What do they actually mean, in particular which process is emitting the message Fatal: Can't find unit IdStreamVCL used by IdStream?<br>
<br>
</div>Process: fpc<br>
Meaning: a ppu file is outdated. There is a bug in fpc that can trigger<br>
this. There are several ways to work around the bug. One is to use -Ur.<br>
<br>
<br></blockquote></div><div><br>I will test your suggestion. I have always suspected that there some bugs in FPC that Indy triggers.<br> </div></div></blockquote><div><br><br>After trying it out it now compiling is okay, but when it comes to registration it stops on the file indylaz.pas, which is the file that registers the components.<br>
<br>It is sensible or the norm for the unit that does the registration to have the same base name of the project file?<br><br>ie indylaz.pas and indylaz.lpk<br><br>The file also appears to be created at compile time<br><br>
<blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote"><br>{ This file was automatically created by Lazarus. do not edit!<br>  This source is only used to compile and install the package.<br>
 }<br><br>unit indylaz; <br><br>interface<br><br>uses<br>    IdAbout, IdAboutVCL, IdAntiFreeze, IdCoreDsnRegister, IdDsnBaseCmpEdt, <br>  IdDsnCoreResourceStrings, IdDsnPropEdBinding, IdDsnPropEdBindingVCL, <br>  IdDsnRegister, IdDsnResourceStrings, IdDsnSASLListEditor, <br>
  IdDsnSASLListEditorForm, IdDsnSASLListEditorFormVCL, IdRegister, <br>  IdRegisterCore, LazarusPackageIntf;<br><br>implementation<br><br>procedure Register; <br>begin<br>  RegisterUnit('IdCoreDsnRegister', @IdCoreDsnRegister.Register); <br>
  RegisterUnit('IdDsnRegister', @IdDsnRegister.Register); <br>  RegisterUnit('IdRegister', @IdRegister.Register); <br>  RegisterUnit('IdRegisterCore', @IdRegisterCore.Register); <br>end; <br><br>initialization<br>
  RegisterPackage('indylaz', @Register); <br>end.    <br></blockquote><br><br><br><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Mattias<br>
<font color="#888888"><br>
--<br>
_______________________________________________<br>
</font><div><div></div><div>Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
</div></div></blockquote></div></div><br><br clear="all"><br>-- <br><div><div></div><div class="h5">Frank Church<br><br>=======================<br><a href="http://devblog.brahmancreations.com" target="_blank">http://devblog.brahmancreations.com</a><br>

</div></div></blockquote></div><br><br clear="all"><br>-- <br>Frank Church<br><br>=======================<br><a href="http://devblog.brahmancreations.com">http://devblog.brahmancreations.com</a><br>