Page 1 of 1

How to install/configure borland compiler on codelite?

Posted: Wed Feb 18, 2009 11:32 pm
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.

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

Posted: Wed Feb 18, 2009 11:46 pm
by eranif
You need to define new compiler for this.

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

Eran

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

Posted: Wed Feb 18, 2009 11:51 pm
by cujobr
actually, my question is:

how can i configure the new compiler?

i dont know how i fill the informations.

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

Posted: Wed Feb 18, 2009 11:59 pm
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

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

Posted: Thu Jan 27, 2011 9:18 pm
by cujobr
Sorry, I gave up to try use another compiler and I forgot to post any answer.

Thank you for help me.