Unable to install on Delphi 10.4.1
Posted: Thu Sep 03, 2020 10:27 am
Updated to 10.4.1 this morning (possibly foolishly...) and TRichView won't install the packages into the IDE, with the following errors:
(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?
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)'!=''"
Any suggestions?