> >> dispatch.c requires stdio.h (and stdarg.h), however, currently
> >> dispatch.c implicitly relys on rpc/xdr.h to include stdio.h.
> >> If rpc/xdr.h unxpectedly does not include stdio.h, the compilation
> >> of dispatch.c fails.
> >>
> >> This can happen, for example, when portablexdr is install
On Thu, Jul 8, 2010 at 9:45 PM, Jiri Denemark wrote:
>> dispatch.c requires stdio.h (and stdarg.h), however, currently
>> dispatch.c implicitly relys on rpc/xdr.h to include stdio.h.
>> If rpc/xdr.h unxpectedly does not include stdio.h, the compilation
>> of dispatch.c fails.
>>
>> This can happen
> dispatch.c requires stdio.h (and stdarg.h), however, currently
> dispatch.c implicitly relys on rpc/xdr.h to include stdio.h.
> If rpc/xdr.h unxpectedly does not include stdio.h, the compilation
> of dispatch.c fails.
>
> This can happen, for example, when portablexdr is installed
> under /usr/l
dispatch.c requires stdio.h (and stdarg.h), however, currently
dispatch.c implicitly relys on rpc/xdr.h to include stdio.h.
If rpc/xdr.h unxpectedly does not include stdio.h, the compilation
of dispatch.c fails.
This can happen, for example, when portablexdr is installed
under /usr/local; because