View Issue Details

IDProjectCategoryView StatusLast Update
0005872JEDI Code LibraryIDE Expertspublic2012-05-28 20:22
ReporterLarryHengenAssigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product VersionVersion 2.3 
Target VersionFixed in Version 
Summary0005872: Installation of Build 4197 download fails for Delphi XE
DescriptionI just downloaded the latest version from http://sourceforge.net/projects/jvcl/files/latest/download?source=files which is build 4197 and attempted to install it under both Delphi XE and XE2. Compilation failed at line 1311 of JclOtaUtils when it attempts to reference the 'Platform' environment variable.

I wrapped that line with an IFDEF as follows and re-installed successfully:

      {$IFDEF DELPHIXE2}
      EnvVariables.Values['Platform'] := Configurations.ActivePlatformName;
      {$ENDIF}
TagsNo tags attached.
Fixed in GIT commit
Fixed in SVN revision
IDE versionDelphi/C++Builder XE

Relationships

duplicate of 0005649 resolvedjfudickar Delphi XE JCLOtaUtils.pas (1311) undeclared identifier "ActivePlatformName" 

Activities

2012-05-01 19:13

 

JclOtaUtils.pas (62,221 bytes)

outchy

2012-05-09 21:55

administrator   ~0019749

already fixed in revision 3600:
http://jcl.svn.sf.net/viewvc/jcl/trunk/jcl/experts/common/JclOtaUtils.pas?r1=3600&r2=3599&pathrev=3600

Issue History

Date Modified Username Field Change
2012-05-01 19:13 LarryHengen New Issue
2012-05-01 19:13 LarryHengen File Added: JclOtaUtils.pas
2012-05-09 17:30 AHUser Project JEDI VCL => JEDI Code Library
2012-05-09 21:53 outchy IDE version => Delphi/C++Builder XE
2012-05-09 21:53 outchy Category 02 Installation => IDE Experts
2012-05-09 21:53 outchy Product Version 3.45 => Version 2.3
2012-05-09 21:54 outchy Relationship added duplicate of 0005649
2012-05-09 21:55 outchy Note Added: 0019749
2012-05-09 21:55 outchy Status new => feedback
2012-05-28 20:22 outchy Status feedback => closed
2012-05-28 20:22 outchy Resolution open => fixed