Re: [CMake] Buggy progress reporting

2009-01-25 Thread Gopala Krishna
On Mon, Jan 26, 2009 at 2:29 AM, Bill Hoffman wrote: > The progress reporting only supports one make at a time in the build tree. > > -Bill > Is there any documentation somewhere on how the percentage reporting is implemented ? If not it would really be helpful atleast to get a hint on which sou

Re: [CMake] Buggy progress reporting

2009-01-25 Thread Bill Hoffman
Gopala Krishna wrote: Hi, I have come across a buggy percentage reporting. To produce the bug: 1) Run cmake on a project directory (i used kdesdk) 2) I then started 'make' in /kdesdk/umbrello and waited until progress rose up to some arbitrary 23% 3) I invoked 'make' in another terminal in the /

[CMake] Buggy progress reporting

2009-01-25 Thread Gopala Krishna
Hi, I have come across a buggy percentage reporting. To produce the bug: 1) Run cmake on a project directory (i used kdesdk) 2) I then started 'make' in /kdesdk/umbrello and waited until progress rose up to some arbitrary 23% 3) I invoked 'make' in another terminal in the /kdesdk/kate directory wh

Re: [CMake] Obtaining dependencies of static libraries

2009-01-25 Thread Philip Lowman
On Fri, Jan 23, 2009 at 3:37 PM, Robert Dailey wrote: > On Fri, Jan 23, 2009 at 3:36 AM, Mike Arthur wrote: > >> On Thursday 22 January 2009 23:26:47 Robert Dailey wrote: >> > With all do respect, why does it matter? Yes, in the generated target >> > dependencies are handled for me but when I cal

Re: [CMake] Adding a dependency

2009-01-25 Thread Philip Lowman
On Fri, Jan 23, 2009 at 1:11 PM, Wade Williams wrote: > I have a project structure that looks like this: > project > | > | - lib > | bin > | util > | inc > | src > | - app > | bin > | inc > | src > > In short, each library in the project lives under project/lib