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
258 stars 122 forks source link

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

Open Capisaurus opened 4 months ago

Capisaurus commented 4 months ago

Hello. I'm trying to install Seismic Unix but at the end I'm getting the error message I wrote above. As far as I know, everything else needed for SU is correctly installed, environment variables are okay too.

Also I'm getting some warnings like "Impricit declaration of function 'pclose'; did you mean 'epclose?. I mention this for it could be helpful.

I appreciate any help, thank you so much!

Tianze1992 commented 4 months ago

Having the same issue. Looking for solutions, thanks.

seisowl commented 1 week ago

install libtirpc-devel (e.g., sudo dnf install -y libtirpc libtirpc-devel, or, sudo apt install -y libtirpc libtirpc-devel). Then export CPATH=/usr/include/tirpc:$CPATH (check to make sure this directory exists)