Unable to install on Delphi 10.4.1

General TRichView support forum. Please post your questions here
Post Reply
DCSavoy
Posts: 2
Joined: Thu Sep 03, 2020 10:21 am

Unable to install on Delphi 10.4.1

Post by DCSavoy »

Updated to 10.4.1 this morning (possibly foolishly...) and TRichView won't install the packages into the IDE, with the following errors:

Code: Select all

-------------------------------------
Error compiling C:\Components\TRichView\TRichView\Source\RVPkgD10_4.dpk:
Exception EJclMsBuildError: Invalid condition: missing parenthesis in condition "!Exists($(MSBuildProjectFullPath)) And'$(_ToolName)'!='' And '$(FileToCompile)'!=''"
-------------------------------------
Error compiling C:\Components\TRichView\TRichView\Source\RVDBPkgD10_4.dpk:
Exception EJclMsBuildError: Invalid condition: missing parenthesis in condition "!Exists($(MSBuildProjectFullPath)) And'$(_ToolName)'!='' And '$(FileToCompile)'!=''"
-------------------------------------
Error compiling C:\Components\TRichView\RichViewActions\Source\RichViewActionsD10_4.dpk:
Exception EJclMsBuildError: Invalid condition: missing parenthesis in condition "!Exists($(MSBuildProjectFullPath)) And'$(_ToolName)'!='' And '$(FileToCompile)'!=''"
-------------------------------------
Error compiling C:\Components\TRichView\RvHtmlImporter\Source\RvHtmlD10_4.dpk:
Exception EJclMsBuildError: Invalid condition: missing parenthesis in condition "!Exists($(MSBuildProjectFullPath)) And'$(_ToolName)'!='' And '$(FileToCompile)'!=''"
-------------------------------------
Error compiling C:\Components\TRichView\RvXml\Source\RvXmlD10_4.dpk:
Exception EJclMsBuildError: Invalid condition: missing parenthesis in condition "!Exists($(MSBuildProjectFullPath)) And'$(_ToolName)'!='' And '$(FileToCompile)'!=''"
-------------------------------------
Error compiling C:\Components\TRichView\ThirdParty\HunSpell\Source\RVHunSpellPkgD10_4.dpk:
Exception EJclMsBuildError: Invalid condition: missing parenthesis in condition "!Exists($(MSBuildProjectFullPath)) And'$(_ToolName)'!='' And '$(FileToCompile)'!=''"
-------------------------------------
Error compiling C:\Components\TRichView\ThirdParty\ASpell\Source\RVASpellPkgD10_4.dpk:
Exception EJclMsBuildError: Invalid condition: missing parenthesis in condition "!Exists($(MSBuildProjectFullPath)) And'$(_ToolName)'!='' And '$(FileToCompile)'!=''"
(This was with both TRichView 18.4 and 18.6 - I already had 18.4 installed, and when that failed, I removed it and installed 18.6 with the same results.)

Any suggestions?
DCSavoy
Posts: 2
Joined: Thu Sep 03, 2020 10:21 am

Re: Unable to install on Delphi 10.4.1

Post by DCSavoy »

D'oh - not sure how I missed seeing that. Thanks!
Sergey Tkachenko
Site Admin
Posts: 17254
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Unable to install on Delphi 10.4.1

Post by Sergey Tkachenko »

All our setups are updated for compatibility with Delphi 10.4.1
Post Reply