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.
How to install/configure borland compiler on codelite?
-
- CodeLite Curious
- Posts: 6
- Joined: Wed Feb 18, 2009 11:26 pm
- Contact:
- 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?
You need to define new compiler for this.
http://codelite.org/forum/viewtopic.php ... +new#p1610
Eran
http://codelite.org/forum/viewtopic.php ... +new#p1610
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 6
- Joined: Wed Feb 18, 2009 11:26 pm
- Contact:
Re: How to install/configure borland compiler on codelite?
actually, my question is:
how can i configure the new compiler?
i dont know how i fill the informations.
how can i configure the new compiler?
i dont know how i fill the informations.
- 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?
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
- 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
-
- CodeLite Curious
- Posts: 6
- Joined: Wed Feb 18, 2009 11:26 pm
- Contact:
Re: How to install/configure borland compiler on codelite?
Sorry, I gave up to try use another compiler and I forgot to post any answer.
Thank you for help me.
Thank you for help me.