Re: [Lazarus] Adding packages at build time

2012-03-13 Thread waldo kitty
On 3/9/2012 01:53, Mattias Gaertner wrote: The current build profiles are the build modes of the IDE. Eventually the IDE should be compiled as a project. Then they will be called build modes. That's why it should use the same parameter as a project --build-mode. ok... so if i am understanding

Re: [Lazarus] Adding packages at build time

2012-03-13 Thread waldo kitty
On 3/8/2012 15:14, Mattias Gaertner wrote: cd %myLAZpath% make clean lazbuild lazbuild.exe --build-ide=-gw -gl -godwarfsets -gh -gt -Co -Cr -Ci -Sa ik, so i have fixed up my script to follow the above... there is a make clean beforehand... i see this in the output but compilation seems to

Re: [Lazarus] Adding packages at build time

2012-03-08 Thread waldo kitty
On 3/7/2012 18:20, Mattias Gaertner wrote: On Wed, 07 Mar 2012 14:54:37 -0500 waldo kittywkitt...@windstream.net wrote: echo compiling lazarus... cd %myLAZpath% make clean lazbuild OPT=-glw2 lazbuild --build-ide= echo lazarus compilation complete... ok... still trying to fully

Re: [Lazarus] Adding packages at build time

2012-03-08 Thread Mattias Gaertner
On Thu, 08 Mar 2012 12:36:58 -0500 waldo kitty wkitt...@windstream.net wrote: On 3/7/2012 18:20, Mattias Gaertner wrote: On Wed, 07 Mar 2012 14:54:37 -0500 waldo kittywkitt...@windstream.net wrote: echo compiling lazarus... cd %myLAZpath% make clean lazbuild OPT=-glw2 lazbuild

Re: [Lazarus] Adding packages at build time

2012-03-08 Thread waldo kitty
On 3/8/2012 15:14, Mattias Gaertner wrote: Keep in mind that if the options are different in the IDE settings the IDE will rebuild the packages again. Maybe the --build-mode parameter can be extended to set the mode for the IDE building. that would be a great step forward because right now it

Re: [Lazarus] Adding packages at build time

2012-03-08 Thread Mattias Gaertner
On Thu, 08 Mar 2012 22:23:30 -0500 waldo kitty wkitt...@windstream.net wrote: On 3/8/2012 15:14, Mattias Gaertner wrote: Keep in mind that if the options are different in the IDE settings the IDE will rebuild the packages again. Maybe the --build-mode parameter can be extended to set the

Re: [Lazarus] Adding packages at build time

2012-03-07 Thread waldo kitty
On 3/5/2012 05:42, Mattias Gaertner wrote: No. There is currently no command line tool to change the list of install packages. lazbuild takes the list from the same place as the IDE - your config directory. The parameter --build-ide takes additional compiler options. Like debugger settings,

Re: [Lazarus] Adding packages at build time

2012-03-07 Thread Mattias Gaertner
On Wed, 07 Mar 2012 14:54:37 -0500 waldo kitty wkitt...@windstream.net wrote: [...] i want to make sure i am understanding this completely... i've been using the wiki's install FPC and Lazarus from SVN methods for a while... i even contributed a little bit to that page... anyway, i currently

Re: [Lazarus] Adding packages at build time

2012-03-05 Thread Mark Morgan Lloyd
Mattias Gaertner wrote: On Sun, 4 Mar 2012 15:46:18 +0100 Bernd prof7...@googlemail.com wrote: 2012/3/2 Mattias Gaertner nc-gaert...@netcologne.de: Why do you build two times? Why not simply svn up und rebuild the IDE via the IDE? I think I know what the problem is, I also wondered what

Re: [Lazarus] Adding packages at build time

2012-03-05 Thread Mattias Gaertner
On Mon, 05 Mar 2012 10:26:13 + Mark Morgan Lloyd markmll.laza...@telemetry.co.uk wrote: Mattias Gaertner wrote: On Sun, 4 Mar 2012 15:46:18 +0100 Bernd prof7...@googlemail.com wrote: 2012/3/2 Mattias Gaertner nc-gaert...@netcologne.de: Why do you build two times? Why not

Re: [Lazarus] Adding packages at build time

2012-03-05 Thread Mark Morgan Lloyd
Mattias Gaertner wrote: On Mon, 05 Mar 2012 10:26:13 + Mark Morgan Lloyd markmll.laza...@telemetry.co.uk wrote: Mattias Gaertner wrote: On Sun, 4 Mar 2012 15:46:18 +0100 Bernd prof7...@googlemail.com wrote: 2012/3/2 Mattias Gaertner nc-gaert...@netcologne.de: Why do you build two

Re: [Lazarus] Adding packages at build time

2012-03-04 Thread Bernd
2012/3/2 Mattias Gaertner nc-gaert...@netcologne.de: Why do you build two times? Why not simply svn up und rebuild the IDE via the IDE? I think I know what the problem is, I also wondered what would be the best solution for this and found nothing. The problem is the build lazarus from within

Re: [Lazarus] Adding packages at build time

2012-03-04 Thread Mattias Gaertner
On Sun, 4 Mar 2012 15:46:18 +0100 Bernd prof7...@googlemail.com wrote: 2012/3/2 Mattias Gaertner nc-gaert...@netcologne.de: Why do you build two times? Why not simply svn up und rebuild the IDE via the IDE? I think I know what the problem is, I also wondered what would be the best

Re: [Lazarus] Adding packages at build time

2012-03-02 Thread Mattias Gaertner
Mark Morgan Lloyd markmll.laza...@telemetry.co.uk hat am 2. März 2012 um 12:18 geschrieben: In the fpc-pascal ML, Martin said: If you work on the IDE itself try the package IdeInspector (it adds itself to view Ide Internals if installed) Is there a best practice way of installing