View Issue Details

IDProjectCategoryView StatusLast Update
0006440JEDI Code LibraryInstallationpublic2016-08-06 00:06
Reporterpaul_adams777Assigned ToAHUser 
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0006440: JCL Installer 2.7 Build 5676 has issue 0006325 regression - "Incompatible types: 'TJclWaitResult' and 'TWaitResult'"
DescriptionWhen JCL Installer 2.7 Build 5676 is run on RAD Studio 10 Seattle, the installer fails to build with the error "Incompatible types: 'TJclWaitResult' and 'TWaitResult'".

This issue was previously reported and fixed in 0006325.
Additional InformationClean install of Windows 10, new install of RAD Studio 10 Seattle.

Fixed using fix described in issue 0006325 - modified JclSynch.pas to define TJclWaitResult as TWaitResult.
Tagsbug, Install
Fixed in GIT commit
Fixed in SVN revision
IDE versionAll

Activities

paul_adams777

2015-09-16 07:01

reporter   ~0021212

Additional information:

The fix described above allowed the Installer to be built.

However, when the installer was used to build the libraries, an issue was found that was traced to the change made in JclSynch.pas.

Reversing the change in JclSynch.pas (but re-using the already built installer) allowed the compile to continue.

AHUser

2016-08-06 00:06

developer   ~0021342

Outdated jedi.inc problem. The install.bat now checks if the jedi.inc file is up to date.

Issue History

Date Modified Username Field Change
2015-09-16 05:56 paul_adams777 New Issue
2015-09-16 05:56 paul_adams777 IDE version => All
2015-09-16 05:57 paul_adams777 Tag Attached: bug
2015-09-16 05:57 paul_adams777 Tag Attached: Install
2015-09-16 07:01 paul_adams777 Note Added: 0021212
2016-08-06 00:06 AHUser Note Added: 0021342
2016-08-06 00:06 AHUser Status new => resolved
2016-08-06 00:06 AHUser Resolution open => fixed
2016-08-06 00:06 AHUser Assigned To => AHUser