[lazarus] Error messag

Shane Miller SMiller1 at stvgb.org
Tue May 9 12:25:51 EDT 2000


Lets get the old editor out and use the 92 version.  Is there any reason we aren't doing that?
Shane


>>> Marc.Weustink at cuperus.nl 05/09/00 11:15AM >>>
+ From: Dr. Matthias von Davier [mailto:vdavier at ipn.uni-kiel.de] 

+ Hi,
+
+ I recently found Lazarus on the Freepascal page. I am a person with
+ Delphi MsWindows background and I tried to compile Lazarus
+ for a trial.
+ With two versions of the latest source I get the message:
+
+ compiling c:\pp\source\lazarus\components\mwedit92\mwpassyn.pas
+ ideeditor.pp(121,5) Error: Identifier not found GUTTERCOLOR
+ ideeditor.pp(228) Fatal: There were 1 errors compiling
+ module, stopping
+
+ because there are guttercolor references instead of gutter.color
+ references in two source files (ideeditor.pp and testform.pp). I
+ downloaded the sources from the german mirror. If gutter.color is used
+ instead, lazarus compiles without problems.

This is the difference between mwedit and the mwedit92 version. There are
probable some mixed units hanging around.

If you want to use the normal version you can use make. If you want to use
the 92 version (only for testing) you *must* issue "make OPT=-dNEW_EDITOR".
This counts for the lazarus, lazarus/examples and lazarus/components dir.

Make sure you do a "make clean" or "make clean OPT=-dNEW_EDITOR" before
switching to another editor.

To build lazarus with the default editor issue:
  make clean
  make ide

To build lazarus with the 92 editor issue:
  make clean
  make ide OPT=-dNEW_EDITOR

Marc

_________________________________________________________________
     To unsubscribe: mail lazarus-request at miraclec.com with
                "unsubscribe" as the Subject
    archives at http://www.miraclec.com/list_archives/lazarus






More information about the Lazarus mailing list