Hello Eran and all CodeLite community. I have a little problem with resource file compilation. When I try build my project with mesher.rc I take next messages:
You are having a problem with spaces in the file's pathname, and the quotes are being lost when windres calls gcc.
The simplest solution (if it is possible) is to rename the directory to not have spaces.
Another possiblility: Check under the Settings -> Build Settings -> Buld Systems tab. See if the option "When building, pass absolute path of the file to the compiler" is checked. If it is checked, try unchecking it and rebuilding. That might make the spaces problem go away.