View Issue Details

IDProjectCategoryView StatusLast Update
0006468JEDI VCL02 Installationpublic2018-07-18 15:46
ReporterGeroldAssigned Toobones 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionno change required 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0006468: Install with option "Compile debug untis" enabled failed
DescriptionCan not install the JVCL with above option enabled. Did NOT enable the option "JVCL Developper Installation" !!!

Found this error in the log file "C:\Delphi\JVCL\bin\jvcl_install_d7.log":

C:\Delphi\JVCL\Common\jvcl.inc (26) - Fatal: File not found: 'jedi\jedi.inc'

The only JEDI.INC file I found was in
C:\Delphi\JVCL\devtools\common
and contains only the following line:
{$I ..\..\common\jedi\jedi.inc}

There is no subdir "jedi" in the "common" subdir.

So something is missing here.
Additional InformationD7 Ent
JCL: Daily: 2015-10-21
JVCL: Daily: 2015-10-21


When I copy the following subdir "JEDI" from the JCL
C:\Delphi\JCL\source\include\jedi
to
C:\Delphi\JVCL\common\jedi
there is no error.
TagsNo tags attached.

Activities

AHUser

2016-08-04 21:16

developer   ~0021333

The jedi.inc file in the devtools\common directory doesn't exist anymore as it was from a time when the JVCL came with its own common\jedi\jedi.inc file. The jedi.inc file now comes from the JCL\source\include\jedi\jedi.inc and the JVCL requires the JCL\source\include directory to be in the include/library search path (the JCL Installer adds the directory)

Kyle_Katarn

2016-08-09 23:31

reporter   ~0021379

typo : "Compile debug untis" > "Compile debug units"

Issue History

Date Modified Username Field Change
2015-11-02 10:03 Gerold New Issue
2016-08-04 21:16 AHUser Note Added: 0021333
2016-08-09 23:31 Kyle_Katarn Note Added: 0021379
2018-07-18 15:46 obones Status new => resolved
2018-07-18 15:46 obones Resolution open => no change required
2018-07-18 15:46 obones Assigned To => obones