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>&nbsp;&nbsp;&nbsp; Inconsistent function parameter syntax: __sigset_t :<br>&nbsp;&nbsp;&nbsp; &lt;any&gt;. (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> &lt;<a href="mailto:Michael.Wojcik@microfocus.com">Michael.Wojcik@microfocus.com
</a>&gt; 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>&gt; 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>&gt; Sent: Friday, 12 October, 2007 02:14
<br><br>&gt; you have a space after the -I flag, if you want to tell Splint<br>&gt; where your Include directory is, you must type the path directly<br>&gt; after the -I, no space or something else.<br><br>More specifically, that&#39;s &quot;-I&quot;, no space, and the path *for each of your
<br>include directories*. What you have now is &quot;-I&quot;, 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>&nbsp;&nbsp; -I${bca_project_path}/oss/h \<br>&nbsp;&nbsp; -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>