You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: