Re: [Lazarus] Run two build simultaneously

2010-03-15 Thread Michael Schnell
On 03/13/2010 12:52 PM, Paul van Helden wrote: I create a config directory for each build and start them like this: c:\lazarus-latest\lazarus.exe --primary-config-path=c:\lazarus-latest\config c:\lazarus-stable\lazarus.exe --primary-config-path=c:\lazarus-stable\config This obviously is

Re: [Lazarus] Run two build simultaneously

2010-03-15 Thread Vincent Snijders
2010/3/13 Kjow antispamm...@gmail.com: Hi all, is it possible to run two build of Lazarus simultaneously? I mean that I would have two directory both with a different build, e.g.: C:\Develop\lazarus-latest\ C:\Develop\lazarus-stable\ I have two nasty bugs with latest release:

Re: [Lazarus] Run two build simultaneously

2010-03-15 Thread Kjow
2010/3/15 Vincent Snijders vincent.snijd...@gmail.com: What I usually do in such cases (assume c:\lazarus contains my lazarus sources). svn up -r23932 make clean bigide copy lazarus.exe lazarus.good.exe svn up lazarus.good.exe Then I have a stable lazarus executable, but can test the

Re: [Lazarus] Run two build simultaneously

2010-03-15 Thread Zaher Dirkey
I use two folders for Lazarus source, one test last update, and one for my work to build projects. -- Zaher Dirkey -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Run two build simultaneously

2010-03-14 Thread Kjow
2010/3/13 Bart bartjun...@gmail.com: c:\lazarus-latest\lazarus.exe --pcp=c:\lazarus-latest c:\lazarus-stable\lazarus.exe --pcp=c:\lazarus-stable Thank you all, This worked for me like a charm. Both lazarus dir have now their config files. Regards, Kjow --

[Lazarus] Run two build simultaneously

2010-03-13 Thread Kjow
Hi all, is it possible to run two build of Lazarus simultaneously? I mean that I would have two directory both with a different build, e.g.: C:\Develop\lazarus-latest\ C:\Develop\lazarus-stable\ I have two nasty bugs with latest release: http://mantis.freepascal.org/view.php?id=15971

Re: [Lazarus] Run two build simultaneously

2010-03-13 Thread Bart
Hi, You can simply omit the \config part: c:\lazarus-latest\lazarus.exe --pcp=c:\lazarus-latest c:\lazarus-stable\lazarus.exe --pcp=c:\lazarus-stable (You must have write access to that directories of course) What do I need to put on each config dir? There aren't config directory and I

Re: [Lazarus] Run two build simultaneously

2010-03-13 Thread Zaher Dirkey
On Sat, Mar 13, 2010 at 3:45 PM, Bart bartjun...@gmail.com wrote: Hi, You can simply omit the \config part: c:\lazarus-latest\lazarus.exe --pcp=c:\lazarus-latest c:\lazarus-stable\lazarus.exe --pcp=c:\lazarus-stable (You must have write access to that directories of course) What do I

Re: [Lazarus] Run two build simultaneously

2010-03-13 Thread Paul van Helden
On 13/03/2010 15:03, Kjow wrote: Paul. What do I need to put on each config dir? There aren't config directory and I don't know if/where is a file (or just in regedit). Start with empty directories, Lazarus will create all the necessary files. If you must start with your existing

Re: [Lazarus] Run two build simultaneously

2010-03-13 Thread Hans-Peter Diettrich
Kjow schrieb: is it possible to run two build of Lazarus simultaneously? You can try to create different users for each Lazarus version, to keep their settings apart. DoDi -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org