Can not build revision 918e522 on Windows

Discussion about CodeLite development process and patches
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

Can not build revision 918e522 on Windows

Post by frank_frl »

Hi Eran,

I failed to build the latest from GIT with this error:

Code: Select all

mingw32-make.exe[1]: *** No rule to make target `DebuggerSettings_liteeditor_bitmaps.cpp', needed by `Release/DebuggerSettings_liteeditor_bitmaps.o'.  Stop.
It seems that there is no file 'DebuggerSettings_liteeditor_bitmaps.cpp', I found only a 'DebuggerSettingsBaseDlg_liteeditor_bitmaps.cpp'


Regards

Frank
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

Re: Can not build revision 918e522 on Windows

Post by frank_frl »

Hi Eran,

even after a fresh checkout from git I couldn't build CL.
The reason is a file in the project tree ' LiteEditor/src/DebuggerSettings_liteeditor_bitmaps.cpp', what is missing.
After excluding it from build, i finally could build latest CL from git but can not be started. 'No image handler for type 15 defined'
I tried this with wxWidgets 2.9.5, so I'll give it another try with 2.9.4

Best regards

Frank
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Can not build revision 918e522 on Windows

Post by eranif »

Sorry - been busy lately in selling my apartment and searching for new one...
I will look into it _today_

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

Re: Can not build revision 918e522 on Windows

Post by eranif »

I have added the missing file

Eran
Make sure you have read the HOW TO POST thread
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

Re: Can not build revision 918e522 on Windows

Post by frank_frl »

Thanks Eran,

it works now :D

Best regards and good luck with your apartment

Frank
Post Reply