Golevka / emacs-clang-complete-async

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

fix compile error ./src/completion.h:58:75: error: unknown type name ‘FILE' #56

Open straszheim opened 10 years ago

straszheim commented 10 years ago

simple compile error fix on ubuntu 12.04 w/ gcc 4.6

danilo04 commented 10 years ago

I am running Ubuntu 13.04 64bit (Xubuntu) and I had the same error. To fix it, I just included stdio.h

dervus commented 10 years ago

Same problem on Arch with GCC 4.8.2

alexdantas commented 10 years ago

Also same problem on Arch with GCC 4.8.2 Also fixed including

mszczepanczyk commented 10 years ago

same here, please merge the patch

xgdgsc commented 10 years ago

same on ubuntu 14.04. It would be nice if you can add the documentation on prerequisite packages of compiling on some linux distros.

vinipsmaker commented 9 years ago

Please create tag 0.5.1