Re: [fpc-devel] Important: Call for testing.

2008-03-29 Thread Michael Van Canneyt
On Sat, 29 Mar 2008, Martin Schreiber wrote: > On Saturday 29 March 2008 21.52:51 Michael Van Canneyt wrote: > > > > Jesus just told me that it is fixed in r10587. > > > > Great, I set the bug to resolved. > > > > Seems like the most obvious bugs are fixed. > > Now I wait for the subtle ones t

Re: [fpc-devel] Important: Call for testing.

2008-03-29 Thread Martin Schreiber
On Saturday 29 March 2008 21.52:51 Michael Van Canneyt wrote: > > Jesus just told me that it is fixed in r10587. > > Great, I set the bug to resolved. > > Seems like the most obvious bugs are fixed. > Now I wait for the subtle ones to appear ;-) > Here it is the first one: http://bugs.freepascal.

Re: [fpc-devel] Important: Call for testing.

2008-03-29 Thread Michael Van Canneyt
On Sat, 29 Mar 2008, Vincent Snijders wrote: > Jesus Reyes A. schreef: > > > > - Original Message - From: "C Western" <[EMAIL PROTECTED]> > > To: "FPC developers' list" > > Sent: Saturday, March 29, 2008 11:04 AM > > Subject: Re: [fpc-devel] Important: Call for testing. > > > > > > >

Re: [fpc-devel] Important: Call for testing.

2008-03-29 Thread Vincent Snijders
Jesus Reyes A. schreef: - Original Message - From: "C Western" <[EMAIL PROTECTED]> To: "FPC developers' list" Sent: Saturday, March 29, 2008 11:04 AM Subject: Re: [fpc-devel] Important: Call for testing. There also seems to be a problem with fixing up references to other components w

Re: [fpc-devel] Important: Call for testing.

2008-03-29 Thread Michael Van Canneyt
On Sat, 29 Mar 2008, C Western wrote: > There also seems to be a problem with fixing up references to other components > while reading - TLabel.FocusControl seems to be one of the things that is > tripping this up. Local unresolved references are being silently discarded, > but I think should be

Re: [fpc-devel] Important: Call for testing.

2008-03-29 Thread Jesus Reyes A.
- Original Message - From: "C Western" <[EMAIL PROTECTED]> To: "FPC developers' list" Sent: Saturday, March 29, 2008 11:04 AM Subject: Re: [fpc-devel] Important: Call for testing. There also seems to be a problem with fixing up references to other components while reading - TLabel.F

Re: [fpc-devel] xlib patch

2008-03-29 Thread Michael Van Canneyt
On Sat, 29 Mar 2008, C Western wrote: > The recent xlib change seems to contain an infinite loop - the attached patch > fixes it for me Applied, thanks ! Michael. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/m

Re: [fpc-devel] xlib patch

2008-03-29 Thread Michael Van Canneyt
On Sat, 29 Mar 2008, C Western wrote: > The recent xlib change seems to contain an infinite loop - the attached patch > fixes it for me Thanks, applied ! Michael. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/m

[fpc-devel] xlib patch

2008-03-29 Thread C Western
The recent xlib change seems to contain an infinite loop - the attached patch fixes it for me Colin diff -uNr --exclude=.svn --exclude='*.rst' trunk/fpcsrc/packages/x11/src/xlib.pp trunk.w/fpcsrc/packages/x11/src/xlib.pp --- trunk/fpcsrc/packages/x11/src/xlib.pp 2008-03-29 12:07:09.0 +00

Re: [fpc-devel] Important: Call for testing.

2008-03-29 Thread C Western
There also seems to be a problem with fixing up references to other components while reading - TLabel.FocusControl seems to be one of the things that is tripping this up. Local unresolved references are being silently discarded, but I think should be added to the global list. The attached patch

Re: [fpc-devel] OS/2- make: Entering an unknown directory

2008-03-29 Thread Jonas Maebe
On 29 Mar 2008, at 16:34, Tomas Hajny wrote: On Sat, March 29, 2008 16:05, Jonas Maebe wrote: On 29 Mar 2008, at 15:47, Tomas Hajny wrote: As of now, the dependencies are the same for the whole directory gtk1 and I'm afraid that there's no way for making the dependency only valid for some tar

Re: [fpc-devel] OS/2- make: Entering an unknown directory

2008-03-29 Thread Tomas Hajny
On Sat, March 29, 2008 16:05, Jonas Maebe wrote: > > On 29 Mar 2008, at 15:47, Tomas Hajny wrote: >> As of now, the dependencies are the same for the whole >> directory gtk1 and I'm afraid that there's no way for making the >> dependency only valid for some targets and not others > > You can specif

Re: [fpc-devel] OS/2- make: Entering an unknown directory

2008-03-29 Thread Jonas Maebe
On 29 Mar 2008, at 15:47, Tomas Hajny wrote: As of now, the dependencies are the same for the whole directory gtk1 and I'm afraid that there's no way for making the dependency only valid for some targets and not others You can specify separate dependencies for a particular targets in Makefil

Re: [fpc-devel] OS/2- make: Entering an unknown directory

2008-03-29 Thread Tomas Hajny
On Sat, March 29, 2008 09:39, Dave Parsons wrote: Hi Dave, > I've just updated from SVN and rebuilt the compiler again. > The problem I reported last time appears to be fixed now, > thanks. > 'Free Pascal Compiler version 2.3.1 [2008/03/29] for i386' > > However, the problem I mentioned last tim

Re: [fpc-devel] Important: Call for testing.

2008-03-29 Thread Michael Van Canneyt
On Sat, 29 Mar 2008, C Western wrote: > There seems to be a problem in TReader.FindComponentClass - the search in > FindInFieldTable does not properly include ancestors. Great, I applied the patch. This should probably fix issue 11060 ! Michael. ___

Re: [fpc-devel] Important: Call for testing.

2008-03-29 Thread C Western
There seems to be a problem in TReader.FindComponentClass - the search in FindInFieldTable does not properly include ancestors. See attached patch Colin diff -uNr --exclude=.svn --exclude='*.rst' trunk/fpcsrc/rtl/objpas/classes/reader.inc trunk.w/fpcsrc/rtl/objpas/classes/reader.inc --- trunk/f

Re: [fpc-devel] Important: Call for testing.

2008-03-29 Thread Vincent Snijders
Vincent Snijders schreef: Michael Van Canneyt schreef: There still is a memleak in the reader, when starting and stopping Lazarus: 333861 memory blocks allocated : 48899445/49814032 333803 memory blocks freed : 48898000/49812384 58 unfreed memory blocks : 1445 I think I plugged that one

Re: [fpc-devel] Important: Call for testing.

2008-03-29 Thread Vincent Snijders
Michael Van Canneyt schreef: There still is a memleak in the reader, when starting and stopping Lazarus: 333861 memory blocks allocated : 48899445/49814032 333803 memory blocks freed : 48898000/49812384 58 unfreed memory blocks : 1445 I think I plugged that one (Vincent: we had it in the

Re: [fpc-devel] Important: Call for testing.

2008-03-29 Thread Michael Van Canneyt
On Fri, 28 Mar 2008, Vincent Snijders wrote: > Martin Schreiber schreef: > > On Thursday 27 March 2008 21.50:33 Michael Van Canneyt wrote: > > > While extensive testing has been done (using the FPCunit testing > > > framework), and the working of Lazarus with this new code was verified, it > > >

[fpc-devel] OS/2- make: Entering an unknown directory

2008-03-29 Thread Dave Parsons
Hi, I've just updated from SVN and rebuilt the compiler again. The problem I reported last time appears to be fixed now, thanks. 'Free Pascal Compiler version 2.3.1 [2008/03/29] for i386' However, the problem I mentioned last time, but forgot to detail (sorry), is still there. It seems to be a c