Were codelite_indexer.exe and codelite_cppcheck.exe made under GCC Dwarf-2 Unwinding Package?
I downloaded the svn trunk rev 3252, built the sources with TDM's GCC/mingw32 Builds 4.4.1-tdm-2(includes C and C++ SJLJ packages). the colite.exe can be built successfully. It showed that codelite_indexer.exe and codelite_cppcheck.exe can't find libgcc_s_dw2-1.dll, while I launched Codelite.exe.
Should I reinstall the GCC/mingw32 Builds(includes C and C++ Dwarf-2 packages), and remake the sources of CL with the DW-2 gcc packages?
BTW: The OS is WinXP Pro SP3.
These EXE files were made under GCC DW-2 Unwinding Package?
-
- CodeLite Curious
- Posts: 3
- Joined: Mon Sep 21, 2009 11:49 am
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: These EXE files were made under GCC DW-2 Unwinding Package?
I recently moved to a newer version of MinGW which uses gcc4.4.0
Note that i am not using any "un-official" releases (e.g. TDM), but I am downloading the binaries directly from MinGW download page from SF.
Which according to their instructions, you must download this:
http://sourceforge.net/projects/mingw/f ... z/download
Which includes inside it the 'dw' DLL.
In the next release, codelite will come with a complete MinGW installer for gcc4.4.0 (which is composed on the latest releases of the MinGW project from SF)
For now, and until codelite package is released.
Build the indexer / cppcheck by yourself:
trunk/sdk/codelite_idnexer/codelite_indexer.workspace
trunk/sdk/codelite_cppchecker/codelite_cppchecker.workspace
And use those instead.
Eran
Note that i am not using any "un-official" releases (e.g. TDM), but I am downloading the binaries directly from MinGW download page from SF.
Which according to their instructions, you must download this:
http://sourceforge.net/projects/mingw/f ... z/download
Which includes inside it the 'dw' DLL.
In the next release, codelite will come with a complete MinGW installer for gcc4.4.0 (which is composed on the latest releases of the MinGW project from SF)
For now, and until codelite package is released.
Build the indexer / cppcheck by yourself:
trunk/sdk/codelite_idnexer/codelite_indexer.workspace
trunk/sdk/codelite_cppchecker/codelite_cppchecker.workspace
And use those instead.
Eran
Make sure you have read the HOW TO POST thread