whizard installation error

Asked by Yehia Abdelaziz

I get this error when trying to install whizard on RHEL 9 . After I enter the make command I get this error:

../../mcfio/mcf_NTuIOUtils.c:14:10: fatal error: rpc/types.h: No such file or directory
   14 | #include <rpc/types.h>
      | ^~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:748: mcf_NTuIOUtils.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
../../mcfio/mcfio_UserDictionary.c:9:10: fatal error: rpc/types.h: No such file or directory
    9 | #include <rpc/types.h>
      | ^~~~~~~~~~~~~
compilation terminated.
../../mcfio/mcfio_Direct.c:28:10: fatal error: rpc/types.h: No such file or directory
   28 | #include <rpc/types.h>
      | ^~~~~~~~~~~~~
compilation terminated.
../../mcfio/mcfio_Block.c:28:10: fatal error: rpc/types.h: No such file or directory
   28 | #include <rpc/types.h>
      | ^~~~~~~~~~~~~
compilation terminated.
../../mcfio/mcfio_Util1.c:28:10: fatal error: rpc/types.h: No such file or directory
   28 | #include <rpc/types.h>
      | ^~~~~~~~~~~~~
compilation terminated.
../../mcfio/mcf_evt_xdr.c:27:10: fatal error: rpc/types.h: No such file or directory
   27 | #include <rpc/types.h>
      | ^~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:748: mcfio_UserDictionary.lo] Error 1
make[1]: *** [Makefile:748: mcfio_Direct.lo] Error 1
make[1]: *** [Makefile:748: mcfio_Block.lo] Error 1
make[1]: *** [Makefile:748: mcfio_Util1.lo] Error 1
make[1]: *** [Makefile:748: mcf_evt_xdr.lo] Error 1
../../mcfio/mcf_NTuIOFiles.c:17:10: fatal error: rpc/types.h: No such file or directory
   17 | #include <rpc/types.h>
      | ^~~~~~~~~~~~~
compilation terminated.
../../mcfio/mcfio_FBinding.c:31:10: fatal error: rpc/types.h: No such file or directory
   31 | #include <rpc/types.h>
      | ^~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:748: mcf_NTuIOFiles.lo] Error 1
make[1]: *** [Makefile:748: mcfio_FBinding.lo] Error 1
make[1]: Leaving directory '/home/yehia/Downloads/whizard-3.1.1/_build/mcfio'
make: *** [Makefile:789: all-recursive] Error 1

Question information

Language:
English Edit question
Status:
Solved
For:
WHIZARD Edit question
Assignee:
Tobias Striegl Edit question
Last query:
Last reply:
Revision history for this message
Tobias Striegl (stto) said (last edit ):
#1

Hello Yehia Abdelaziz,

this look a lot like an error message I had some time ago. Here is what worked for me back then:

https://answers.launchpad.net/whizard/+question/691210

Revision history for this message
Juergen Reuter (j.r.reuter) said :
#2

This seems to be solved. Please open a new question in case of further problems.