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 EnableCompInfoWnd}InfoBuild,{$ENDIF} > I did: > /opt/lazarus/ide/compiler.pp > {$IFNDEF EnableOldExtTools} > IDEExternToolIntf, > {$ELSE} > UTF8Process, OutputFilter, {InfoBuild,} > {$ENDIF} > {$IFDEF EnableCompInfoWnd}InfoBuild,{$ENDIF} > > /opt/lazarus/ide/main.pp > {$IFNDEF EnableOldExtTools} > ExtTools, > {$ELSE} > //InfoBuild, > {$ENDIF} > {$IFDEF EnableCompInfoWnd}InfoBuild,{$ENDIF} Please remove the commented code. > and this is my command line: > make PREFIX=/opt clean all OPT="-dUSE_QT_45 -dEnableCompInfoWnd" > LCL_PLATFORM=qt bigide > > infobuild form not showing on build or compile or run command > whats wrong? You have to port all code depending on the infobuild unit. For example the CompileProgress. Mattias -- _______________________________________________ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus