> 0 help. > Screw it. > > I guess I need another window manager like I need a hole > in the head.
Your cmake installation is faulty. How did you install it? Is Slackware's cmake still installed ($ ls /var/adm/packages/cmake* )? Now, the Slackware way to update cmake is to use the .SlackBuuild to make a package: $ mkdir -p /tmp/pkg $ cd /tmp/pkg $ wget -c ftp://ftp.osuosl.org/pub/slackware/slackware-current/source/d/cmake/cmake.SlackBuild $ wget -c ftp://ftp.osuosl.org/pub/slackware/slackware-current/source/d/cmake/slack-desc $ wget -c http://www.cmake.org/files/v2.8/cmake-2.8.1.tar.gz $ su # VERSION=2.8.1 BUILD=1tim ./cmake.SlackBuild # upgradepkg --install-new /tmp/cmake-2.8.1-i486-1tim.txz Please remove your self-installed cmake and try this. -- To unsubscribe, send mail to [email protected].
