Re: [Lazarus] suggestion for lazbuild

2015-03-21 Thread FreeMan
Tested lazarus r48448 osx yosemite qtx64 make --quiet OPT = -k'-framework' -k'ApplicationServices' -dUSE_QT_45 -g -gl -vn-h-i- and ./lazbuild --quiet --max-process-count=8 not show hint output now. lazbuild work time for me, 1minute 26second now, this mean 4 seconds less time. thanx On

Re: [Lazarus] suggestion for lazbuild

2015-03-21 Thread Mattias Gaertner
On Fri, 20 Mar 2015 13:58:07 + Henry Vermaak henry.verm...@gmail.com wrote: [...] It just sits there and I have to ctrl-c to get out. If I add --max-process-count=9 it works nicely. Fixed. Mattias -- ___ Lazarus mailing list

Re: [Lazarus] suggestion for lazbuild

2015-03-21 Thread Mattias Gaertner
On Fri, 20 Mar 2015 18:30:43 +0200 FreeMan freema...@delphiturkiye.com wrote: I did it and tested in lazarus r48432 Set custom option -vn-h-i- then move this line to Store in IDE in command line result not changed, I mean : before ending lazbuild job, last hints, (I'm not count all

Re: [Lazarus] suggestion for lazbuild

2015-03-21 Thread Alexsander Rosa
I wish there were a parameter to hide warnings in some directories. Like: --hide-warnings-in-dir=/usr/share/lazarus/1.2.6/components OR --show-warnings-only-in-dir=/home/myuser/myproject 2015-03-20 11:16 GMT-03:00 Henry Vermaak henry.verm...@gmail.com: On Fri, Mar 20, 2015 at 02:00:11PM +,

Re: [Lazarus] suggestion for lazbuild

2015-03-20 Thread Mehmet Erol Sanliturk
On Wed, Mar 18, 2015 at 6:06 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Wed, 18 Mar 2015 17:22:25 -0700 Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote: [...] but it is not taken into consideration the record type changes mentioned above . Are the altered

Re: [Lazarus] suggestion for lazbuild

2015-03-20 Thread Mattias Gaertner
On Fri, 20 Mar 2015 13:29:15 + Henry Vermaak henry.verm...@gmail.com wrote: [...] It freezes for me, too. It freezes only with --quiet? Mattias -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] suggestion for lazbuild

2015-03-20 Thread FreeMan
On 20.03.2015 15:43, Mattias Gaertner wrote: FreeMan, English requires subjects and objects. I wrote before, I'm not english and I'm not from english colony. I'm using dictionary. And I'm not teenage, I can not learn quickly after 46 years old sorry. For example, this is my guess what you

Re: [Lazarus] suggestion for lazbuild

2015-03-20 Thread Henry Vermaak
On Fri, Mar 20, 2015 at 02:53:12PM +0200, FreeMan wrote: in osx yosemite ./lazbuild --quiet - hints still showing billion sender not used massage. Not counting line but with --quit parameter or without this parameter not change output lines What did you add to your compiler options inside

Re: [Lazarus] suggestion for lazbuild

2015-03-20 Thread FreeMan
Thank you Henry, but nothing change on command line result, after add -vh -vn in options: On 20.03.2015 16:00, Henry Vermaak wrote: Well, what do you expect then? Try to add -vh- -vn- if you don't want to see hints or notes. Henry -- ___ Lazarus

Re: [Lazarus] suggestion for lazbuild

2015-03-20 Thread Henry Vermaak
On Fri, Mar 20, 2015 at 04:28:42PM +0200, FreeMan wrote: Thank you Henry, but nothing change on command line result, after add -vh -vn in options: It adds it only to the IDE build command line. For instance, I use -O2 -g- -Xs -vn-h-i- -l- to build an optimised IDE and this is what I see after

Re: [Lazarus] suggestion for lazbuild

2015-03-20 Thread Mattias Gaertner
On Fri, 20 Mar 2015 14:53:12 +0200 FreeMan freema...@delphiturkiye.com wrote: in osx yosemite ./lazbuild --quiet - hints still showing billion sender not used massage. Not counting line but with --quit parameter or without this parameter not change output lines As already mentioned

Re: [Lazarus] suggestion for lazbuild

2015-03-20 Thread Henry Vermaak
On Fri, Mar 20, 2015 at 03:45:49PM +0200, FreeMan wrote: lcl widget type= qtTarget OS : Darwin Target CPU: x86_64 no options Well, what do you expect then? Try to add -vh- -vn- if you don't want to see hints or notes. Henry -- ___ Lazarus

Re: [Lazarus] suggestion for lazbuild

2015-03-20 Thread FreeMan
what is last the max process count ? my test results: --max-process-count=1 - 3minutes, 1 seconds --max-process-count=8 - 1minutes 29 seconds --max-process-count=12 - 1minutes 31 seconds --max-process-count=16 - 1minutes 29 seconds On 20.03.2015 15:58, Henry Vermaak wrote: It just sits

Re: [Lazarus] suggestion for lazbuild

2015-03-20 Thread Henry Vermaak
On Fri, Mar 20, 2015 at 02:44:02PM +0100, Mattias Gaertner wrote: On Fri, 20 Mar 2015 13:29:15 + Henry Vermaak henry.verm...@gmail.com wrote: [...] It freezes for me, too. It freezes only with --quiet? Without --quiet: hcv@technical09:~/source/lazarus$ ./lazbuild --verbose

Re: [Lazarus] suggestion for lazbuild

2015-03-20 Thread FreeMan
in osx yosemite ./lazbuild --quiet - hints still showing billion sender not used massage. Not counting line but with --quit parameter or without this parameter not change output lines if not add --max-process-count=8 parameter, show this line, and freezing. only one line

Re: [Lazarus] suggestion for lazbuild

2015-03-20 Thread Henry Vermaak
On Fri, Mar 20, 2015 at 02:00:11PM +, Henry Vermaak wrote: On Fri, Mar 20, 2015 at 03:45:49PM +0200, FreeMan wrote: lcl widget type= qtTarget OS : Darwin Target CPU: x86_64 no options Well, what do you expect then? Try to add -vh- -vn- if you don't want to see hints or notes.

Re: [Lazarus] suggestion for lazbuild

2015-03-20 Thread Mattias Gaertner
On Fri, 20 Mar 2015 15:19:16 + Henry Vermaak henry.verm...@gmail.com wrote: [...] How to pass options to all packages: http://wiki.lazarus.freepascal.org/IDE_Window:_Compiler_Options#Add_a_flag_to_project_and_all_packages I'm building the IDE, though, and the options I add in the

Re: [Lazarus] suggestion for lazbuild

2015-03-20 Thread FreeMan
-dUSE_QT_45 -g -gl -vn-h-i- this is my OPT parameter been now. I added your suggestion -vn-h-i- I talked about this. But lazbuild not get this parameters :( so lazbuild print many hints Thank you Henry On 20.03.2015 16:40, Henry Vermaak wrote: It adds it only to the IDE build command line.

Re: [Lazarus] suggestion for lazbuild

2015-03-20 Thread Mattias Gaertner
On Fri, 20 Mar 2015 14:16:07 + Henry Vermaak henry.verm...@gmail.com wrote: On Fri, Mar 20, 2015 at 02:00:11PM +, Henry Vermaak wrote: On Fri, Mar 20, 2015 at 03:45:49PM +0200, FreeMan wrote: lcl widget type= qtTarget OS : Darwin Target CPU: x86_64 no options Well, what

Re: [Lazarus] suggestion for lazbuild

2015-03-20 Thread Henry Vermaak
On Fri, Mar 20, 2015 at 03:49:49PM +0100, Mattias Gaertner wrote: On Fri, 20 Mar 2015 14:16:07 + Henry Vermaak henry.verm...@gmail.com wrote: On Fri, Mar 20, 2015 at 02:00:11PM +, Henry Vermaak wrote: On Fri, Mar 20, 2015 at 03:45:49PM +0200, FreeMan wrote: lcl widget type= qt

Re: [Lazarus] suggestion for lazbuild

2015-03-20 Thread FreeMan
lcl widget type= qtTarget OS : Darwin Target CPU: x86_64 no options On 20.03.2015 15:29, Henry Vermaak wrote: On Fri, Mar 20, 2015 at 02:53:12PM +0200, FreeMan wrote: in osx yosemite ./lazbuild --quiet - hints still showing billion sender not used massage. Not counting line but with

Re: [Lazarus] suggestion for lazbuild

2015-03-20 Thread Mattias Gaertner
On Fri, 20 Mar 2015 16:06:57 +0200 FreeMan freema...@delphiturkiye.com wrote: On 20.03.2015 15:43, Mattias Gaertner wrote: FreeMan, English requires subjects and objects. I wrote before, I'm not english and I'm not from english colony. I'm using dictionary. And I'm not teenage, I can not

Re: [Lazarus] suggestion for lazbuild

2015-03-20 Thread Graeme Geldenhuys
On Fri, 20 Mar 2015 14:48:26 -, Mattias Gaertner nc-gaert...@netcologne.de wrote: Please add more subjects and objects. Otherwise your sentences are ambiguous. Just to make in clear for non-native English speakers Definition of AMBIGUOUS [am·big·u·ous] capable of being understood

Re: [Lazarus] suggestion for lazbuild

2015-03-20 Thread FreeMan
I did it and tested in lazarus r48432 Set custom option -vn-h-i- then move this line to Store in IDE in command line result not changed, I mean : before ending lazbuild job, last hints, (I'm not count all messages) opt/lazarus/ide/main.pp(485,37) Hint: (5024) Parameter Sender not used this line

Re: [Lazarus] suggestion for lazbuild

2015-03-19 Thread Michael Van Canneyt
On Thu, 19 Mar 2015, Mattias Gaertner wrote: On Wed, 18 Mar 2015 17:22:25 -0700 Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote: [...] but it is not taken into consideration the record type changes mentioned above . Are the altered units in the project or in a package? Altered

Re: [Lazarus] suggestion for lazbuild

2015-03-18 Thread Mattias Gaertner
On Wed, 18 Mar 2015 17:22:25 -0700 Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote: [...] but it is not taken into consideration the record type changes mentioned above . Are the altered units in the project or in a package? Altered units are in a project ( I never use any

Re: [Lazarus] suggestion for lazbuild

2015-03-18 Thread Mehmet Erol Sanliturk
On Wed, Mar 18, 2015 at 3:08 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Tue, 17 Mar 2015 14:54:12 -0700 Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote: On Tue, Mar 17, 2015 at 2:12 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: [...] I am using a batch

Re: [Lazarus] suggestion for lazbuild

2015-03-18 Thread Henry Vermaak
On 18 March 2015 at 21:18, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Tue, 17 Mar 2015 14:39:59 + Henry Vermaak henry.verm...@gmail.com wrote: [...] What annoys me is the TLazPackageGraph.CheckIfCurPkgOutDirNeedsCompile messages, despite the --quiet option passed. Fixed in

Re: [Lazarus] suggestion for lazbuild

2015-03-18 Thread Mehmet Erol Sanliturk
On Wed, Mar 18, 2015 at 6:06 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Wed, 18 Mar 2015 17:22:25 -0700 Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote: [...] but it is not taken into consideration the record type changes mentioned above . Are the altered

Re: [Lazarus] suggestion for lazbuild

2015-03-18 Thread Mattias Gaertner
On Tue, 17 Mar 2015 14:54:12 -0700 Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote: On Tue, Mar 17, 2015 at 2:12 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Tue, 17 Mar 2015 10:29:11 -0700 Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote: [...] If a new record

Re: [Lazarus] suggestion for lazbuild

2015-03-18 Thread Mattias Gaertner
On Tue, 17 Mar 2015 14:54:12 -0700 Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote: On Tue, Mar 17, 2015 at 2:12 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: [...] I am using a batch or shell script file to erase all of the .ppu and .o files before starting the compilation

Re: [Lazarus] suggestion for lazbuild

2015-03-18 Thread Mattias Gaertner
On Tue, 17 Mar 2015 14:39:59 + Henry Vermaak henry.verm...@gmail.com wrote: [...] What annoys me is the TLazPackageGraph.CheckIfCurPkgOutDirNeedsCompile messages, despite the --quiet option passed. Fixed in trunk. I also reduced the default verbosity level of lazbuild. Mattias --

Re: [Lazarus] suggestion for lazbuild

2015-03-17 Thread Henry Vermaak
On Tue, Mar 17, 2015 at 05:38:03PM +0200, FreeMan wrote: On 17.03.2015 16:39, Henry Vermaak wrote: Hide these hints by setting the options in the Verbosity section of the compiler options. You can make a quiet build mode and use --build-mode to select it from the command line. I have a noisy

Re: [Lazarus] suggestion for lazbuild

2015-03-17 Thread Mattias Gaertner
On Tue, 17 Mar 2015 10:29:11 -0700 Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote: [...] There is an important problem in Lazarus compilations : Assume some units only include source files in their interface parts having record types ( i.e. , there is no any declaration statement within

Re: [Lazarus] suggestion for lazbuild

2015-03-17 Thread Mehmet Erol Sanliturk
On Tue, Mar 17, 2015 at 2:12 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Tue, 17 Mar 2015 10:29:11 -0700 Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote: [...] There is an important problem in Lazarus compilations : Assume some units only include source files in their

Re: [Lazarus] suggestion for lazbuild

2015-03-17 Thread Mehmet Erol Sanliturk
On Tue, Mar 17, 2015 at 9:36 AM, Henry Vermaak henry.verm...@gmail.com wrote: On Tue, Mar 17, 2015 at 06:03:15PM +0200, FreeMan wrote: make -s clean ... this my compiler make command line. Eh? You're using lazbuild, why are you talking about make? If you are building lazarus with

[Lazarus] suggestion for lazbuild

2015-03-17 Thread FreeMan
Is it possible add parameter for hide verbose not used hint I don't need see every build, a lot off sender not used info on terminal. --quiet parameter not hide this hints. Thank you. -- ___ Lazarus mailing list

Re: [Lazarus] suggestion for lazbuild

2015-03-17 Thread Henry Vermaak
On Tue, Mar 17, 2015 at 04:28:06PM +0200, FreeMan wrote: Is it possible add parameter for hide verbose not used hint I don't need see every build, a lot off sender not used info on terminal. --quiet parameter not hide this hints. Hide these hints by setting the options in the Verbosity

Re: [Lazarus] suggestion for lazbuild

2015-03-17 Thread Henry Vermaak
On Tue, Mar 17, 2015 at 02:39:59PM +, Henry Vermaak wrote: What annoys me is the TLazPackageGraph.CheckIfCurPkgOutDirNeedsCompile messages, despite the --quiet option passed. And TFPCTargetConfigCache... and RunTool... and TProject.DoLoadStateFile You can't see the wood from the trees

Re: [Lazarus] suggestion for lazbuild

2015-03-17 Thread FreeMan
make -s clean ... this my compiler make command line. On 17.03.2015 17:41, Henry Vermaak wrote: On Tue, Mar 17, 2015 at 05:38:03PM +0200, FreeMan wrote: On 17.03.2015 16:39, Henry Vermaak wrote: Hide these hints by setting the options in the Verbosity section of the compiler options. You

Re: [Lazarus] suggestion for lazbuild

2015-03-17 Thread FreeMan
On 17.03.2015 16:39, Henry Vermaak wrote: Hide these hints by setting the options in the Verbosity section of the compiler options. You can make a quiet build mode and use --build-mode to select it from the command line. I have a noisy debug mode and a quiet release mode, for example. Sorry

Re: [Lazarus] suggestion for lazbuild

2015-03-17 Thread Mark Morgan Lloyd
Henry Vermaak wrote: On Tue, Mar 17, 2015 at 04:28:06PM +0200, FreeMan wrote: Is it possible add parameter for hide verbose not used hint I don't need see every build, a lot off sender not used info on terminal. --quiet parameter not hide this hints. What annoys me is the

Re: [Lazarus] suggestion for lazbuild

2015-03-17 Thread Henry Vermaak
On Tue, Mar 17, 2015 at 06:03:15PM +0200, FreeMan wrote: make -s clean ... this my compiler make command line. Eh? You're using lazbuild, why are you talking about make? If you are building lazarus with lazbuild, you can add compiler options, under Tools-Configure Build Lazarus, see