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
I can't instal this plugin. I downloaded mingwin, Instaled newer CLANG 3.7 version and added both to my environment path. When I try to make file, I get this:
mingw32-make
process_begin: CreateProcess(NULL, uname -s, ...) failed.
mingw32-make: makefile:1: pipe: No error
gcc -shared -o lib/libcc.dll -g -Wall src/cc_result.c src/cc_resultcache.c src/
cc_symbol.c src/cc_trie.c src/py_bind.c -L"C:/Users/aukstkalnis.de/AppData/Roami
ng/Sublime Text 3/Packages/Clang-Complete/lib" -I"C:/Users/aukstkalnis.de/AppDa
ta/Roaming/Sublime Text 3/Packages/Clang-Complete/lib"/include -lcang
D:/mingwin/bin/../lib/gcc/i686-w64-mingw32/4.8.4/../../../../i686-w64-mingw32/bi
n/ld.exe: cannot find -lcang
collect2.exe: error: ld returned 1 exit status
makefile:49: recipe for target 'cc_lib' failed
mingw32-make: *** [cc_lib] Error 1
I tried to change mikefile line "-lcang" to "-libclang" but that did not helped. I searched libclang.dll and libclang.lib in clang directory and placed them in /Clang-Complete/lib dir. That did not helped. I cant find libcc.dll. where it could be? I searched this dll file in windows, mingwin, cygwin,LLVM but not found... Can anyone help me to fix this issue?
The text was updated successfully, but these errors were encountered:
Hello,
I can't instal this plugin. I downloaded mingwin, Instaled newer CLANG 3.7 version and added both to my environment path. When I try to make file, I get this:
mingw32-make
process_begin: CreateProcess(NULL, uname -s, ...) failed.
mingw32-make: makefile:1: pipe: No error
gcc -shared -o lib/libcc.dll -g -Wall src/cc_result.c src/cc_resultcache.c src/
cc_symbol.c src/cc_trie.c src/py_bind.c -L"C:/Users/aukstkalnis.de/AppData/Roami
ng/Sublime Text 3/Packages/Clang-Complete/lib" -I"C:/Users/aukstkalnis.de/AppDa
ta/Roaming/Sublime Text 3/Packages/Clang-Complete/lib"/include -lcang
D:/mingwin/bin/../lib/gcc/i686-w64-mingw32/4.8.4/../../../../i686-w64-mingw32/bi
n/ld.exe: cannot find -lcang
collect2.exe: error: ld returned 1 exit status
makefile:49: recipe for target 'cc_lib' failed
mingw32-make: *** [cc_lib] Error 1
I tried to change mikefile line "-lcang" to "-libclang" but that did not helped. I searched libclang.dll and libclang.lib in clang directory and placed them in /Clang-Complete/lib dir. That did not helped. I cant find libcc.dll. where it could be? I searched this dll file in windows, mingwin, cygwin,LLVM but not found... Can anyone help me to fix this issue?
The text was updated successfully, but these errors were encountered: