problem with run active project LiteEditor

Discussion about CodeLite development process and patches
vsfai
CodeLite Enthusiast
Posts: 11
Joined: Tue Jan 10, 2012 11:50 pm
Genuine User: Yes
IDE Question: c++
Contact:

problem with run active project LiteEditor

Post by vsfai »

Hello,

i found the problem with running the project
revision 5405.
Windows 7 professional, MinGW-4.4.1
see the picture:
http://dl.dropbox.com/u/25347385/cl/bug.JPG
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: problem with run active project LiteEditor

Post by eranif »

I did not quite get the configuration you are using, but my guess is that you are mixing debug and release configurations.

Make sure you are building everything in the same build configuration.

To do this, simply double click on the project 'LiteEditor' and hit F7 (this is important, do not use the option 'Project Only -> Build')

If you are already doing this, then you need to share with us some more information (e.g. the complete build log)
Eran
Make sure you have read the HOW TO POST thread
vsfai
CodeLite Enthusiast
Posts: 11
Joined: Tue Jan 10, 2012 11:50 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: problem with run active project LiteEditor

Post by vsfai »

THX, problem fixed. I overlooked the project configuration.
br, vsfai
Post Reply