[fpc-pascal]Error Compiling Examples with 1.9.2 (Stupid Newbie Question)

2004-01-22 Thread mhenley
>> On Thu, 2004-01-22 at 05:17, Marco van de Voort wrote: >> > > I was trying to compile the sqlite example with the new 1.9.2 version of >> > > FPC and got the following error.  Don't know exactly what it means.  I >> > > am running Gentoo Linux on a AMD Athlon and installed FPC 1.9.2 using >> >

Re: [fpc-pascal]Error Compiling Examples with 1.9.2 (Stupid Newbie Question)

2004-01-22 Thread Marco van de Voort
> On Thu, 2004-01-22 at 05:17, Marco van de Voort wrote: > > > I was trying to compile the sqlite example with the new 1.9.2 version of > > > FPC and got the following error. Don't know exactly what it means. I > > > am running Gentoo Linux on a AMD Athlon and installed FPC 1.9.2 using > > > the

Re: [fpc-pascal]Error Compiling Examples with 1.9.2 (Stupid Newbie Question)

2004-01-22 Thread Matt Henley
On Thu, 2004-01-22 at 05:17, Marco van de Voort wrote: > > I was trying to compile the sqlite example with the new 1.9.2 version of > > FPC and got the following error. Don't know exactly what it means. I > > am running Gentoo Linux on a AMD Athlon and installed FPC 1.9.2 using > > the beta relea

Re: [fpc-pascal]Error Compiling Examples with 1.9.2 (Stupid Newbie Question)

2004-01-22 Thread Marco van de Voort
> I was trying to compile the sqlite example with the new 1.9.2 version of > FPC and got the following error. Don't know exactly what it means. I > am running Gentoo Linux on a AMD Athlon and installed FPC 1.9.2 using > the beta release. Lazarus compiles fine. Do not compile files in build dire

[fpc-pascal]No line numbers shown when Format raises an exception, compiled with -gl

2004-01-22 Thread Tom Verhoeff
Recently, I have been caught a couple of times by mistakes in my programs using Format (from SysUtils). When the format string and the supplied arguments do not match, Format raises an exception. This is nice, but unfortunately, only a hexadecimal address is printed when the exception is not caug