View Issue Details

IDProjectCategoryView StatusLast Update
0001460JEDI VCL02 Installationpublic2004-04-25 07:53
ReporteranonymousAssigned Toobones 
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionopen 
Product Version 
Target VersionFixed in Version 
Summary0001460: It is not possible to install components in C++ Builder 6 Pro
DescriptionThe JVCL 3 Package Installer fails when installing for C++ Builder 6.

The selected options were:
- Install JCL
- Clean JCL Component palette
- Hpp file ...

All packages were selected.

The same options work properly for Delphi 6
Additional InformationCompiler output:

** Generating resources...

MAKE Version 5.2 Copyright (c) 1987, 2000 Borland

MAKE Version 5.2 Copyright (c) 1987, 2000 Borland

Compiling package: CJcl60.bpl
Fatal: Unable to execute command: C:\Program
TagsNo tags attached.

Activities

user72

2004-03-11 01:26

  ~0003314

BCB support was shot just before the BETA1 release. It is being worked on. If you have any feedback or can provide help on fixing it, it would be appreciated

cbsoft

2004-03-11 05:36

reporter   ~0003316

To be able to compile manually the packages for C++ Builder 6 I made some trials and I found finally a way to compile the packages:

1 - I copied the contents of the jvcl\devtools\bin directory in the jvcl\bin directory because it was not possible to compile correctly the NoQuotes.exe executable.

2 - I run the following batch from the jvcl\packages directory:
  set BCBDIR=C:\PROGRA~1\Borland\CBUILD~2
  call MakeJCLDcp4BCB.bat 6 C:\PROGRA~1\Borland\CBUILD~2
  call MakeC6.bat C:\PROGRA~1\Borland\CBUILD~2
I used short pathnames because the default Builder directory for the batch files is "Program Files\Builder6" instead of "Program Files\Borland\Builder6" (the typical installation directory). The long pathnames did not work also if included in "".

3 - After compiling and installing manually the packages (bpl, bpi, res, ...), I have many linker errors that refer to objects not present (but included in the bpi/lib files).

Some suggestion on how to proceed ?

obones

2004-03-22 16:23

administrator   ~0003430

What exact errors do you get ?
Because changes were recently made, and the long filenames shouldn't be an issue anymore, nor should the problem with NoQuotes

However, the linker error puzzles me, I don't have any problem here.

obones

2004-04-14 04:05

administrator   ~0003832

I would like to get some feedback when you use the most recent JCL and JVCL.
If I hear nothing in the next two weeks, I'll close the bug

Issue History

Date Modified Username Field Change
2004-03-10 01:02 anonymous New Issue
2004-03-11 01:26 user72 Note Added: 0003314
2004-03-11 01:26 user72 Status new => acknowledged
2004-03-11 05:36 cbsoft Note Added: 0003316
2004-03-22 16:22 obones Status acknowledged => assigned
2004-03-22 16:22 obones Assigned To => obones
2004-03-22 16:23 obones Note Added: 0003430
2004-03-22 21:47 obones Status assigned => feedback
2004-04-14 04:05 obones Note Added: 0003832
2004-04-25 07:53 AHUser Status feedback => closed