It shows these error information:
Hint: (11030) Start of reading config file D:\lazarus\fpc\3.2.2\bin\x86_64-win64\fpc.cfg
Hint: (11031) End of reading config file D:\lazarus\fpc\3.2.2\bin\x86_64-win64\fpc.cfg
Note: (11046) DWARF debug information cannot be used with smart linking on this target, switching to static linking
Free Pascal Compiler version 3.2.2 [2024/09/29] for x86_64
Copyright (c) 1993-2021 by Florian Klaempfl and others
(1002) Target OS: Win64 for x64
(3104) Compiling cudatext.lpr
(3104) Compiling formmain.pas
(3104) Compiling fix_focus_window.pas
(3104) Compiling proc_globdata.pas
D:\CudaText\app\proc_globdata.pas(877,19) Error: (5000) Identifier not found "TATLiteLexers"
D:\CudaText\app\proc_globdata.pas(877,33) Error: (5007) Error in type definition
D:\CudaText\app\proc_globdata.pas(1181,30) Error: (5000) Identifier not found "TATLiteLexer"
D:\CudaText\app\proc_globdata.pas(1253,1) Fatal: (10026) There were 3 errors compiling module, stopping
Fatal: (1018) Compilation aborted
Error: D:\lazarus\fpc\3.2.2\bin\x86_64-win64\ppcx64.exe returned an error exitcode
Which package should i install?
Which package "TATLiteLexers " in ?
-
- Posts: 2404
- Joined: 25.08.2021 18:15
Re: Which package "TATLiteLexers " in ?
See https://wiki.freepascal.org/CudaText#Ho ... e_CudaText , it has listed all packages in the right order. TATLiteLexers is in the one of them, ATSynEdit_Ex. Before compiling Cud you MUST install all mentioned packages.