Continuing installation fiasco

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
kmanuele
Newbie
Newbie
Posts: 24
Joined: Wed Jan 12, 2005 5:00 am

Continuing installation fiasco

Post by kmanuele » Wed Feb 16, 2005 7:12 pm

Gave up, and tried using TeeRecompile. This is exact log message:

>>>>>>>>>>

C++Builder 5 Professional
Tee7C5

Cannot convert C++ Builder package Tee7C5 to makefile.
BPR2MAK C++Builder Project file to Makefile converter. Version 5.0
Copyright (C) 2000, Borland/Inprise Corporation

Cannot op
EXCEPTION:
Compilation aborted.

>>>>>>>>>>>>

We are now at least 4 hours into this process.

This is ridiculous.

Kevin

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Feb 17, 2005 8:38 am

Hi Kevin,

I've been able to install using TeeRecompile with just selecting the default options and then I had to set the search paths as I told you in the other message.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Thu Feb 17, 2005 9:17 am

Hi, Kevin.

The error you get indicates that somehow BCB5 is not able to correctly read Tee7C5.bpk file and from it generate Tee7C5.mak file (needed for actual compilation). Recompile tool does the following:
1) Converts package from bpk to mak file. Actual code used

Code: Select all

c:\progra~1\CBuilder5\Bin\bpr2mak.exe Tee7C5.bpk
2) Compiles all necessary files from generated mak file using the following command:

Code: Select all

c:\progra~1\CBuilder5\Bin\make -B -fTee7C5.mak
I've checked the bpk files and and they look fine to me. More over, opening and compiling them in BCB5 IDE works fine as well.

Which BCB5 version are you using ? Do you use any language packs (German, French ?).
Marjan Slatinek,
http://www.steema.com

Post Reply