I tried to compile the latest git head, and faced this error, I have never encountered this problem before, I might have messed up my mingw32_make, but I have no clue where should I look at, I can run and build other C++ projects of mine just fine.
Thanks, that did the trick Till now, I was compiling utils first before codelite, either I was doing it wrong or build order is changed, anyway the problem is solved.
I tried to build git head today, but now my codelite crashes with an error. I first tried to build lite_editor after that tried building codelite_utils. I also deleted 'codelite' folder in my 'appdata' folder. I must be doing something wrong. I am on windows 7 64bit
(gdb) bt
#0 0x77600475 in ntdll!TpWaitForAlpcCompletion ()
from C:\Windows\system32\ntdll.dll
#1 0x0028f3b0 in ?? ()
#2 0x775c29c0 in ntdll!RtlCopyExtendedContext ()
from C:\Windows\system32\ntdll.dll
#3 0x00882ba8 in ?? ()
#4 0x776014cf in ntdll!TpQueryPoolStackInformation ()
from C:\Windows\system32\ntdll.dll
#5 0x00ff0000 in ?? ()
#6 0x775bab3a in ntdll!AlpcMaxAllowedMessageLength ()
from C:\Windows\system32\ntdll.dll
#7 0x00ff0000 in ?? ()
#8 0x77563472 in ntdll!RtlLargeIntegerShiftRight ()
from C:\Windows\system32\ntdll.dll
#9 0x00882ba8 in ?? ()
#10 0x752398cd in msvcrt!free () from C:\Windows\syswow64\msvcrt.dll
#11 0x00ff0000 in ?? ()
#12 0x6388a242 in std::basic_string<wchar_t, std::char_traits<wchar_t>, std::all
ocator<wchar_t> >::assign(std::basic_string<wchar_t, std::char_traits<wchar_t>,
std::allocator<wchar_t> > const&) ()
from e:\ProgramFiles(x86)\CodeLite\wxbase295u_gcc_cl.dll
#13 0x00000003 in ?? ()
#14 0x63924e48 in vtable for wxObject ()
from e:\ProgramFiles(x86)\CodeLite\wxbase295u_gcc_cl.dll
#15 0x00000000 in ?? ()
I failed to mention this, but you will need to build codelite in debug (select the WinDebugUnicode configuration in codelite)
in order to get some useful information