[Lazarus] automatic code unfolding, on edit (inside fold)

Martin Friebe lazarus at mfriebe.de
Thu Jul 31 15:21:03 CEST 2008


On Thu, 31 Jul 2008 12:29:28 +0300
ik <idokan at gmail.com> wrote:

> Hello,
> 
> When I try to recompile lazarus i'm having the following problem:
> 
> [TExternalToolList.Run] CmdLine="/usr/bin/ppcx64  -S2cgi -OG1 -gl
> -vewni -l -Fu../../lcl/units/x86_64-linux/
> -Fu../../lcl/units/x86_64-linux/gtk2/
> -Fu../../packager/units/x86_64-linux/ -Fu. -FUunits/x86_64-linux/
> -dLCL -dLCLgtk2 turbopoweripro.pas"
> WorkDir="lazarus/components/turbopower_ipro/"
> Warning: You are using the obsolete switch -OG
> Free Pascal Compiler version 2.2.2rc2 [2008/07/26] for x86_64
> Copyright (c) 1993-2008 by Florian Klaempfl
> Target OS: Linux for x86-64
> Compiling turbopoweripro.pas
> 23 lines compiled, 0.8 sec
> 1 warning(s) issued
> "Compiling package TurboPowerIPro 1.0" completed
> TLazPackageGraph.ConvertPackageRSTFiles FAILED:
> PkgOutputDirectory=lazarus/components/turbopower_ipro/units/x86_64-linux/
> RSTOutputDirectory=lazarus/components/turbopower_ipro/languages/
> TLazPackageGraph.CompilePackage ConvertPackageRSTFiles failed:
> TurboPowerIPro 1.0
> 
> 
> I'm using the latest svn revisions.
> 
> What can I do to solve the problem ?

I'm not sure.

If your turbopower_ipro/languages/ directory is read only:
The permission check was wrong. Fixed in r15925.

Otherwise I added some more debugging, so you should see the reason
for the failure. r15926.

Mattias



More information about the Lazarus mailing list