How to install/configure borland compiler on codelite?

CodeLite installation/troubleshooting forum
TAVVANNA
CodeLite Curious
Posts: 1
Joined: Tue Oct 28, 2014 12:01 pm
Genuine User: Yes
IDE Question: C++
Contact:

How to install/configure borland compiler on codelite?

Post by TAVVANNA »

hi,
I want to use Borland C++ Compiler 5.5 with CodeLite.
how can configure? I tried Settings->Build Settings->Add existing compiler but it does not detect nor Scan computer for .... also.
I tried clone existing compilers and changed executable path and other directories to BCC folder but did not work!
CodeLite uses makefile to build project and I should change makefile to work with BCC make.exe but codelite creates its own and clears my makefile.
is there any configuration already?
Sincerely.
Gibbon1
CodeLite Expert
Posts: 167
Joined: Fri Jul 22, 2011 5:32 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to install/configure borland compiler on codelite?

Post by Gibbon1 »

1. Doesn't 'work'. There is that see how to post thing at

http://forums.codelite.org/viewtopic.php?f=3&t=804

When you hit F7 for build, codelite should spit out 'something' in the build pane.

2. Also you can configure codelite to use a custom makefile if all else fails.

3. If eveyrthing fails you can still use codelite as an editor. (Coworker does that with Visual Studio)
Post Reply