On Sat, 14 Nov 2009 18:39:39 +0000 Howard Page-Clark <[email protected]> wrote:
> Hi > > I'm trying to install Indy 10.2.0.3 in Lazarus under WinXP. I've > followed the readme, and the indylaz.lpk compiles OK, but then will > not install in the IDE with the error: > > C:\lazarus\ide\lazarus.pp(1,1) Fatal: Can't find unit IdGlobal used by > IdAboutVCL > > However the unit IdGlobal is there, freshly compiled exactly where > "Compiler Options for Package indylaz 10.2.0.3" "Other unit files" > specifies. > > Anyone know what I'm doing wrong? Compile IDE with -vut, this way the compiler prints what files it finds: See 'Advanced Build Options'. Start IDE with command line parameter --debug-log=log.txt. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
