On Mon, 25 Oct 2010 09:30:59 +0200 Mattias Gaertner <[email protected]> wrote:
> On Sun, 24 Oct 2010 20:22:47 -0500 > Andrew Brunner <[email protected]> wrote: > > > I'm stummped b/c when I get into the IDE I can see the SQLdb > > components tab with buttons for the typical SQL DBMS components. I > > was able to rebuild Lazarus with the SQL DBLAZ components just fine. > > > > But looking at the console on startup... > > " TLazPackageGraph.CheckIfPackageNeedsCompilation Compile was > > incomplete for SQLDBLaz 1.0.1" <<< > > > > > > > > TLazarusManager.Run starting /Developer/Lazarus/lazarus ... > > TMainIDE.ParseCmdLineOptions: > > PrimaryConfigPath="/home/atbrunner/.lazarus" > > SecondaryConfigPath="/etc/lazarus" > > TFPCTargetConfigCache.NeedsUpdate real compiler file changed > > "/usr/lib/fpc/2.5.1/ppcx64" > > TFPCTargetConfigCache.Update /usr/local/bin/fpc TargetOS=linux > > TargetCPU=x86_64 CompilerOptions= > > ExtraOptions=-Fr/Developer/Lazarus/components/codetools/fpc.errore.msg > > PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin > > RunTool /usr/local/bin/fpc -iTOTP -Px86_64 -Tlinux > > -Fr/Developer/Lazarus/components/codetools/fpc.errore.msg > > RunTool /usr/local/bin/fpc -va -Px86_64 -Tlinux > > -Fr/Developer/Lazarus/components/codetools/fpc.errore.msg > > compilertest.pas > > TFPCTargetConfigCache.Update: has changed > > TLazPackageGraph.CheckIfPackageNeedsCompilation Compile was > > incomplete for SQLDBLaz 1.0.1 > > [TExternalToolList.Run] CmdLine="/usr/local/bin/fpc -MObjFPC -Scgi > > -O1 -TLinux -Px86_64 -gl -vewnhi -l > > It must be linux, not Linux. > > Please check your project's compiler options. The IDE now automatically fixes the case for TargetOS and TargetCPU. AFAIK all currently available targets are lowercase. Is this correct? Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
