lvzixun / Clang-Complete

a auto complete plugin for sublimetext3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can correctly compile for Windows

personshelldon opened this issue · comments

Hello, I have Windows 10 64bit and I can not correctly compile this module. I downloaded git for windows and compiled it successfully, but at the start of the Sublime I get the following error:

File "D:\User\AppData\Roaming\Sublime Text 3\Packages\Clang-Complete\cc.py", line 11, in <module> libcc = cdll.LoadLibrary("%s/lib/libcc.dll" % current_path) File "./python3.3/ctypes/__init__.py", line 431, in LoadLibrary File "./python3.3/ctypes/__init__.py", line 353, in __init__ OSError: [WinError 193] %1 не является приложением Win32 (not an app for Win32)

After that I tried to copy my libclang.dll into lib folder and recompile, but at the compilation I get the next error:

libclang.dll: file not recognized: File format not recognized

How can I install this module on Windows? I'm using it on Linux and it is the best thing that I found among all the others, because it works the best. Thanks.

Sorry for my English.