Hello,<div><br></div><div>I am currently in chapter 10.7 (stuck for a couple of days) and make instruction stops with following error</div><div><br></div><div><div>gcc rpc_clntout.c -c -D_RPC_THREAD_SAFE_ -D_CROSS_RPCGEN_ \</div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>-o /sources/eglibc-build/sunrpc/cross-rpc_clntout.o -MD -MP -MF /sources/eglibc-build/sunrpc/cross-rpc_clntout.o.dt -MT /sources/eglibc-build/sunrpc/cross-rpc_clntout.o</div>
<div>rpc_clntout.c:34:23: fatal error: rpc/types.h: No such file or directory</div><div>compilation terminated.</div><div>make[2]: *** [/sources/eglibc-build/sunrpc/cross-rpc_clntout.o] Error 1</div><div>make[2]: Leaving directory `/sources/eglibc-2.15/sunrpc'</div>
<div>make[1]: *** [sunrpc/others] Error 2</div><div>make[1]: Leaving directory `/sources/eglibc-2.15'</div><div>make: *** [all] Error 2</div></div><div><br></div><div>I check'd and the file is indeed at eglibc-2.15/sunrpc/rpc. I have not deviated from the book. I looked into sunrpc/Makefile and there are other header files listed before types.h to be searched within the same "rpc" subdirectory, which I guess they are all found.</div>
<div><br></div><div>I have no clue.</div><div><br></div><div><br></div><div>Alonso</div>