JohnWStockwellJr / SeisUnix

The CWP/SU: Seismic Un*x Package - a free open seismic processing, research, and educational software package. Please seek distribution gzipped tar files at https://wiki.Seismic-Unix.org not the Github version.
https://wiki.Seismic-Unix.org
Other
266 stars 123 forks source link

rpc/types.h: No such file or directory #138

Open oyekan97 opened 1 year ago

oyekan97 commented 1 year ago

Hello, I tried to install SU on my Windows but i keep receiving this error for some reason i don't understand. please help.

In file included from fgettr.c:90: /home/oyekan/include/su_xdr.h:18:10: fatal error: rpc/types.h: No such file or directory 18 | #include <rpc/types.h> | ^~~~~

JohnWStockwellJr commented 1 year ago

In Makefile.config Change

else if you do not want to use XDR, uncomment the next line

XDRFLAG =

To

else if you do not want to use XDR, uncomment the next line

XDRFLAG =

Then $ cd $CWPROOT/src $ make remake

On Feb 15, 2023, at 12:23 PM, oyekan97 @.***> wrote:

Hello, I tried to install SU on my Windows but i keep receiving this error for some reason i don't understand. please help.

In file included from fgettr.c:90: /home/oyekan/include/su_xdr.h:18:10: fatal error: rpc/types.h: No such file or directory 18 | #include <rpc/types.h> | ^~~~~

— Reply to this email directly, view it on GitHub https://github.com/JohnWStockwellJr/SeisUnix/issues/138, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGPENC4CNPMDVGQXD3KPY3WXUUM5ANCNFSM6AAAAAAU5H4KFE. You are receiving this because you are subscribed to this thread.

oyekan97 commented 1 year ago

I am still getting the same error sir.

image