lvzixun / Clang-Complete

a auto complete plugin for sublimetext3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please include MinGW support libraries within the plugin

Jo2003 opened this issue · comments

First: Thanks for a wonderful and very helpful plugin.

When using the Windows version on my PC some libraries in the lib folder of CLang-Complete were missing so I had to add them manually:

  • libgcc_s_dw2-1.dll
  • libstdc++6.dll
  • libwinpthread-1.dll

I think these are the DLLs your library was linked to when compiling with MinGW.

Greetings,
Jörg