Page 1 of 1

newbie Windoze config question

Posted: Mon Apr 06, 2015 12:05 am
by chrisgnicholas
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

Re: newbie Windoze config question

Posted: Mon Apr 06, 2015 8:32 am
by eranif
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

Re: newbie Windoze config question

Posted: Tue Apr 07, 2015 2:13 am
by chrisgnicholas
that did the trick; THANKS!!

Chris