Hi - I installed the 'Bertos' community edition (http://www.bertos.org/download ) which seemed to have Codelite as part of the distro, and made some simple things with the Wizard.
When I go "Build -> Build Project" in the GUI, I see at the console:
"C:\Windows\system32\cmd.exe /C "make"
/usr/bin/sh: -c line 2: syntax error near unexpected token ';'
and yet, when I 'cd' into that directory in a Cygwin terminal window, and type "make", the project builds.
I messed around a while with the "Settings->Build Settings" items, but can't seem to change that initial invocation.
How can I make a build environment that matches what happens in a Cygwin bash environment?
suggestions, RTFMs welcomed.
thanks in advance
Chris
newbie Windoze config question
-
- CodeLite Curious
- Posts: 2
- Joined: Sun Apr 05, 2015 11:31 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: newbie Windoze config question
Hi,
I am not sure which version do they ship...
However, in order to work with Cygwin / MinGW terminals, you need to start CodeLite from within the terminal itself
Eran
I am not sure which version do they ship...
However, in order to work with Cygwin / MinGW terminals, you need to start CodeLite from within the terminal itself
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Sun Apr 05, 2015 11:31 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: newbie Windoze config question
that did the trick; THANKS!!
Chris
Chris