Hi,<br><br>Thanks for the comments, I got rid of the above error. However, I am now getting a parse error after running splint on the same se of source files, which says:<br><br>usr/include/bits/sigthread.h:33:18: Parse Error:
<br> Inconsistent function parameter syntax: __sigset_t :<br> <any>. (For help on parse errors, see splint -help parseerrors.)<br><br>This is after adding the following flags:<br><br>-prepoc, -filextensions, +trytorecover, +posixlib.
<br><br>How can correct this error?<br><br>Thanks.<br><br><div><span class="gmail_quote">On 10/12/07, <b class="gmail_sendername">Michael Wojcik</b> <<a href="mailto:Michael.Wojcik@microfocus.com">Michael.Wojcik@microfocus.com
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>> From: <a href="mailto:splint-discuss-bounces@cs.virginia.edu">
splint-discuss-bounces@cs.virginia.edu</a><br>[mailto:<a href="mailto:splint-discuss-bounces@cs.virginia.edu">splint-discuss-bounces@cs.virginia.edu</a>] On Behalf Of Matuschka,<br>Sebastian<br>> Sent: Friday, 12 October, 2007 02:14
<br><br>> you have a space after the -I flag, if you want to tell Splint<br>> where your Include directory is, you must type the path directly<br>> after the -I, no space or something else.<br><br>More specifically, that's "-I", no space, and the path *for each of your
<br>include directories*. What you have now is "-I", a space, and then a<br>list of include directories separated by spaces.<br><br>So what you want is something like:<br><br>splint abc_main.c -I${bca_project_path}/oss/src \
<br> -I${bca_project_path}/oss/h \<br> -I${bca_project_path}/cd/h ...<br><br>--<br>Michael Wojcik<br>Principal Software Systems Developer, Micro Focus<br><br>_______________________________________________<br>splint-discuss mailing list
<br><a href="mailto:splint-discuss@mail.cs.virginia.edu">splint-discuss@mail.cs.virginia.edu</a><br><a href="http://www.cs.virginia.edu/mailman/listinfo/splint-discuss">http://www.cs.virginia.edu/mailman/listinfo/splint-discuss
</a><br></blockquote></div><br>