[fpc-devel]FPC CVS breaks Lazarus build within IDE

2004-08-13 Thread Tony Maro
I just updated my FPC cvs today. My last update was 3 or 4 days ago. I haven't updated Lazarus in a week or so. The latest FPC update breaks building Lazarus from inside the IDE. For those familiar, if you try to install a package, Lazarus will optionally rebuild itself. Now it will either

Re: [fpc-devel]FPC CVS breaks Lazarus build within IDE

2004-08-13 Thread Mattias Gaertner
On Fri, 13 Aug 2004 02:09:16 -0500 Tony Maro [EMAIL PROTECTED] wrote: I just updated my FPC cvs today. My last update was 3 or 4 days ago. I haven't updated Lazarus in a week or so. The latest FPC update breaks building Lazarus from inside the IDE. For those familiar, if you try to

Re: [fpc-devel]FPC CVS breaks Lazarus build within IDE

2004-08-13 Thread Vincent Snijders
On Fri, 13 Aug 2004 10:10:46 +0200 (W. Europe Daylight Time) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Fri, 13 Aug 2004, Tony Maro wrote: I just updated my FPC cvs today. My last update was 3 or 4 days ago. I haven't updated Lazarus in a week or so. The latest FPC update

Re: [fpc-devel]FPC CVS breaks Lazarus build within IDE

2004-08-13 Thread Michael Van Canneyt
On Fri, 13 Aug 2004, Vincent Snijders wrote: On Fri, 13 Aug 2004 10:10:46 +0200 (W. Europe Daylight Time) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Fri, 13 Aug 2004, Tony Maro wrote: I just updated my FPC cvs today. My last update was 3 or 4 days ago. I haven't updated

Re: [fpc-devel]FPC CVS breaks Lazarus build within IDE

2004-08-13 Thread Joost van der Sluis
Vincent, the problem is that the ExecVE call gets the complete TProcess.CommandLine property as the first argument, when it should only get the binary name. The error is probably in the MakeCommand() line in process.inc. I don't know if you already know this or if you can use it, but there

Re: [fpc-devel]FPC CVS breaks Lazarus build within IDE

2004-08-13 Thread Marco van de Voort
TProcess.CommandLine property as the first argument, when it should only get the binary name. The error is probably in the MakeCommand() line in process.inc. I don't know if you already know this or if you can use it, but there are other commands on linux like ExecVE wich can handle the

Re: [fpc-devel]FPC CVS breaks Lazarus build within IDE

2004-08-13 Thread Michael Van Canneyt
On Fri, 13 Aug 2004, Joost van der Sluis wrote: Vincent, the problem is that the ExecVE call gets the complete TProcess.CommandLine property as the first argument, when it should only get the binary name. The error is probably in the MakeCommand() line in process.inc. I don't know if

RE: [fpc-devel]FPC CVS breaks Lazarus build within IDE

2004-08-13 Thread Vincent Snijders
Namens Michael Van Canneyt Verzonden: vrijdag 13 augustus 2004 12:02 Meanwhile, it has been fixed and committed. Lazarus recompiles itself again. Now still the Win32 version. Vincent Snijders is testing this, he still needs to apply a patch regarding pipes. Even without the patch Lazarus