Jump to content
Navid Madani

Problems using/building TSynEdit with Alexandria

Recommended Posts

Hello:

 

Using Alexandria 11.1, installing TSynEdit via GetIt will not allow compilation due to a missing SynHighlighterMulti.pas file. Replacing the file with what I could find online caused additional problems (seems it was suited for Lazarus/FPC).

 

I then cloned the sources from the GitHub repository, but I can still not compile following the readme file's directions due to the errors below.  Any help/directions would be hugely appreciated.

 

Thank you for reading!

Navid

 

description:"TurboPack SynEdit Delphi designtime package" -JL
  -NB..\cpp\Win32\Release -NH..\cpp\Win32\Release -NO..\cpp\Win32\Release  SynEditDD.dpk   
[dcc32 Error] SynEditReg.pas(190): E2003 Undeclared identifier: 'TSynSpellCheckFile'
[dcc32 Error] SynEditReg.pas(190): E2003 Undeclared identifier: 'TSynSpellCheckLine'
[dcc32 Error] SynEditReg.pas(190): E2003 Undeclared identifier: 'TSynSpellCheckSelection'
[dcc32 Error] SynEditReg.pas(191): E2003 Undeclared identifier: 'TSynSpellCheckWord'
[dcc32 Error] SynEditReg.pas(191): E2003 Undeclared identifier: 'TSynSpellClearErrors'
[dcc32 Error] SynEditReg.pas(191): E2003 Undeclared identifier: 'TSynSpellCheckAsYouType'
[dcc32 Error] SynEditReg.pas(192): E2003 Undeclared identifier: 'TSynSpellErrorAdd'
[dcc32 Error] SynEditReg.pas(192): E2003 Undeclared identifier: 'TSynSpellErrorIgnoreOnce'
[dcc32 Error] SynEditReg.pas(193): E2003 Undeclared identifier: 'TSynSpellErrorIgnore'
[dcc32 Error] SynEditReg.pas(193): E2003 Undeclared identifier: 'TSynSpellErrorDelete'
[dcc32 Fatal Error] SynEditDD.dpk(39): F2063 Could not compile used unit 'SynEditReg.pas'
Failed
Elapsed time: 00:00:00.7

Edited by Navid Madani

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×