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
During build of Slicer you may encounter build error regarding the rpc.h library and its dependencies.
Install rpc using: sudo apt install libntirpc-dev
After the installation, you may have to create a symbolic link to the /usr/include/rpc folder using the post here. (note: you may need to create more symbolic links based on the compilation errors, but following the same instructions should resolve the build issue.)