How to install/configure borland compiler on codelite?

CodeLite installation/troubleshooting forum
cujobr
CodeLite Curious
Posts: 6
Joined: Wed Feb 18, 2009 11:26 pm
Contact:

How to install/configure borland compiler on codelite?

Post by cujobr »

Hello,

I would like to use another compiler in CodeLite on Windows, wouldn´t default mingw.

How can i configure borland c++ builder on Codelite?

My pc is windows xp with borland c++ builder working. Codelite with mingw works well too.

Sorry my bad english.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

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

Post by eranif »

You need to define new compiler for this.

http://codelite.org/forum/viewtopic.php ... +new#p1610

Eran
Make sure you have read the HOW TO POST thread
cujobr
CodeLite Curious
Posts: 6
Joined: Wed Feb 18, 2009 11:26 pm
Contact:

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

Post by cujobr »

actually, my question is:

how can i configure the new compiler?

i dont know how i fill the informations.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

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

Post by eranif »

basically, you will need to complete the following:

- Fill in the toolchain (compiler exe, linker name, archive tool etc.) - I am not familiar with it, so you will have to figure this on your own or maybe someone could help you with this.
- Prepare 2 regexes that can parse the output of the compiler (one for errors and second with warnings). with this I can help you if you could provide sample lines of errors / warnings produced from your compiler.

Eran
Make sure you have read the HOW TO POST thread
cujobr
CodeLite Curious
Posts: 6
Joined: Wed Feb 18, 2009 11:26 pm
Contact:

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

Post by cujobr »

Sorry, I gave up to try use another compiler and I forgot to post any answer.

Thank you for help me.
Post Reply