[fpc-pascal] Ugly exception during compilation FPC 2.3.1 MacOS X 10.5 PowerPC

Mattias Gaertner nc-gaertnma at netcologne.de
Fri Jul 25 00:45:50 CEST 2008


On Thu, 24 Jul 2008 23:58:45 +0200
Roland Turcan <konf at rotursoft.sk> wrote:

> Hello Mattias,
> 
> MG> I think the AV happens somewhere in the finally part of
> MG> ide/outputfilter.pas 375.
> MG> I added some verbosity in rev 15849.
> MG> Please update lazarus svn and compile IDE and lazbuild clean with
> MG> -dVerboseOFExecute.
> MG> Then try again.
> 
> I have tried this:
> 
> (gdb) run
> Starting program: /usr/local/share/lazarus/lazbuild
> --build-ide=-dVerboseOFExecute

Sorry. A misunderstanding.
You need to update lazarus svn and rebuild lazbuild itself, before
trying to use lazbuild to build your package. Which means: 

cd /usr/local/share/lazarus
svn up
make clean all lazbuilder
./lazbuild --build-ide=-va > all_output.txt

 
> and also this
> 
> (gdb) run
> Starting program: /usr/local/share/lazarus/lazbuild
> --build-ide=-va-dVerboseOFExecute

Note: Multiple parameters must be separated by space:

/usr/local/share/lazarus/lazbuild --build-ide="-va -dVerboseOFExecute"

 
>[...]

Mattias



More information about the fpc-pascal mailing list