Wed 14 Oct 2009 02:17:57 AM UTC, comment #8:
Hi Tom,
The problem has gone on my Slackware box, but I'm seeing different problems on my Solaris 2.9 box and my Tru64/Alpha box.
For the Solaris, running:
sh ./configure --disable-filters --with-screen=x11; make
worked.
Then running:
make install
Resulted in:
make: Warning: Too many rules defined for target '
/bin/sh ./mkdirs.sh '
/bin/sh ./sinstall.sh ./install-sh -c ./macros/uxvile /usr/local/bin/uxvile
./sinstall.sh: -c: not found
make: Fatal error: Command failed for target `/usr/local/bin/uxvile'
On Tru64, the:
sh ./configure --disable-filters --with-screen=x11; make
failed with:
configure: creating ./config.status
config.status: creating makefile
config.status: creating filters/makefile
config.status: creating filters/makefile.tmp
config.status: creating config.h
- no change to ./filters/genmake.mak
Checking for built-in filters: none
Checking for external filters: none
Checking for loadable filters: none
make: 'lib/X11/app-defaults'': extra chars. Stop.
I tried both of these twice from a clean install, just to see if it was something I caused. And leaving out the configure switch "--with-screen=x11" worked fine for both machines/OSes.
Let me know if you need more output.
|