Page 1 of 1

These EXE files were made under GCC DW-2 Unwinding Package?

Posted: Sun Oct 25, 2009 1:36 pm
by minotaur
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.

Re: These EXE files were made under GCC DW-2 Unwinding Package?

Posted: Sun Oct 25, 2009 2:10 pm
by eranif
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