SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Last night I went through compiling Enlightenment from source and a few funny things happened:
(yes I installed imlib2 and imlib2_loaders, and freetype)
1. First I tried to install DR17. Once I got it all done, in the order specified in the instructions, I got errors on the last compile (enlightenment itself): it said edje directories were not found. I surely installed edje first.
2. After editing an xinitrc file by adding
exec enlightenment_start
to the last line of the file, I ran xwmconfig and selected the new xinitrc.dr17 as the default configuration for X. Then when I did startx all I eventually got was a white screen with a mouse pointer and a slight shadow, with a small black line perpendicular to the bottom of the screen. Mouse clicks did not raise any menus or do anything else.
3. So I said "I'd rather have a functional window manager and they said it was not even alpha, so screw it," and I tried to install DR16. So I untarred and all that and then did
./configure
make
make install
make clean
like the README said. This time when I starated X even less happened, so I uninstalled DR17 thinking there might be a conflict: I went to the directory I installed from and did
make uninstall
The terminal spewed a bunch of messages and was done. Then I did the same in the DR16 directory and then redid the whole installation process from gunzip|tar to make clean.
4. Still nothing: the README says that it should install to "...enlightenment/bin/enlightenment" and that's the binary to start the window manager. The only problem is that there is no such directory.
So, two questions:
a. How do I do this to make it work? (I'd be satisfied with DR16)
b. Once I've gone through all this installation stuff and have an error, how do I get rid of all the crap that "make install" copies all over the place? Am I going to have dependency problems and conflicts from all that? I'd really prefer to have things clean.
Thanks for any suggestions,
Joel
Slackware 11.0 running huge 2.6 kernel from Slackware CD (installed from binary)
You should be configuring with --prefix=/usr. And running 'make clean' may be fouling up 'make uninstall'.
Try using my PkgBuild/src2pkg program for tracking your build and installation: http://distro.ibiblio.org/pub/linux/...9.6-i486-1.tgz
I'm not sure if it's a viable option for you or not but linuxpackages has a package already made for DR17. Maybe if you check out the slacke17 project's homepage you could find something useful for doing your own install.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.