Re: [Lazarus] about infobuild form development

2014-06-21 Thread FreeMan
21-06-2014 02:43 tarihinde, Mattias Gaertner yazdı: Other people have already written similar tools. With selections for FPC version, CPU, OS, processor, LCL widgetset, defines, environment variables, etc. I Couldn't find, if have a link I be glad, I don't wanna discover america one more :)

Re: [Lazarus] about infobuild form development

2014-06-20 Thread FreeMan
Please remove the commented code. Thats okey, ' cos //{$IFNDEF EnableOldExtTools}{$ERROR Obsolete}{$ENDIF} this line is work in InfoBuild.pp this mean this unit was included, and I check one more time without -dEnableCompInfoWnd param. here is okey, next puzzle item; You have to port all

Re: [Lazarus] about infobuild form development

2014-06-20 Thread Juha Manninen
FreeMan, you have misunderstood the purpose of infoBuild dialog. It only shows information _during_ compilation, it is not meant for selecting what will be compiled next. Build modes solve your problems. In future it will be possible to select many modes and compile all of them. It is not

Re: [Lazarus] about infobuild form development

2014-06-20 Thread FreeMan
Juha, you misunderstood me, is there anybody NOT know this what about this form? my opinion is what will be compile next ADD on this form This is NOT for problem, just make practice use. 20-06-2014 20:11 tarihinde, Juha Manninen yazdı: FreeMan, you have misunderstood the purpose of infoBuild

Re: [Lazarus] about infobuild form development

2014-06-20 Thread Mattias Gaertner
On Fri, 20 Jun 2014 17:43:07 +0300 FreeMan freema...@delphiturkiye.com wrote: [...] You have to port all code depending on the infobuild unit. For example the CompileProgress. where is infobuild form show and / or other code? not enough add infobuild in project isn't it? IDE not showing

Re: [Lazarus] about infobuild form development

2014-06-20 Thread Mattias Gaertner
On Fri, 20 Jun 2014 17:43:07 +0300 FreeMan freema...@delphiturkiye.com wrote: [...] Project options set default cpu and os. First click build for linux. ok. for w32, open Project option, find config target change cpu os then click ok then compile third one bla bla same thing. As Juha

[Lazarus] about infobuild form development

2014-06-19 Thread FreeMan
I'll changed mail subject. 19-06-2014 02:55 tarihinde, Mattias Gaertner yazdı: What compiler directive? A compiler directive is for example {$mode objfpc}. Maybe you mean something else? I was use antique hellenic city name, so I used to much that. {$IFNDEF

Re: [Lazarus] about infobuild form development

2014-06-19 Thread Mattias Gaertner
On Thu, 19 Jun 2014 11:37:19 +0300 FreeMan freema...@delphiturkiye.com wrote: I'll changed mail subject. 19-06-2014 02:55 tarihinde, Mattias Gaertner yazdı: What compiler directive? A compiler directive is for example {$mode objfpc}. Maybe you mean something else? I was use antique

Re: [Lazarus] about infobuild form development

2014-06-19 Thread Mattias Gaertner
On Thu, 19 Jun 2014 11:37:19 +0300 FreeMan freema...@delphiturkiye.com wrote: [...] Select a message and right click / About ... This will tell you what you compiled, how and why it was auto compiled. I don't like auto thing, its mean out of my control. You give the compiler the main

Re: [Lazarus] about infobuild form development

2014-06-19 Thread FreeMan
19-06-2014 12:28 tarihinde, Mattias Gaertner yazdı: Then replace each {$IFNDEF EnableOldExtTools}Something{$ELSE}InfoBuild,{$ENDIF} with {$IFNDEF EnableOldExtTools}Something{$ENDIF} {$IFDEF EnableCompInfoWnd}InfoBuild,{$ENDIF} I did: /opt/lazarus/ide/compiler.pp {$IFNDEF

Re: [Lazarus] about infobuild form development

2014-06-19 Thread Mattias Gaertner
On Thu, 19 Jun 2014 13:56:52 +0300 FreeMan freema...@delphiturkiye.com wrote: 19-06-2014 12:28 tarihinde, Mattias Gaertner yazdı: Then replace each {$IFNDEF EnableOldExtTools}Something{$ELSE}InfoBuild,{$ENDIF} with {$IFNDEF EnableOldExtTools}Something{$ENDIF} {$IFDEF

Re: [Lazarus] about infobuild form development

2014-06-19 Thread Mattias Gaertner
On Thu, 19 Jun 2014 11:37:19 +0300 FreeMan freema...@delphiturkiye.com wrote: [...] 1-) In compiler_config_target.pas, TargetOSComboBox TargetCPUComboBox adding items, this can be in include file or public procedure, without class. For TargetCPUComboBox too. example: procedure