I'm a new Fedora user and I want to install ion3 wm. I've tried searching for a rpm package, but they don't seem to exist. I'm trying to compile it, but I seem to be getting a dependecy not found, even though it's there, this is the last 5 lines from the output of ./configure:
Code:
checking X11/SM/SMlib.h usability... no
checking X11/SM/SMlib.h presence... no
checking for X11/SM/SMlib.h... no
configure: error: *** SMlib.h not found.
*** You probably need to install libsm-dev
I did install libSM-devel, and searching for that header shows up in /usr/include/X11/SM yet ./configure doesn't seem to find it. I've tried reading the README file and didn't find anything useful, also tried searching on the Internet for any help on this situation, also checked the configuration files that are used during the compilation of ion3 and didn't find much.
Can anyone help me with this problem?