rpcgen cannot find any C Preprocessor



Hi,
I am writing a simple application using rpcgen. when I run
rpcgen with protocol specification file as an argument ex:rpcgen msg.x
it gives an error "rpcgen cannot find any C preprocessor"
I have my C preprocessor in /usr/bin/cpp-2.95. Kindly suggest the
solution.

Regards,
Praveen Kumar
.



Relevant Pages

  • Re: Odd preprocessor behaviour?
    ... writing C preprocessor is not an especially easy task! ... for a large chunk of code and it's not compatible with the C99 syntax). ... is it possible to get a copy of the C89 standard now? ...
    (comp.lang.c)
  • Re: rpcgen cannot find any C Preprocessor
    ... pavi wrote: ... I am writing a simple application using rpcgen. ... rpcgen with protocol specification file as an argument ex:rpcgen msg.x ... Try setting a symbolic link called 'cpp' pointing to your 'cpp-2.95' ...
    (comp.lang.c)
  • Re: rpcgen cannot find any C Preprocessor
    ... pavi writes: ... rpcgen with protocol specification file as an argument ex:rpcgen msg.x ... it gives an error "rpcgen cannot find any C preprocessor" ... Looking for software development work in the San Diego area. ...
    (comp.lang.c)
  • Re: Odd preprocessor behaviour?
    ... writing C preprocessor is not an especially easy task! ... those standards, ... For example, in C89: ...
    (comp.lang.c)
  • Re: Exit(retvalue) vs. __Exit(retvalue) ?
    ... like a macro could have a bad impact on existing code. ... As you're writing a preprocessor, you don't have to stick to legal ... Pascal syntax in your additions. ... make sure that the code doesn't compile at all without the preprocessor. ...
    (borland.public.delphi.non-technical)