Trying to install kxdocker 1.1.4a. Worked through the dependencies with ./compile but with make install I'm getting the following error:
Is there a dependency missing?
I do realize apt-get has kxdocker but it's an older buggy version
Code:
Making install in src make[1]: Entering directory `/home/jaychamp/Desktop/kxdocker-1.1.4a/src' /bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -o libKXMouse.la -rpath /tmp/kxdocker-beta/lib/kxdocker -avoid-version -module -L/usr/lib -L/usr/share/qt3/lib -L/usr/X11R6/lib -L/tmp/kxdocker-beta/lib/ xeplugin_mouse.lo -lXtst libkxdocker.la /usr/bin/ld: cannot find -lXtst collect2: ld returned 1 exit status make[1]: *** [libKXMouse.la] Error 1 make[1]: Leaving directory `/home/jaychamp/Desktop/kxdocker-1.1.4a/src' make: *** [install-recursive] Error 1
I do realize apt-get has kxdocker but it's an older buggy version
Comment