CodeLite crash

CodeLite installation/troubleshooting forum
borr
CodeLite Enthusiast
Posts: 34
Joined: Tue Dec 16, 2008 10:43 am
Contact:

CodeLite crash

Post by borr »

Crash on double clicking the error line in Output Pane when lost the file header.
Crash.h

Code: Select all

#include <filedlg.h>//error

wxFileDialog* FD;
Output Pane
mingw32-make.exe[1]: *** [Debug/wjournalapp.o] Error 1
mingw32-make.exe[1]: *** Waiting for unfinished jobs....
In file included from D:/Project/WJournal/Crash.cpp:26:
D:/Project/WJournal/Crash.h:24:21: filedlg.h: No such file or directory <---- Crash on double clicking
OS: WinXP SP3, CodeLite 2.5.2.4031
I am sorry for my english
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite crash

Post by eranif »

This bug was already reported and fixed in trunk.

http://sourceforge.net/tracker/?func=de ... tid=979960
Thanks,
Eran
Make sure you have read the HOW TO POST thread
borr
CodeLite Enthusiast
Posts: 34
Joined: Tue Dec 16, 2008 10:43 am
Contact:

Re: CodeLite crash

Post by borr »

eranif wrote: This bug was already reported and fixed in trunk.
Thanks,
Eran
I'm sorry it's my fault
Post Reply