Golevka / emacs-clang-complete-async

An emacs plugin to complete C and C++ code using libclang
360 stars 71 forks source link

does not compile on windows/mingw32 #2

Open Eoksni opened 12 years ago

Eoksni commented 12 years ago

OS Windows 7, gnu make 3.81

Executing mingw32-make results in process_begin: CreateProcess(NULL, llvm-config --ldflags, ...) failed. process_begin: CreateProcess(NULL, llvm-config --libs all, ...) failed. process_begin: CreateProcess(NULL, llvm-config --cflags, ...) failed. cc -Wall -Wextra -pedantic -O3 -I./src -c -o src/obj/completion_serv.o ./src/ completion_serv.c process_begin: CreateProcess(NULL, cc -Wall -Wextra -pedantic -O3 -I./src -c -o src/obj/completion_serv.o ./src/completion_serv.c, ...) failed. make (e=2): The system cannot find the file specified. mingw32-make: *** [src/obj/completion_serv.o] Error 2

monsanto commented 12 years ago

@Golevka, do you have Windows? I can give this a shot on Win 7 if you don't.

Golevka commented 11 years ago

@monsanto Thanks for your help, I cannot solve this problem on my own.

josh-j commented 11 years ago

I've compiled clang-complete successfully, but it crashes and it's difficult to debug. If I could have a test case in the form of clang-complete <file> <args> or whatever the format is, that would make it considerably easier to fix.

josh-j commented 11 years ago

On a side note, it might make more sense to port https://github.com/quarnster/SublimeClang to emacs.

iwonderhow commented 11 years ago

It works fantanstic on my linux box, but not on my windows box. Is there a windows version for this program?