Page 1 of 1

Continuing installation fiasco

Posted: Wed Feb 16, 2005 7:12 pm
by 9340553
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

Posted: Thu Feb 17, 2005 8:38 am
by narcis
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.

Posted: Thu Feb 17, 2005 9:17 am
by Marjan
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 ?).