codelite fails compiling from current sources

Discussion about CodeLite development process and patches
User avatar
Rosch
CodeLite Enthusiast
Posts: 24
Joined: Fri Nov 02, 2012 4:28 pm
Genuine User: Yes
IDE Question: C++
Location: Germany
Contact:

codelite fails compiling from current sources

Post by Rosch »

Hi...

Currently I am trying to build and debug codelite (I am running windows 7 Ultimate 64bit).
I installed CodeLite 4.1.5770 with mingw and wxwidgets.

I checked out current sources and I try to build them. I have done this exactly like written in the wiki.
First I build codelite_utils (in release mode) so far so good. No problem here.
Than I build the LiteEditor.workspace (Win Release Unicode). It fails building the plugin_sdk.

Code: Select all

mingw32-make.exe[1]: Entering directory `D:/compile/codelite/Plugin´
mingw32-make.exe[1]: *** No rule to make target `VirtualDirectorySelector_plugin_bitmaps.cpp´, needed by `WinReleaseUnicode/VirtualDirectorySelector_plugin_bitmaps.o´.
mingw32-make.exe[1]: *** Waiting for unfinished jobs....
mingw32-make.exe[1]: Leaving directory `D:/compile/codelite/Plugin´
mingw32-make.exe: *** [All] Error 2
Is the current code broken or am I am simply too stupid?

The "funny" thing is that codelite does not recognize build failures from make. Finally it says:

Code: Select all

0 errors, 66 warnings, total time: 00:01:24 seconds
If I wouldn't have scrolled the list manually I would have seen that the build has failed. That's bad. Codelite should truly also get to know about make failures....

Roland
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: codelite fails compiling from current sources

Post by eranif »

Looks like a missing file in SVN..

However, I dont have access to my Windows build machine atm, I will update it when I get home - sorry for this

Eran
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: codelite fails compiling from current sources

Post by eranif »

I added the missing file to SVN

Eran
Make sure you have read the HOW TO POST thread
Post Reply