make ends in failure
by 2handband from LinuxQuestions.org on (#55AJZ)
I am attempting to build the Trinity Desktop from the source files. The first dependency to install is tqt3-trinity. When I run make it ends with the following output:
Code:/usr/include/rpcsvc/yp_prot.h:10:10: fatal error: rpc/rpc.h: No such file or directory
10 | #include <rpc/rpc.h>
| ^~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:11007: .obj/release-shared/qprintdialog.o] Error 1
make[2]: Leaving directory '/home/gene/Build/trinity_desktop/dependencies/tqt3-trinity-14.0.8/src'
make[1]: *** [Makefile:40: sub-src] Error 2
make[1]: Leaving directory '/home/gene/Build/trinity_desktop/dependencies/tqt3-trinity-14.0.8'
make: *** [Makefile:8: init] Error 2Can somebody help me out with whatever just happened?


Code:/usr/include/rpcsvc/yp_prot.h:10:10: fatal error: rpc/rpc.h: No such file or directory
10 | #include <rpc/rpc.h>
| ^~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:11007: .obj/release-shared/qprintdialog.o] Error 1
make[2]: Leaving directory '/home/gene/Build/trinity_desktop/dependencies/tqt3-trinity-14.0.8/src'
make[1]: *** [Makefile:40: sub-src] Error 2
make[1]: Leaving directory '/home/gene/Build/trinity_desktop/dependencies/tqt3-trinity-14.0.8'
make: *** [Makefile:8: init] Error 2Can somebody help me out with whatever just happened?