On Wed, Jun 9, 2010 at 8:09 AM, bonneta <bonneta@xxxxxxxxxx> wrote: > I've basically tried "sparse file.c", but it always returns with an error > like : > "git-compat-util.h:140:11: error: unable to open 'openssl/ssl.h'" > or > "builtin/blame.c:7:10: error: unable to open 'cache.h'" > > I don't know how to resolve it... You need to tell sparse where is your openssl/ssl.h. BTW, can you compile file.c using git's make system? You can try to copy the file searching path to sparse. Another thing to try is using the cgcc. Cgcc is a wrapper script that try to behave like gcc + sparse check. Chris -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html