Task #5088
openNDNRTC support on Ubuntu 18.04
0%
Description
I am trying to install the NDNRTC on Ubuntu 18.04. I am not sure if it is supported or no as of now. In the make file I checked that the installation is supported only for Ubuntu 14 and 16. Is there a way to make the NDNRTC available to be installed successfully in Ubuntu18.04? I tried installing it and I am running into the following error:
ndn3@ndn3-NUC8i7BEH:~/Desktop/NDN3_root/ndnrtc-env/ndnrtc/cpp$ make && make install
CXXLD libndnrtc.la
ar: u' modifier ignored since
D' is the default (see U')
XOpenDisplay'
CXXLD frame-fetcher
./.libs/libndnrtc.so: undefined reference to
./.libs/libndnrtc.so: undefined reference to XQueryKeymap'
XCloseDisplay'
./.libs/libndnrtc.so: undefined reference to
collect2: error: ld returned 1 exit status
Makefile:5312: recipe for target 'frame-fetcher' failed
make: *** [frame-fetcher] Error 1
No data to display