Hello Gustaf,
./generic/nsf.c: In function ‘ParamOptionParse’: ./generic/nsf.c:8281: warning: implicit declaration of function ‘strnstr’ ./generic/nsf.c:8281: warning: assignment makes pointer from integer without a cast ./generic/nsf.c: At top level: ./generic/nsfStack.c:1015: warning: ‘BeginOfCallChain’ defined but not used
It seems that strnstr() function is new to Linux (as of January 2010) and is not present in many Linux libraries yet. May be you can substitute it with something else.
i have commited this yesterday to the repository.... will do so, either a configure test or a complete replacement.... -gustaf
On 11.12.10 06:19, Victor Mayevski wrote:
It seems that strnstr() function is new to Linux (as of January 2010) and is not present in many Linux libraries yet. May be you can substitute it with something else.