View Issue Details

IDProjectCategoryView StatusLast Update
0005331JEDI Code LibraryInstallationpublic2010-10-11 10:49
ReportergbrandtAssigned To 
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionunable to reproduce 
Product VersionVersion 2.2 
Target VersionFixed in Version 
Summary0005331: Install of JCL fails
DescriptionThe install of the JCL fails on Win XP and Windows 7 when using C++ Builder XE. No useful error message is presented.

The Windows XP install was a heavily modified XP install.
The Windows 7 install was a fresh install of Win7, fresh install of C++ Builder XE, and new install of JVCL.


================================================================================
JCL 2.2 Release Build 3845
==========RAD Studio XE=========================================================
Installed personalities :
32 bit Delphi
32 bit C++Builder
================================================================================
Multiple profile installation
Single profile installation
================================================================================
Saving conditional defines...
Loaded template for include file C:\Work\JVCL340_JCL221\jcl\source\include\jcl.template.inc
Saved include file C:\Work\JVCL340_JCL221\jcl\source\include\jcld15.inc
Building source\common library units for RAD Studio XE...
"C:\Program Files\Embarcadero\RAD Studio\8.0\bin\dcc32.exe" bzip2 Jcl8087 JclAbstractContainers JclAlgorithms JclAnsiStrings JclArrayLists JclArraySets JclBase JclBinaryTrees JclCharsets JclCompilerUtils JclComplex JclCompression JclContainerIntf JclCounter JclDateTime JclDevToolsResources JclExprEval JclFileUtils JclHashMaps JclHashSets JclIDEUtils JclIniFiles JclLinkedLists JclLogic JclMath JclMIDI JclMime JclNotify JclPCRE JclQueues JclResources JclRTTI JclSchedule JclSimpleXml JclSortedMaps JclStacks JclStatistics JclStreams JclStrHashMap JclStringConversions JclStringLists JclStrings JclSynch JclSysInfo JclSysUtils JclTrees JclUnicode JclUnitConv JclUnitVersioning JclUnitVersioningProviders JclUsesUtils JclValidation JclVectors JclWideStrings pcre zlibh --no-config -U"C:\Program Files\Embarcadero\RAD Studio\8.0\lib\win32\release" -M -$X+ -$G+ -$H+ -$P+ -$U- -$T- -$V+ -$J+ -$Z1 -$J+ -$C- -$D- -$I- -$L- -$O+ -$Q- -$R- -$W- -$Y- -D_RTLDLL;NO_STRICT;USEPACKAGES -N0"C:\Work\JVCL340_JCL221\jcl\lib\d15" -NO"C:\Work\JVCL340_JCL221\jcl\lib\d15" -JPHNE --BCB -I"C:\Work\JVCL340_JCL221\jcl\source\include" -U"C:\Work\JVCL340_JCL221\jcl\source\common;C:\Work\JVCL340_JCL221\jcl\source\windows;C:\Work\JVCL340_JCL221\jcl\source\vcl;C:\Work\JVCL340_JCL221\jcl\devtools\jpp;C:\Work\JVCL340_JCL221\jcl\devtools\jpp\Templates" -R"C:\Work\JVCL340_JCL221\jcl\source\common;C:\Work\JVCL340_JCL221\jcl\source\windows;C:\Work\JVCL340_JCL221\jcl\source\vcl;C:\Work\JVCL340_JCL221\jcl\devtools\jpp;C:\Work\JVCL340_JCL221\jcl\devtools\jpp\Templates"
Embarcadero Delphi for Win32 compiler version 22.0
Copyright (c) 1983,2010 Embarcadero Technologies, Inc.
427948 lines, 5.47 seconds, 53326 bytes code, 16916 bytes data.
...failed.
TagsNo tags attached.
Fixed in GIT commit
Fixed in SVN revision
IDE versionDelphi/C++Builder XE

Activities

gbrandt

2010-09-14 01:27

reporter   ~0017665

user was administrator on both machines

outchy

2010-09-14 09:08

administrator   ~0017666

What's the build number of your Delphi/C++Builder XE?

gbrandt

2010-09-14 15:53

reporter   ~0017667

bcc32:
C:\Program Files\Embarcadero\RAD Studio\8.0\bin>bcc32
Embarcadero C++ 6.30 for Win32 Copyright (c) 1993-2010 Embarcadero Technologies, Inc.

dcc32:
C:\Program Files\Embarcadero\RAD Studio\8.0\bin>dcc32
Embarcadero Delphi for Win32 compiler version 22.0
Copyright (c) 1983,2010 Embarcadero Technologies, Inc.

gbrandt

2010-09-14 17:00

reporter   ~0017669

more version info

C:\Program Files\Embarcadero\RAD Studio\8.0\bin>bcc32 --version
Embarcadero C++ 6.30 for Win32 Copyright (c) 1993-2010 Embarcadero Technologies, Inc.
Revision 6.30.3888.28895

outchy

2010-09-14 17:27

administrator   ~0017671

do you have write access to the JCL and JVCL directories and subdirectories?

outchy

2010-09-14 17:30

administrator   ~0017672

hum, better, make sure that the directory c:\documents and settings\all users\shared documents\rad studio\9.0\hpp exists. It is not created by default during the Delphi setup.

gbrandt

2010-09-14 17:33

reporter   ~0017673

I have write access to both directories (I made them).

I am installing c++ Builder only, not delphi. I will check if the hpp directory exists in c:\documents and settings\all users\shared documents\rad studio\8.0\ (not 9.0, is that correct?)

outchy

2010-09-14 17:42

administrator   ~0017674

don't have XE there to verify, it might be 8.0.

gbrandt

2010-09-15 00:20

reporter   ~0017675

hpp directory did not exist.

created hpp directory and no change in error, JCL will still not compile.

gbrandt

2010-09-16 17:12

reporter   ~0017680

Anything else I can do to help with this?

outchy

2010-09-21 11:37

administrator   ~0017689

I don't know of anything else. You may do a manual installation of the JCL by opening the appropriate package group in jcl/packages and compile all of them. You may then install design-time packages.

outchy

2010-10-11 10:49

administrator   ~0017869

inactive

Issue History

Date Modified Username Field Change
2010-09-14 00:35 gbrandt New Issue
2010-09-14 01:27 gbrandt Note Added: 0017665
2010-09-14 09:04 obones Project JEDI VCL => JEDI Code Library
2010-09-14 09:06 outchy IDE version => Delphi/C++Builder 2010
2010-09-14 09:06 outchy Category 02 Installation => Installation
2010-09-14 09:06 outchy Product Version 3.40 => Version 2.2
2010-09-14 09:08 outchy IDE version Delphi/C++Builder 2010 => Delphi/C++Builder XE
2010-09-14 09:08 outchy Note Added: 0017666
2010-09-14 15:53 gbrandt Note Added: 0017667
2010-09-14 17:00 gbrandt Note Added: 0017669
2010-09-14 17:27 outchy Note Added: 0017671
2010-09-14 17:30 outchy Note Added: 0017672
2010-09-14 17:33 gbrandt Note Added: 0017673
2010-09-14 17:42 outchy Note Added: 0017674
2010-09-15 00:20 gbrandt Note Added: 0017675
2010-09-16 17:12 gbrandt Note Added: 0017680
2010-09-21 11:38 outchy Note Added: 0017689
2010-09-27 10:38 outchy Status new => feedback
2010-10-11 10:49 outchy Note Added: 0017869
2010-10-11 10:49 outchy Status feedback => closed
2010-10-11 10:49 outchy Resolution open => unable to reproduce