You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
| ^~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
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 <#138>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABGPENC4CNPMDVGQXD3KPY3WXUUM5ANCNFSM6AAAAAAU5H4KFE>.
You are receiving this because you are subscribed to this thread.
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>
| ^~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered: