in reply to C::Scan help request

The C::Scan module uses an external filter program, called cppstdin to do it's filtering bits. cppstdin is a filter. It takes text redirected from a file, or piped into it, runs that text through any recognized and available C preprocessor, and outputs that text to standard output.

The error message means that this program is missing on your box, which I presume is a Windows box.

Replies are listed 'Best First'.
Re: Re: C::Scan help request
by rz (Initiate) on Feb 19, 2004 at 04:05 UTC
    Thank you! I really appreciate your help/response.