Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Marco van de Voort
> Am 15.06.2005 um 14:47 schrieb Jonas Maebe: > > The changed fpc.cfg file has to be put into the darwin bootstrap tar > ball, which also contains the bootstrap compiler. sorry for the lack > of documentation. > Actually my fpc.cfg file contains: > > -Fl/usr/lib > -Fl/sw/lib > -Fl/usr/X11R6/l

Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Marco van de Voort
> with fpc, I need to add the following command-line options > > -Fl/sw/lib -Fl/usr/X11R6/lib > > as well as > > -Fu/usr/local/lib/fpc/2.0.0/units/powerpc-darwin/gtk > > The first two caught me by surprise, but some tracking resolved this. > However, under Linux, I don't need to spe

Re: [fpc-devel] A variant which stored string convert to DateTime failure in FPC 2.0.0

2005-06-15 Thread Peter Vreman
> A variant which stored string convert to DateTime failure in FPC 2.0.0. > > There is a simple program can reproduce this problem. Please use the bug repository to submit bugs. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.f

[fpc-devel] A variant which stored string convert to DateTime failure in FPC 2.0.0

2005-06-15 Thread alphax
A variant which stored string convert to DateTime failure in FPC 2.0.0. There is a simple program can reproduce this problem. //= program test_var_dt; {$IFDEF FPC} {$MODE OBJFPC} {$ENDIF} uses SysUtils, Variants; var DT: TDateTime; S: string;

Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Dr. Karl-Michael Schindler
Am 15.06.2005 um 15:54 schrieb Jonas Maebe: On 15 jun 2005, at 15:35, Dr. Karl-Michael Schindler wrote: The changed fpc.cfg file has to be put into the darwin bootstrap tar ball, which also contains the bootstrap compiler. sorry for the lack of documentation. Actually my fpc.cfg file co

Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Jonas Maebe
On 15 jun 2005, at 15:35, Dr. Karl-Michael Schindler wrote: The changed fpc.cfg file has to be put into the darwin bootstrap tar ball, which also contains the bootstrap compiler. sorry for the lack of documentation. Actually my fpc.cfg file contains: -Fl/usr/lib This one isn't necessary,

Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Dr. Karl-Michael Schindler
Hi, Am 15.06.2005 um 14:47 schrieb Jonas Maebe: On 15 jun 2005, at 14:24, Tom Verhoeff wrote: However, it still doesn't explain why under Linux, I don't have to add any extra library search paths, but under Mac OS X, I do That's because /sw/lib is not a default search path for the linker

Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Jonas Maebe
On 15 jun 2005, at 14:24, Tom Verhoeff wrote: However, it still doesn't explain why under Linux, I don't have to add any extra library search paths, but under Mac OS X, I do That's because /sw/lib is not a default search path for the linker under Mac OS X (which is quite logical since fink

Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Vincent Snijders
Furthermore, Lazarus will still not compile. It gets quite a bit further now, but it chokes on compiling PropertyStorage.pas with Fatal: Can't find unit RTLConst It turns out that I do have rtlconsts.ppu, that is, with an extra 's'. I suspect this is a Lazarus issue. Lazarus 0.9.6 (th

Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Tom Verhoeff
On Wed, Jun 15, 2005 at 11:09:22AM +0200, Marc Weustink wrote: > Micha Nelissen wrote: > >On Wed, 15 Jun 2005 08:29:54 +0200 > >Ales Katona <[EMAIL PROTECTED]> wrote: > > > > > >>Your fpc.cfg file is ether not existing, in the wrong place or wrongly > >>configured. I don't know where it should be

Re: [fpc-devel] gtk2 bugfix gfloat

2005-06-15 Thread Florian Klaempfl
Mattias Gaertner wrote: > On Wed, 15 Jun 2005 09:20:48 +0200 > Micha Nelissen <[EMAIL PROTECTED]> wrote: > > >>On Tue, 14 Jun 2005 23:33:17 +0200 >>Mattias Gaertner <[EMAIL PROTECTED]> wrote: >> >> >>>On Tue, 14 Jun 2005 22:34:19 +0200 >>>Micha Nelissen <[EMAIL PROTECTED]> wrote: >>> >>> On

Re: [fpc-devel] gtk2 bugfix gfloat

2005-06-15 Thread Mattias Gaertner
On Wed, 15 Jun 2005 09:20:48 +0200 Micha Nelissen <[EMAIL PROTECTED]> wrote: > On Tue, 14 Jun 2005 23:33:17 +0200 > Mattias Gaertner <[EMAIL PROTECTED]> wrote: > > > On Tue, 14 Jun 2005 22:34:19 +0200 > > Micha Nelissen <[EMAIL PROTECTED]> wrote: > > > > > On Tue, 14 Jun 2005 22:11:40 +0200 > >

Re: [fpc-devel] Interfaced Object leak in inherited Object

2005-06-15 Thread Hans-Peter Diettrich
alphax wrote: > > It seems a bug in FPC 2.0.0.(Delphi 7.1 also has this bug) > > Assumes there is an object(not class) declaration, the object has a > IInterface field. If we declare another object derive from it, in the cleanup > procedure of that decendant leak to clear the IInterface referen

Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Marc Weustink
Micha Nelissen wrote: On Wed, 15 Jun 2005 08:29:54 +0200 Ales Katona <[EMAIL PROTECTED]> wrote: Your fpc.cfg file is ether not existing, in the wrong place or wrongly configured. I don't know where it should be on MacOSX but if you find it It's not so simple, I think, because otherwise he

Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Ales Katona
Micha Nelissen wrote: On Wed, 15 Jun 2005 08:29:54 +0200 Ales Katona <[EMAIL PROTECTED]> wrote: Your fpc.cfg file is ether not existing, in the wrong place or wrongly configured. I don't know where it should be on MacOSX but if you find it It's not so simple, I think, because otherw

Re: [fpc-devel] gtk2 bugfix gfloat

2005-06-15 Thread Micha Nelissen
On Tue, 14 Jun 2005 23:33:17 +0200 Mattias Gaertner <[EMAIL PROTECTED]> wrote: > On Tue, 14 Jun 2005 22:34:19 +0200 > Micha Nelissen <[EMAIL PROTECTED]> wrote: > > > On Tue, 14 Jun 2005 22:11:40 +0200 > > Mattias Gaertner <[EMAIL PROTECTED]> wrote: > > > > > A c float is a fpc single, right? So

Re: [fpc-devel] gtk2 bugfix gfloat

2005-06-15 Thread Florian Klaempfl
Mattias Gaertner wrote: > On Tue, 14 Jun 2005 22:34:19 +0200 > Micha Nelissen <[EMAIL PROTECTED]> wrote: > > >>On Tue, 14 Jun 2005 22:11:40 +0200 >>Mattias Gaertner <[EMAIL PROTECTED]> wrote: >> >> >>>A c float is a fpc single, right? >> >>Yes, AFAIK. >> >> >>>If yes, then there was a heavy bug