[interfacekit] Different compile errors with the same compilers

Hi all!
I just found why we have different errors/warnings, even if we use the same 
compilers.
It depends on what we have linked "cc" to, since we use "cc" as build tool 
(which is a SymLink to the real compiler).
For example: create a link from "c++" to "cc". You will have casts from 
const to non-const variables treated as errors.
If you create a link from "gcc" to "cc", instead, the compiler won't 
complain.

I hope my english isn't so bad so you all have understand.

Other related posts: