Re: [Lazarus] lazbuild 2x quiet

2015-04-11 Thread FreeMan
On 11.04.2015 11:39, FreeMan wrote: Thank you, but in terminal I get this error. fpc r30539 lazarus r48719 yosemite x64 qt SetPrimaryConfigPath NewValue=/Users/freeman35/.lazarus - /Users/freeman35/.lazarus An unhandled exception occurred at $00010017D994: EAccessViolation: Access

Re: [Lazarus] lazbuild 2x quiet

2015-04-11 Thread FreeMan
from IDE Configure Build lazarus... I get this error. lcl.pas(10,3) Fatal: Cannot find AllLCLIntfUnits used by LCL. Check search path of package LCL, try a clean rebuild, check implementation uses sections.. On 11.04.2015 11:26, FreeMan wrote: On 10.04.2015 22:58, Mattias Gaertner wrote:

Re: [Lazarus] lazbuild 2x quiet

2015-04-11 Thread Mattias Gaertner
On Sat, 11 Apr 2015 15:24:47 +0300 FreeMan freema...@delphiturkiye.com wrote: [...] This is my lazbuild commandline, and it not quit for me. I mean I saw warnings and some hints. And not changed for me. just less hints. -g -gl -vn-h-i-w this params added in Stored in IDE too. lazbuild

Re: [Lazarus] lazbuild 2x quiet

2015-04-11 Thread FreeMan
On 11.04.2015 16:07, Mattias Gaertner wrote: ./lazbuild --quiet --quiet ... Note: Linker warnings cannot be hidden -vw-. And code can enable warnings via directives. Mattias are you mean ./lazbuild --quiet --quiet ... write --quiet twice ? I'm not talk about linker warnings

Re: [Lazarus] lazbuild 2x quiet

2015-04-11 Thread Mattias Gaertner
On Sat, 11 Apr 2015 12:45:44 +0300 FreeMan freema...@delphiturkiye.com wrote: [...] Program received signal SIGSEGV, Segmentation fault. 0x00010017d994 in CREATE (this=0x101900330, vmt=0x1) at environmentopts.pp:982 982 fExternalUserTools:=ExternalUserToolsClass.Create; My fault.

Re: [Lazarus] lazbuild 2x quiet

2015-04-11 Thread FreeMan
Thank you, lazarus r48722 fixed about subject: this is my make lazarus commandline make --quiet clean all PREFIX=/opt/lazarus/ CPU_TARGET=x86_64 OS_TARGET=darwin LCL_PLATFORM=qt OPT=-k'-framework' -k'ApplicationServices' -dUSE_QT_45 -dQT_NATIVE_DIALOGS -g -gl -vn-h-i-w more hints and warnings

Re: [Lazarus] lazbuild 2x quiet

2015-04-11 Thread Michael Van Canneyt
On Sat, 11 Apr 2015, Mattias Gaertner wrote: On Sat, 11 Apr 2015 12:45:44 +0300 FreeMan freema...@delphiturkiye.com wrote: [...] Program received signal SIGSEGV, Segmentation fault. 0x00010017d994 in CREATE (this=0x101900330, vmt=0x1) at environmentopts.pp:982 982

Re: [Lazarus] lazbuild 2x quiet

2015-04-11 Thread coppolastudio
+1 Michael Van Canneyt mich...@freepascal.org ha scritto: On Sat, 11 Apr 2015, Mattias Gaertner wrote: On Sat, 11 Apr 2015 12:45:44 +0300 FreeMan freema...@delphiturkiye.com wrote: [...] Program received signal SIGSEGV, Segmentation fault. 0x00010017d994 in CREATE (this=0x101900330,

[Lazarus] lazbuild 2x quiet

2015-04-10 Thread Mattias Gaertner
Hi, I extended lazbuild. When you pass -q or --quiet two times lazbuild now passes -vw-n-h-i-l-d-u-t-p-c-x- to the compiler. Mattias -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org