I tried this:
---------------------------------------------------------------------------------------------------------
--- ide/include/linux/lazconf.inc       (Revision 7719)
+++ ide/include/linux/lazconf.inc       (Arbeitskopie)
@@ -28,8 +28,11 @@
}
uses
  Dos,
-  Unix, BaseUnix;
+  Unix,
+  BaseUnix,
+  FileProcs;//Unit needed for Debugln in lazbaseconf.inc

+
function GetDefaultTargetOS: string;
begin
  Result:='linux';
-------------------------------------------------------------------------------

but now:
-------------------------------------------------------------------------------
"Clean Lazarus Source" completed
/home/flo/lazarus/trunk/lcl/interfaces/gtk/gtkwscontrols.pp(392,4) Note: User defined: TGtkWSWinControl.SetFont: implement me!'
"Build LCL" completed
"Build SynEdit" completed
"Build CodeTools" completed
"Build Package Registration" completed
"Build IDE Interface" completed
"Build JIT Form" completed
/home/flo/lazarus/trunk/ide/include/unix/lazbaseconf.inc(223,76) Error: Incompatible type for arg no. 5: Got "Array Of Const", expected "Boolean" /home/flo/lazarus/trunk/ide/lazconf.pp(140,55) Error: Incompatible type for arg no. 5: Got "Array Of TSearchFileInPathFlag", expected "Boolean" /home/flo/lazarus/trunk/ide/lazconf.pp(260) Fatal: There were 2 errors compiling module, stopping
-------------------------------------------------------------------------------

Old messages:

Compiling Lazarus doesn't work any more:
------------------------------------------------------------------------------------
"Clean Lazarus Source" completed
/home/flo/lazarus/trunk/lcl/interfaces/gtk/gtkwscontrols.pp(392,4) Note: User defined: TGtkWSWinControl.SetFont: implement me!'
"Build LCL" completed
"Build SynEdit" completed
"Build CodeTools" completed
"Build Package Registration" completed
"Build IDE Interface" completed
"Build JIT Form" completed
/home/flo/lazarus/trunk/ide/include/unix/lazbaseconf.inc(79,3) Error: Identifier not found "debugln" /home/flo/lazarus/trunk/ide/include/unix/lazbaseconf.inc(79,92) Error: Illegal expression /home/flo/lazarus/trunk/ide/lazconf.pp(260) Fatal: There were 2 errors compiling module, stopping ------------------------------------------------------------------------------------


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to