Re: GNU make integration through an IDE

2003-10-01 Thread Paul D. Smith
%% "Alain Magloire" <[EMAIL PROTECTED]> writes: am> Let's start with a few: am> 1) Error Parsing. What about it? am> 2) Makefile editing/parsing. Why is editing makefiles something that GNU make needs to handle? There are things like Emacs makefile mode, for example, that already do a v

Re: GNU make integration through an IDE

2003-10-01 Thread Alain Magloire
> am> For example to do a real Progress monitor, meaning how to provide > am> feedback to the users on how many commands done so far and how > am> many left ? > > First, make can't tell you how many commands are left because it doesn't > know. This came up a few weeks ago. The way make wor

Re: GNU make integration through an IDE

2003-10-01 Thread Paul D. Smith
%% "Alain Magloire" <[EMAIL PROTECTED]> writes: am> For example to do a real Progress monitor, meaning how to provide am> feedback to the users on how many commands done so far and how am> many left ? First, make can't tell you how many commands are left because it doesn't know. This came

GNU make integration through an IDE

2003-10-01 Thread Alain Magloire
Bonjour Integrating make as the underlying engine ... is not easy 8-) For example to do a real Progress monitor, meaning how to provide feedback to the users on how many commands done so far and how many left ? How to extract information from make, i.e. make has all sort of information