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

2008-08-04 Thread Vinzent Höfler
Original-Nachricht > Zitat von Roland Turcan <[EMAIL PROTECTED]>: > > > Hello Mattias, > > > > I have also uncommented some DebugLns which are inside of code: > > > > Compiling ./unit/ResConf.pas > > Assembling resconf > > An unhandled exception occurred at $00148A20 : > > TOutpu

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

2008-07-24 Thread Mattias Gaertner
On Thu, 24 Jul 2008 23:58:45 +0200 Roland Turcan <[EMAIL PROTECTED]> 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 clea

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

2008-07-22 Thread Jonas Maebe
On 22 Jul 2008, at 12:43, Mattias Gärtner wrote: This means: either lineinfo and a lot of linker warnings on each compile XOR no lineinfo and no warnings, right? If you don't use the patched linker, yes. dwarf is the future, isn't it? What is needed to get lineinfo working with dwarf? S

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

2008-07-22 Thread Mattias Gärtner
Zitat von Jonas Maebe <[EMAIL PROTECTED]>: > > On 22 Jul 2008, at 11:13, Mattias Gaertner wrote: > > > The Lineinfo unit does not work currently under Mac OS X. > > The lineinfo unit does work under Mac OS X (but only for stabs > currently). Ah. This means: either lineinfo and a lot of linker wa

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

2008-07-22 Thread Jonas Maebe
On 22 Jul 2008, at 11:13, Mattias Gaertner wrote: The Lineinfo unit does not work currently under Mac OS X. The lineinfo unit does work under Mac OS X (but only for stabs currently). Depending on the used system version, it may also only work if you start the program with the full path, b

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

2008-07-22 Thread Mattias Gaertner
On Tue, 22 Jul 2008 11:33:30 +0200 Vincent Snijders <[EMAIL PROTECTED]> wrote: > Roland Turcan schreef: > > Hello FPC-Pascal users discussions! > > > > Compilation shows me next ugly error messages during building > > lazarus with our components. > > > > How can I turn on move verbose outputs to

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

2008-07-22 Thread Vincent Snijders
Roland Turcan schreef: Hello FPC-Pascal users discussions! Compilation shows me next ugly error messages during building lazarus with our components. How can I turn on move verbose outputs to see more about the problem. The strangest is, the same source code is buildable into Lazarus/Linux wit

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

2008-07-22 Thread Mattias Gaertner
On Tue, 22 Jul 2008 11:02:40 +0200 Roland Turcan <[EMAIL PROTECTED]> wrote: > Hello FPC-Pascal users discussions! > > Compilation shows me next ugly error messages during building > lazarus with our components. > > How can I turn on move verbose outputs to see more about the problem. > > The st