Do you have WindowMaker 0.65 installed already? If not, rpm it from the CD's, then try the ./configure && make && make install bit from your 0.80 directory. Lee
-----Original Message----- From: b stephen harding [mailto:books@computerbooksforless.com] Sent: Wednesday, March 27, 2002 10:15 AM To: oclug@lists.oclug.on.ca; suse-linux-e@suse.com Subject: [SLE] failed installation
Just tried to compile 0.8 Windowmaker for SuSE 7.3 Pro and it failed with the messages...
config.status: error: cannot find input file: WINGs/Makefile.in
I read the documentation and saw nothing regarding this, what do I do?
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com
On Wednesday 27 March 2002 11:18, you wrote:
Do you have WindowMaker 0.65 installed already? If not, rpm it from the CD's, then try the ./configure && make && make install bit from your 0.80 directory.
Lee
-----Original Message-----
From: b stephen harding [mailto:books@computerbooksforless.com]
Sent: Wednesday, March 27, 2002 10:15 AM To: oclug@lists.oclug.on.ca; suse-linux-e@suse.com Subject: [SLE] failed installation
Just tried to compile 0.8 Windowmaker for SuSE 7.3 Pro and it failed with the messages...
config.status: error: cannot find input file: WINGs/Makefile.in
I read the documentation and saw nothing regarding this, what do I do?
Did as you suggested but still get this error. Does it matter that the source is located in my home directory? Below is the last lines of output.... configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile config.status: creating util/Makefile config.status: creating test/Makefile config.status: creating WINGs/Makefile config.status: error: cannot find input file: WINGs/Makefile.in bruce:/home/bsteph/WindowMaker-0.80.0 #
* b stephen harding (books@computerbooksforless.com) [020327 09:37]:
configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile config.status: creating util/Makefile config.status: creating test/Makefile config.status: creating WINGs/Makefile config.status: error: cannot find input file: WINGs/Makefile.in bruce:/home/bsteph/WindowMaker-0.80.0 #
Do you have a autoconf and automake installed? Makefile.in is created from Makefile.am by automake. -- -ckm
On Wednesday 27 March 2002 13:48, you wrote:
* b stephen harding (books@computerbooksforless.com) [020327 09:37]:
configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile config.status: creating util/Makefile config.status: creating test/Makefile config.status: creating WINGs/Makefile config.status: error: cannot find input file: WINGs/Makefile.in bruce:/home/bsteph/WindowMaker-0.80.0 #
Do you have a autoconf and automake installed? Makefile.in is created from Makefile.am by automake.
Well I just compiled Qtella 0.5, so should I assume that this means I've got those two files?
* b stephen harding (books@computerbooksforless.com) [020327 11:28]:
Do you have a autoconf and automake installed? Makefile.in is created from Makefile.am by automake.
Well I just compiled Qtella 0.5, so should I assume that this means I've got those two files?
rpm -q autoconf automake -- -ckm
On Wednesday 27 March 2002 14:35, you wrote:
* b stephen harding (books@computerbooksforless.com) [020327 11:28]:
Do you have a autoconf and automake installed? Makefile.in is created from Makefile.am by automake.
Well I just compiled Qtella 0.5, so should I assume that this means I've got those two files?
rpm -q autoconf automake
On Wednesday 27 March 2002 14:35, you wrote:
* b stephen harding (books@computerbooksforless.com) [020327 11:28]:
Do you have a autoconf and automake installed? Makefile.in is created from Makefile.am by automake.
Well I just compiled Qtella 0.5, so should I assume that this means I've got those two files?
rpm -q autoconf automake
Ok, they were not installed. I have now done that, I re-run the ./configure --enable-kde && make && make install command and I'm still getting the same error.
* b stephen harding (books@computerbooksforless.com) [020327 12:17]:
On Wednesday 27 March 2002 14:35, you wrote:
* b stephen harding (books@computerbooksforless.com) [020327 11:28]:
Do you have a autoconf and automake installed? Makefile.in is created from Makefile.am by automake.
Well I just compiled Qtella 0.5, so should I assume that this means I've got those two files?
rpm -q autoconf automake
Ok, they were not installed. I have now done that, I re-run the ./configure --enable-kde && make && make install command and I'm still getting the same error.
Rerunning configure is just going to run the config.status that was created and use the old broken values. rm config.status or, better, 'make distclean' if that works. -- -ckm
On Wednesday 27 March 2002 15:21, you wrote:
* b stephen harding (books@computerbooksforless.com) [020327 12:17]:
On Wednesday 27 March 2002 14:35, you wrote:
* b stephen harding (books@computerbooksforless.com) [020327 11:28]:
Do you have a autoconf and automake installed? Makefile.in is created from Makefile.am by automake.
Well I just compiled Qtella 0.5, so should I assume that this means I've got those two files?
rpm -q autoconf automake
Ok, they were not installed. I have now done that, I re-run the ./configure --enable-kde && make && make install command and I'm still getting the same error.
Rerunning configure is just going to run the config.status that was created and use the old broken values. rm config.status or, better, 'make distclean' if that works.
Thanks everyone. All your suggestion have lead to the happy conculsion. Next I need to add WindowMaker to KDM's list of Window Managers. How is that done. Never did that one before.
participants (3)
-
b stephen harding
-
Christopher Mahmood
-
Fent, Lee