Re: [lazarus] Unit output directory (-FU) is wrong in Compiler Options

2007-06-22 Thread Tiziano_mk
Graeme Geldenhuys wrote: On 21/06/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: // specified the -FU switch in Other tab only. -S2cgi -OG1 -gl -WG -vewnhi -l -Fu/opt/lazarus/lcl/units/i386-linux/ -Fu/opt/lazarus/lcl/units/i386-linux/gtk/ -Fu/opt/lazarus/packager/units/i386-linux/ -Fu.

Re: [lazarus] Unit output directory (-FU) is wrong in Compiler Options

2007-06-22 Thread Graeme Geldenhuys
On 22/06/07, Tiziano_mk [EMAIL PROTECTED] wrote: I agree with you, there is a bug. Even if there are tricks to go around it, it is still a bug. I think this is what you mean. So the matter is to ask to the developers if it could be fixed, right? I'll file a bug report today. And try and

Re: [lazarus] OnIdle on Carbon

2007-06-22 Thread Mattias Gaertner
On Thu, 21 Jun 2007 22:00:47 +0200 Micha Nelissen [EMAIL PROTECTED] wrote: Felipe Monteiro de Carvalho wrote: It turns out that on Carbon widgetset OnIdle event will not be fired unless something happens on the application, like moving the mouse over it, unlike Delphi, where it is just

Re: [lazarus] Unit output directory (-FU) is wrong in Compiler Options

2007-06-22 Thread Mattias Gaertner
On Fri, 22 Jun 2007 08:53:10 +0200 Tiziano_mk [EMAIL PROTECTED] wrote: Graeme Geldenhuys wrote: On 21/06/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: // specified the -FU switch in Other tab only. -S2cgi -OG1 -gl -WG -vewnhi -l -Fu/opt/lazarus/lcl/units/i386-linux/

Re: [lazarus] Unit output directory (-FU) is wrong in Compiler Options

2007-06-22 Thread Graeme Geldenhuys
On 22/06/07, Mattias Gaertner [EMAIL PROTECTED] wrote: But it should also be mentioned, that this option effects the default location of the project executable. About platforms: - windows: projectname.exe, OS-location: various/never mind - linux+bsd: projectname, OS-location: various/never mind

[lazarus] mem leaks

2007-06-22 Thread zeljko
Compiled simple project with -gh , and it seem that TForm doesn't call Free() for it's children (created at design time) eg. MainForm - Form1 - - TRadioGroup with 4 radio buttons - TButton - calls Close() of Form1. Tested under linux with: gtk, gtk2,

Re: [lazarus] mem leaks

2007-06-22 Thread Vincent Snijders
On Fri, 22 Jun 2007 13:22:17 +0200 zeljko [EMAIL PROTECTED] wrote: Compiled simple project with -gh , and it seem that TForm doesn't call Free() for it's children (created at design time) eg. MainForm - Form1 - - TRadioGroup with 4 radio buttons

Re: [lazarus] mem leaks

2007-06-22 Thread zeljko
On Friday 22 June 2007 13:59, Vincent Snijders wrote: On Fri, 22 Jun 2007 13:22:17 +0200 zeljko [EMAIL PROTECTED] wrote: Compiled simple project with -gh , and it seem that TForm doesn't call Free() for it's children (created at design time) eg. MainForm - Form1 -

Re: [lazarus] mem leaks

2007-06-22 Thread Marc Weustink
zeljko wrote: Compiled simple project with -gh , and it seem that TForm doesn't call Free() for it's children (created at design time) eg. MainForm - Form1 - - TRadioGroup with 4 radio buttons - TButton - calls Close() of Form1. Tested under linux

Re: [lazarus] mem leaks

2007-06-22 Thread zeljko
On Friday 22 June 2007 14:51, Marc Weustink wrote: zeljko wrote: Compiled simple project with -gh , and it seem that TForm doesn't call Free() for it's children (created at design time) eg. MainForm - Form1 - - TRadioGroup with 4 radio buttons

[lazarus] Lazarus on Debian

2007-06-22 Thread Mark Morgan Lloyd
What's the recommended way of getting Lazarus onto Debian Sarge on x86? Am I best off starting with the FPC package distributed with it, installing FPC from freepascal.org (followed in either of these cases by building Lazarus) or installing a prebuilt generic binary Lazarus? Unfortunately I

[lazarus] Patch for Icon Editor

2007-06-22 Thread wile64
I downloaded the version SVN of LazIconeEditor, how to make to make advanced project ( if I can ). For the moment I made a patch which corrects a problem with the loading the Icons. Thanks, Laurent Jacques. LoadIcon.diff Description: Binary data

Re: [lazarus] mem leaks

2007-06-22 Thread Marc Weustink
zeljko wrote: On Friday 22 June 2007 14:51, Marc Weustink wrote: zeljko wrote: Compiled simple project with -gh , and it seem that TForm doesn't call Free() for it's children (created at design time) eg. MainForm - Form1 - - TRadioGroup with 4 radio buttons

Re: [lazarus] OnIdle on Carbon

2007-06-22 Thread Felipe Monteiro de Carvalho
On 6/22/07, Mattias Gaertner [EMAIL PROTECTED] wrote: But as Micha said the OnIdle event has a 'Done' parameter to tell, that it should not wait for the next message. Indeed ... with Done set to false it behaves like expected with carbon interface. Althougth I am thinking of changing this to

Re: [lazarus] Lazarus on Debian

2007-06-22 Thread Micha Nelissen
Mark Morgan Lloyd wrote: On SPARC I certainly will- I don't see that I've got much option, and I'm fully aware of the extent to which I'm entering Terra Incognita. Any comments on the x86 aspect? I usually want the latest bug fixes etc, so compile from source. But another possibility is to