submarine wrote:i can't see the window to show the helloworld
Please copy/paste here the content of the 'Trace' and 'Build' tabs
submarine wrote:should I install a gcc compiler first?
Yes, codelite does not come bundled with gcc compiler. I am guessing that you are on Winodws, so I would suggest to download MinGW (g++/gcc/gdb) from here:
http://downloads.sourceforge.net/wxpack ... e?download
Make sure you install it in directory without spaces (e.g. C:\MinGW is a good location)
Once installed, start codelite again, go to 'Settings -> Environment Variables...'
in the dialog that opens, click on the 'New...' button, a new small dialog will open
in the 'Variable Name' field, type:
in the 'Variable Value' field, type:
Click OK and close the environment variable dialog. Try to compile hello world sample again.
Eran