View Issue Details

IDProjectCategoryView StatusLast Update
0003070JEDI VCL00 JVCL Componentspublic2005-07-03 04:38
ReporteranonymousAssigned ToAHUser 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 
Target VersionFixed in Version3.10 
Summary0003070: Install failed due to "xmlrtl not found" - D2005 PE JVCL300CompleteJCL195-Build1848.zip
DescriptionUnable to install vcl as error E2202 Required package 'xmlrtl' not found.
TagsNo tags attached.

Activities

2005-07-03 02:18

 

InstallationLog.txt (2,109 bytes)
Borland Delphi for Win32 compiler version 17.0
Copyright (c) 1983,2004 Borland Software Corporation
13215 lines, 0.34 seconds, 8499 bytes code, 8 bytes data.

Making common library debug units for Delphi 9

Compiling .dcu files...
Borland Delphi for Win32 compiler version 17.0
Copyright (c) 1983,2004 Borland Software Corporation
JclFileUtils.pas(115) Warning: W1000 Symbol 'faVolumeID' is deprecated
JclFileUtils.pas(116) Warning: W1000 Symbol 'faVolumeID' is deprecated
JclFileUtils.pas(299) Warning: W1000 Symbol 'faVolumeID' is deprecated
JclFileUtils.pas(3017) Warning: W1000 Symbol 'faVolumeID' is deprecated
JclFileUtils.pas(3017) Warning: W1000 Symbol 'faVolumeID' is deprecated
133824 lines, 1.66 seconds, 913 bytes code, 68 bytes data.

Making windows library debug units for Delphi 9

Compiling .dcu files...
Borland Delphi for Win32 compiler version 17.0
Copyright (c) 1983,2004 Borland Software Corporation
125821 lines, 1.56 seconds, 47637 bytes code, 16736 bytes data.

Making vcl library debug units for Delphi 9

Compiling .dcu files...
Borland Delphi for Win32 compiler version 17.0
Copyright (c) 1983,2004 Borland Software Corporation
13215 lines, 0.33 seconds, 10567 bytes code, 8 bytes data.

Installing package C:\PROGRA~1\Borland\BDS\3.0\Jedi\jcl\packages\d9\DJcl.dpk...
Borland Delphi for Win32 compiler version 17.0
Copyright (c) 1983,2004 Borland Software Corporation
128 lines, 0.41 seconds, 759652 bytes code, 44061 bytes data.
...done.

Installing package C:\PROGRA~1\Borland\BDS\3.0\Jedi\jcl\packages\d9\DJclVcl.dpk...
Borland Delphi for Win32 compiler version 17.0
Copyright (c) 1983,2004 Borland Software Corporation
53 lines, 0.14 seconds, 71388 bytes code, 897 bytes data.
...done.

Installing package C:\PROGRA~1\Borland\BDS\3.0\Jedi\jcl\examples\vcl\debugextension\JclDebugIdeD90.dpk...
Borland Delphi for Win32 compiler version 17.0
Copyright (c) 1983,2004 Borland Software Corporation
C:\PROGRA~1\Borland\BDS\3.0\Jedi\jcl\examples\vcl\DEBUGE~1\JclDebugIdeD90.dpk(32) Fatal: E2202 Required package 'xmlrtl' not found
...done.
InstallationLog.txt (2,109 bytes)

AHUser

2005-07-03 04:36

developer   ~0007521

Delphi 2005 PE is not able to compile design time packages which require the package designide because designide requires itself xmlrtl. And Borland does not ship the file xmlrtl.dcp which is required for compiling packages that link against designide.
It is not allowed to distribute xmlrtl.dcp (xmlrtl.bpl is not enough to compile packages). But you can download a faked xmlrtl.dcp that does not have the functionality of the original (exactly: it has no functionality at all) but this is enough for the compiler.
As the released JVCL 3 has no Delphi 2005 PE (it was released before Delphi 2005PE) you must apply a patch to the JVCL 3 which also contains the faked xmlrtl.dcp.

http://jvcl.sourceforge.net/files/JVCLd9pPatch.zip

Issue History

Date Modified Username Field Change
2005-07-03 02:18 anonymous New Issue
2005-07-03 02:18 anonymous File Added: InstallationLog.txt
2005-07-03 04:36 AHUser Note Added: 0007521
2005-07-03 04:38 AHUser Status new => resolved
2005-07-03 04:38 AHUser Resolution open => fixed
2005-07-03 04:38 AHUser Assigned To => AHUser