lvzixun / Clang-Complete

a auto complete plugin for sublimetext3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Includes in cc_include_options

marcelhollerbach opened this issue · comments

I have to include manually /usr/include/linux to have stddef.h I dont have to do this if I manually compile things (is this a bug) ?

After including the .../linux thing I get this message:

/usr/include/alloca.h:32:22: error: unknown type name 'size_t'

What can I do ?

Otherwise really really cool thing :)

Okay one more comment if I include
"-I/usr/lib/clang/3.6.0/include/"
Its working, but is it really needed to include the compiler internal headers?

Keep up the good work! :)