LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Help installing miwm window manager (https://www.linuxquestions.org/questions/linux-software-2/help-installing-miwm-window-manager-517191/)

ajoffe 01-07-2007 01:16 PM

Help installing miwm window manager
 
I'm attempting to install the miwm window manager.

I tried to follow the simple instructions on the "Building" page:

Quote:

...cd to the miwm directory, until you see the Makefile and do the following.
Code:

make TAGS depend
make miwm
make install (as root)

This will build the miwm executable and put a copy in /usr/local/bin.
I can't seem to get past the first step. Here is the output when I type in make TAGS depend:

Quote:

andre@hipparchus:~/temp/miwm$ make TAGS depend
Makefile:33: make.depend: No such file or directory
Building make.depend file. Please be patient.
Done building make.depend file.
etags *.cc *.h
/bin/sh: line 1: etags: command not found
make: *** [TAGS] Error 127
What am I not understanding here?

I'm on Debian Sarge 3.1

prtsoft 01-08-2007 11:26 PM

it would appear you don't have etags installed. This website explains that the program does:
http://www.linuxjournal.com/article/0153

What output do you get with this command:

Code:

which etags

ajoffe 01-09-2007 11:24 AM

Yep, no result for which etags. So do I need to install EMACS to get it?


All times are GMT -5. The time now is 11:45 AM.